/* ===================================================================
 *
 *  Count v1.0 Main Stylesheet
 *  04-16-2018
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## Spacing
 *    ## pace.js styles - minimal
 *  # preloader
 *  # forms
 *    ## style placeholder text
 *    ## change autocomplete styles in chrome
 *  # buttons
 *  # additional components
 *    ## additional typo styles
 *  # home
 *    ## home slides
 *    ## home particles
 *    ## site logo
 *    ## home content
 *    ## home social
 *    ## home copyright
 *    ## home animations
 *  # info
 *    ## info toggle
 *    ## Cliqo color #5ea6aa

 *
 * =================================================================== */


/* ===================================================================
 * # base style overrides - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media only screen and (max-width:400px) {
  html {
    font-size: 9.411764705882353px;
  }

}

html,
body {
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  background: #191624;
  font-family: "Manrope", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.765;
  color: #5ea6aa;
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------
 * ## links - (_document-setup.scss)
 * ------------------------------------------------------------------- */
a {
  color: #5ea6aa;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #0087cc;
}

a:hover,
a:active {
  outline: 0;
}



/* ===================================================================
 * # typography & general theme styles - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

@media only screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.1rem;
  }
}

h5, .h5, h6, .h6 {
  margin-top: 4.2rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 3.6rem;
    margin-bottom: 0.9rem;
  }
}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
    letter-spacing: -.07rem;
  }

}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.25;
  border: none;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.286;
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 1.313;
}

h6, .h6 {
  font-size: 1.3rem;
  line-height: 1.385;
  text-transform: uppercase;
  letter-spacing: .16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "metropolis-light", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 3.6rem;
  color: #000000;
}

@media only screen and (max-width:800px) {
  p.lead {
    font-size: 1.8rem;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  font-weight: normal;
}

em,
i {
  font-family: "metropolis-italic", sans-serif;
}

strong,
b {
  font-family: "metropolis-bold", sans-serif;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 3.9rem 0;
  padding-left: 4.5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "domine-regular", serif;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.857;
  color: #111111;
}

blockquote cite {
  display: block;
  font-family: "domine-regular", serif;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #828282;
  border: none;
}

abbr {
  font-family: "metropolis-bold", sans-serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #828282;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #F1F1F1;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .3rem .6rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #ffd900;
  color: #000000;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/* -------------------------------------------------------------------
 * ## lists - (_document-setup.scss)
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.7rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:  #5ea6aa

;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color:  #5ea6aa

;
}

dd {
  margin: 0 0 0 2rem;
}

/* -------------------------------------------------------------------
 * ## responsive video container - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------
 * ## floated image - (_document-setup.scss)
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* -------------------------------------------------------------------
 * ## tables - (_document-setup.scss)
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "metropolis-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #000000;
  font-family: "domine-bold", serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* -------------------------------------------------------------------
 * ## Spacing - (_document-setup.scss)
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3rem;
}

/* -------------------------------------------------------------------
 * ## pace.js styles - minimal - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background:  #5ea6aa

;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

.oldie .pace {
  display: none;
}



/* ===================================================================
 * # preloader - (_preloader-line-scale-pulse-out.scss)
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out > div {
  background-color:  #5ea6aa

;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }

  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

}



/* ===================================================================
 * # forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2.4rem;
  border: 0;
  outline: none;
  color: #151515;
  font-family: "metropolis-regular", sans-serif;
  font-size: 1.5rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label,
legend {
  font-family: "metropolis-semibold", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: .9rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "metropolis-regular", sans-serif;
  font-weight: normal;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* -------------------------------------------------------------------
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #828282;
}

:-moz-placeholder {
  color: #828282;  /* Firefox 18- */
}

::-moz-placeholder {
  color: #828282;  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #828282;
}

.placeholder {
  color: #828282 !important;
}

/* -------------------------------------------------------------------
 * ## change autocomplete styles in chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #5ea6aa
;
  transition: background-color 5000s ease-in-out 0s;
}




/* ===================================================================
 * # buttons - (_button.scss)
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3rem;
  height: 5.4rem;
  line-height: 5rem;
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: .2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background:  #5ea6aa

;
  border-color:  #5ea6aa

;
  color: #6D6D6D;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background:  #5ea6aa

;
  border-color:  #5ea6aa

;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

.btn--medium,
button.btn--medium {
  height: 5.7rem !important;
  line-height: 5.3rem !important;
}

.btn--large,
button.btn--large {
  height: 6rem !important;
  line-height: 5.6rem !important;
}

.btn--stroke,
button.btn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}

.btn--stroke:hover,
button.btn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #6D6D6D;
}

.btn--pill,
button.btn--pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}




/* ===================================================================
 * # additional components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/* -------------------------------------------------------------------
 * ## additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */

/* drop cap
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "metropolis-bold", sans-serif;
  font-weight: normal;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #000000;
}

/* line definition style
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/**
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.25);
}

.pull-quote:before {
  content: "\201C";
  top: -3.6rem;
  left: 0;
}

.pull-quote:after {
  content: '\201D';
  bottom: 3.6rem;
  right: 0;
}

.pull-quote blockquote {
  margin: 0;
}

.pull-quote blockquote:before {
  content: none;
}

/**
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "metropolis-bold", sans-serif;
  font-weight: normal;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color:  #5ea6aa

;
}

.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "metropolis-regular", sans-serif;
  color: #828282;
}



/* ===================================================================
 * # home - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */
.s-home {
  z-index: 501;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.s-home--static {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/hero-bg.jpg);
}

.s-home--static::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}

.s-home--particles {
  background: #141414;
  background: radial-gradient(ellipse at top, #1a2332 0%, #0f1419 50%, #000000 100%);
}

.s-home--particles::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  background: #000000;
}

.s-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #000000;
}

.s-home .gradient-overlay {
  display: none;
}

.info-is-visible .s-home {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}




/* -------------------------------------------------------------------
 * ## home particles   - (_site-layout.scss)
 * ------------------------------------------------------------------- */
.home-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: .90;
}

.home-particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -------------------------------------------------------------------
 * ## site logo  - (_site-layout.scss)
 * ------------------------------------------------------------------- */
.home-logo {
  z-index: 502;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.home-logo .logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  color: #1a1a2e;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-logo .logo-text:hover {
  color: #5ea6aa;
  border-bottom: none;
}

.home-logo .logo-img {
  height: 50px;
  width: auto;
}

/* -------------------------------------------------------------------
 * ## hero section - two column layout
 * ------------------------------------------------------------------- */
.hero-section {
  width: 100%;
  padding: 80px 50px 80px;
  background: linear-gradient(180deg, #ffffff 0%, #eef7f3 40%, #e0f0ea 100%);
}

.hero-inner {
  display: flex;
  align-items: center;
  gap: 250px;
  max-width: 1440px;
  margin: 0 auto;
}

.hero-left {
  flex: 1;
  max-width: 520px;
}

.hero-right {
  flex: 0 1 580px;
  position: relative;
}

/* Availability badge */
.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  background: #ffffff;
  margin-bottom: 30px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background-color: #5ea6aa;
  border-radius: 50%;
  display: inline-block;
}

/* Hero title */
.hero-title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a2e;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

.hero-title .highlight {
  color: #5ea6aa;
}

/* Hero subtitle */
.hero-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  margin: 0 0 32px 0;
}

/* Hero buttons */
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.btn-get-started {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background-color: #1a1a2e;
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-get-started:hover {
  background-color: #2a2a4e;
  color: #ffffff;
}

.btn-get-started .arrow {
  font-size: 18px;
}

.btn-see-how {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background-color: transparent;
  color: #1a1a2e !important;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid #ccc;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-see-how:hover {
  border-color: #1a1a2e;
  color: #1a1a2e;
}

.btn-see-how .play-icon {
  font-size: 12px;
}

/* Hero divider */
.hero-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 0 24px 0;
}

/* Trust badges */
.trust-badges {
  display: flex;
  align-items: center;
  gap: 20px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.trust-divider {
  width: 1px;
  height: 20px;
  background-color: #ccc;
}

.ms-logo {
  flex-shrink: 0;
}

.bc-dot {
  width: 12px;
  height: 12px;
  background-color: #5ea6aa;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* Hero image wrapper */
.hero-image-wrapper {
  position: relative;
  width: 100%;
}

.hero-image-wrapper > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* Floating cards */
.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
  animation: floatCard 3s ease-in-out infinite alternate;
}

@keyframes floatCard {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

.floating-card-approved {
  bottom: -20px;
  left: -30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
}

.floating-card-icon {
  flex-shrink: 0;
}

.floating-card-text {
  display: flex;
  flex-direction: column;
}

.fc-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
}

.fc-amount {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
}

.floating-card-savings {
  top: -10px;
  right: -20px;
  padding: 20px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 140px;
}

.fc-savings-label {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #5ea6aa;
  margin-bottom: 4px;
}

.fc-savings-value {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
}

.fc-percent {
  font-size: 24px;
}

.fc-savings-note {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  margin-top: 4px;
}


/* -------------------------------------------------------------------
 * ## features page hero
 * ------------------------------------------------------------------- */
.features-page-hero {
  text-align: center;
  padding: 100px 40px 80px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f5f0 50%, #dff0ea 100%);
}

.features-page-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 20px;
}

.features-page-title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  margin-bottom: 24px;
}

.features-page-title strong {
  font-weight: 800;
  color: #1a1a2e;
}

.features-page-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .features-page-hero {
    padding: 80px 30px 60px;
  }

  .features-page-title {
    font-size: 34px;
  }

  .features-page-subtitle br {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .features-page-title {
    font-size: 28px;
  }

  .features-page-subtitle {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------
 * ## Trust Centre hero
 * ------------------------------------------------------------------- */
.trust-centre-hero {
  text-align: center;
  padding: 100px 40px 80px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f5f0 50%, #dff0ea 100%);
}

.trust-centre-shield {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #eef7f5;
  border-radius: 12px;
  margin-bottom: 16px;
}

.trust-centre-label {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 20px;
}

.trust-centre-title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  margin-bottom: 24px;
}

.trust-centre-title strong {
  font-weight: 800;
  color: #1a1a2e;
}

.trust-centre-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .trust-centre-hero {
    padding: 80px 30px 60px;
  }

  .trust-centre-title {
    font-size: 34px;
  }

  .trust-centre-subtitle br {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .trust-centre-title {
    font-size: 28px;
  }

  .trust-centre-subtitle {
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------
 * ## Trust Centre content sections
 * ------------------------------------------------------------------- */
.tc-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px 80px;
}

/* Tab Navigation */
.tc-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  max-width: none;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0 40px;
  margin-bottom: 48px;
  overflow: hidden;
}

.tc-tab {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
   color: #666;
  background: none;
  border: none;
  padding: 16px 28px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.tc-tab:hover {
  color: #5ea6aa;
  background-color: transparent;
}

.tc-tab:focus,
.tc-tab:active,
.tc-tab:focus-visible {
  background-color: transparent;
  outline: none;
}

.tc-tab.active {
  color: #5ea6aa;
  font-weight: 600;
  border-bottom-color: #5ea6aa;
}

/* Sections visibility */
.tc-section {
  display: none;
}

.tc-section.active {
  display: block;
}

.tc-section-title {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.tc-section-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  color: #666;/
  line-height: 1.6;
  margin-bottom: 36px;
}

/* Compliance Badges */
.tc-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.tc-badge-card {
  background: #f9fcfb;
  border: none;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
}

.tc-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #d9ede8;
  border-radius: 50%;
  margin-bottom: 16px;
}

.tc-badge-card h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 8px;
  margin-bottom: 8px;
}

.tc-badge-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

/* Our Commitment */
.tc-commitment {
  margin-bottom: 48px;
}

.tc-commitment h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.tc-commitment p {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}

/* Security at a Glance / Dark card */
.tc-glance {
  background: #1a1a2e;
  border-radius: 14px;
  padding: 36px 32px;
  margin-bottom: 48px;
}

.tc-glance h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.tc-glance-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-glance-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-glance-list li:last-child {
  border-bottom: none;
}

.tc-glance-list li svg {
  flex-shrink: 0;
}

.tc-glance-list li span {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.tc-glance-list li span a {
  color: #5ea6aa;
}

/* Security Practice Cards */
.tc-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.tc-card {
  background: #f9fcfb;
  border: none;
  border-radius: 12px;
  padding: 28px 24px;
}

.tc-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #d9ede8;
  border-radius: 10px;
  margin-bottom: 16px;
}

.tc-card h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 8px;
  margin-bottom: 8px;
}

.tc-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

/* Privacy Cards */
.tc-privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.tc-privacy-card {
  background: #f9fcfb;
  border: none;
  border-radius: 12px;
  padding: 28px 24px;
}

.tc-privacy-card .tc-card-icon {
  margin-bottom: 16px;
}

.tc-privacy-card h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 8px;
  margin-bottom: 8px;
}

.tc-privacy-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 16px;
}

.tc-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tc-card-list li {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.tc-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #5ea6aa;
  border-radius: 50%;
}

/* Stats Cards */
.tc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.tc-stat-card {
  background: linear-gradient(135deg, #eef7f5 0%, #e0f0ed 100%);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
}

.tc-stat-value {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.tc-stat-label {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #5ea6aa;
  font-weight: 600;
}

/* Business Continuity */
.tc-continuity {
  background: #f9fcfb;
  border: none;
  border-radius: 14px;
  padding: 36px 32px;
  margin-bottom: 48px;
}

.tc-continuity h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.tc-continuity > p {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 28px;
}

.tc-continuity-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tc-metric {
  text-align: center;
  padding: 20px 16px;
  background: #f9fcfb;
  border-radius: 10px;
}

.tc-metric-value {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #5ea6aa;
  margin-bottom: 2px;
}

.tc-metric-detail {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.tc-metric-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  color: #999;
}

/* Compliance Cards */
.tc-compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.tc-compliance-card {
  background: #f9fcfb;
  border: none;
  border-radius: 12px;
  padding: 24px;
}

.tc-compliance-status {
  margin-bottom: 12px;
}

.tc-status-badge {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tc-status-active {
  background-color: #e6f7ed;
  color: #1a8a4a;
}

.tc-status-progress {
  background-color: #fff3e0;
  color: #e67e22;
}

.tc-compliance-card h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 8px;
  margin-bottom: 8px;
}

.tc-compliance-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

/* Sub-processors Table */
.tc-table-wrapper {
  overflow-x: auto;
  margin-bottom: 36px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
}

.tc-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Manrope', sans-serif;
}

.tc-table thead {
  background: #f8f9fa;
}

.tc-table th {
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 2px solid #e8e8e8;
}

.tc-table td {
  font-size: 14px;
  color: #333;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.tc-table tbody tr:last-child td {
  border-bottom: none;
}

.tc-table tbody tr:hover {
  background-color: transparent;
}

/* Change Notification Card */
.tc-change-notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f9fcfb;
  border: none;
  border-radius: 12px;
  padding: 24px;
}

.tc-change-notice .tc-card-icon {
  flex-shrink: 0;
}

.tc-change-notice h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.tc-change-notice p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.tc-change-notice p a {
  color: #5ea6aa;
}

/* -------------------------------------------------------------------
 * ## Contact Page
 * ------------------------------------------------------------------- */
.contact-hero {
  text-align: center;
  padding: 100px 40px 80px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f5f0 50%, #dff0ea 100%);
}

.contact-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 20px;
}

.contact-title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  margin-bottom: 24px;
}

.contact-title strong {
  font-weight: 800;
  color: #1a1a2e;
}

.contact-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

/* Get in Touch Section */
.get-in-touch {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}

.get-in-touch-title {
  font-family: 'Manrope', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin-top: 0;
  margin-bottom: 32px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background-color: #5ea6aa;
  border-radius: 50%;
}

.contact-info-text h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 0;
  margin-bottom: 2px;
}

.contact-info-text a,
.contact-info-text span {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.contact-info-text a:hover {
  color: #5ea6aa;
}

.response-time-card {
  background: #f4faf8;
  border-radius: 12px;
  padding: 20px 24px;
}

.response-time-card h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 6px;
  margin-bottom: 6px;
}

.response-time-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Contact Form */
.get-in-touch-form {
  background: #f9fcfb;
  border-radius: 16px;
  padding: 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-row .form-group {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #333;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #5ea6aa;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-send-message {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1a1a2e;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-send-message:hover {
  background-color: #2d2d4e;
}

@media only screen and (max-width: 800px) {
  .contact-hero {
    padding: 80px 30px 60px;
  }

  .contact-title {
    font-size: 34px;
  }

  .contact-subtitle br {
    display: none;
  }

  .get-in-touch {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 24px 60px;
  }

  .get-in-touch-form {
    padding: 28px 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row .form-group {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .contact-title {
    font-size: 28px;
  }

  .get-in-touch {
    padding: 0 16px 48px;
  }

  .get-in-touch-form {
    padding: 24px 20px;
  }
}

/* CTA Questions */
.cta-questions {
  text-align: center;
  padding: 80px 40px;
}

.cta-questions-title {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #666;
  margin-bottom: 16px;
}

.cta-questions-title strong {
  font-weight: 700;
  color: #1a1a2e;
}

.cta-questions-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #5ea6aa;
  margin-bottom: 32px;
}

.cta-questions-btn {
  display: inline-block;
  background-color: #1a1a2e;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-questions-btn:hover {
  background-color: #2d2d4e;
  color: #ffffff;
}

/* Trust Centre Responsive */
@media only screen and (max-width: 800px) {
  .tc-content {
    padding: 0 24px 60px;
  }

  .tc-tabs {
    gap: 0;
    margin-bottom: 36px;
  }

  .tc-tab {
    padding: 12px 14px;
    font-size: 13px;
  }

  .tc-badges {
    grid-template-columns: 1fr;
  }

  .tc-cards-grid {
    grid-template-columns: 1fr;
  }

  .tc-privacy-grid {
    grid-template-columns: 1fr;
  }

  .tc-stats {
    grid-template-columns: 1fr;
  }

  .tc-compliance-grid {
    grid-template-columns: 1fr;
  }

  .tc-continuity-metrics {
    grid-template-columns: 1fr;
  }

  .tc-glance {
    padding: 28px 24px;
  }

  .tc-section-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 500px) {
  .tc-content {
    padding: 0 16px 40px;
  }

  .tc-tab {
    padding: 10px 10px;
    font-size: 12px;
  }

  .tc-stat-value {
    font-size: 28px;
  }

  .tc-glance {
    padding: 24px 20px;
  }

  .tc-continuity {
    padding: 28px 20px;
  }

  .tc-table th,
  .tc-table td {
    padding: 12px 14px;
    font-size: 12px;
  }
}

/* -------------------------------------------------------------------
 * ## feature detail blocks (alternating rows)
 * ------------------------------------------------------------------- */
.feature-details {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.feature-detail-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.feature-detail-row:last-child {
  margin-bottom: 0;
}

.feature-detail-row.reverse {
  flex-direction: row-reverse;
}

.feature-detail-text {
  flex: 1;
}

.feature-detail-image {
  flex: 1;
}

.feature-detail-image img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.feature-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #eef7f5;
  border-radius: 12px;
  margin-bottom: 20px;
}

.feature-detail-text h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
}

.feature-detail-text p {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

@media only screen and (max-width: 800px) {
  .feature-details {
    padding: 40px 30px 60px;
  }

  .feature-detail-row,
  .feature-detail-row.reverse {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }

  .feature-detail-text h3 {
    font-size: 22px;
  }
}

/* -------------------------------------------------------------------
 * ## CTA feature footer (And so much more)
 * ------------------------------------------------------------------- */
.so-much-more-section {
  background-color: #f8f9fa;
  padding: 80px 40px;
}

.so-much-more-title {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

.so-much-more-title strong {
  font-weight: 800;
  color: #1a1a2e;
}

.so-much-more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.so-Much-more {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 28px 24px;
}

.so-much-more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #eef7f5;
  border-radius: 10px;
  margin-bottom: 16px;
}

.so-Much-more h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.so-Much-more p {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .so-much-more-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 500px) {
  .so-much-more-section {
    padding: 60px 20px;
  }

  .so-much-more-grid {
    grid-template-columns: 1fr;
  }

  .so-much-more-title {
    font-size: 28px;
  }
}

/* -------------------------------------------------------------------
 * ## CTA Features Footer
 * ------------------------------------------------------------------- */
.cta-features-footer {
  text-align: center;
  padding: 80px 40px;
}

.cta-features-footer-title {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #666;
  margin-bottom: 16px;
}

.cta-features-footer-title strong {
  font-weight: 700;
  color: #1a1a2e;
}

.cta-features-footer-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #5ea6aa;
  margin-bottom: 32px;
}

.cta-features-footer-btn {
  display: inline-block;
  background-color: #1a1a2e;
  color: #ffffff;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-features-footer-btn:hover {
  background-color: #2d2d4e;
  color: #ffffff;
}

.cta-features-footer-btn span {
  margin-left: 6px;
}

@media only screen and (max-width: 500px) {
  .cta-features-footer {
    padding: 60px 20px;
  }

  .cta-features-footer-title {
    font-size: 28px;
  }
}

/* -------------------------------------------------------------------
 * ## features header
 * ------------------------------------------------------------------- */
.features-header {
  text-align: center;
  margin-bottom: 50px;
}

.features-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 12px;
}

.features-title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a2e;
  margin: 0;
}

.features-title strong {
  font-weight: 700;
}

/* -------------------------------------------------------------------
 * ## feature container
 * ------------------------------------------------------------------- */
.feature-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0 0 60px 0;
  padding: 0 20px;
}

.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0 0 32px 0;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.feature-image {
  width: 100%;
  height: 200px;
  border-radius: 0;
  margin-bottom: 0;
  object-fit: cover;
  display: block;
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef7f3;
  border-radius: 12px;
  margin: 20px 28px 16px;
}

.feature-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 28px 10px;
}

.feature-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  margin: 0 28px;
}

@media only screen and (max-width: 1000px) {
  .features-title {
    font-size: 32px;
  }

  .feature-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .features-title {
    font-size: 26px;
  }

  .feature-container {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------------------------------------
 * ## integrations section
 * ------------------------------------------------------------------- */
.integrations-section {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin: 60px 0 80px 0;
  padding: 80px calc(50vw - 700px);
  background: #f7fafa;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.integrations-left {
  flex: 1;
  max-width: 520px;
}

.integrations-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 12px;
}

.integrations-title {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a2e;
  margin: 0 0 20px 0;
}

.integrations-title strong {
  font-weight: 700;
}

.integrations-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #777;
  margin: 0 0 28px 0;
}

.integrations-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.integrations-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 14px;
}

.integrations-checklist li svg {
  flex-shrink: 0;
}

.integrations-right {
  flex: 1;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.integrations-cards-row {
  display: flex;
  gap: 16px;
}

.integration-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.integration-card-icon {
  margin-bottom: 4px;
}

.integration-card-name {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
}

.integration-card-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.integration-flow-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 24px;
}

.integration-flow-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.integration-flow-top > div {
  display: flex;
  flex-direction: column;
}

.integration-flow-name {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
}

.integration-flow-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.integration-flow-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.integration-flow-progress {
  flex: 1;
  height: 6px;
  background: #e0f0ea;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.integration-flow-progress::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  background: #5ea6aa;
  border-radius: 3px;
}

.integration-flow-label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #5ea6aa;
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  .integrations-section {
    flex-direction: column;
    gap: 40px;
    padding: 60px 30px;
  }

  .integrations-left,
  .integrations-right {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .integrations-title {
    font-size: 28px;
  }

  .integrations-cards-row {
    flex-direction: column;
  }
}

/* -------------------------------------------------------------------
 * ## how it works section
 * ------------------------------------------------------------------- */
.how-it-works-section {
  margin: 60px 0 80px;
  padding: 0 20px;
}

.how-it-works-header {
  text-align: center;
  margin-bottom: 50px;
}

.how-it-works-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 12px;
}

.how-it-works-title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a2e;
  margin: 0;
}

.how-it-works-title strong {
  font-weight: 700;
}

.how-it-works-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.how-it-works-step {
  position: relative;
}

.step-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  position: relative;
}

.step-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5ea6aa;
  border-radius: 12px;
}

.step-number {
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #ccc;
  line-height: 1;
}

.step-connector {
  flex: 1;
  height: 0;
  border-top: 2px dashed #ddd;
  margin-left: 8px;
}

.how-it-works-step h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px 0;
}

.how-it-works-step p {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .how-it-works-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 800px) {
  .how-it-works-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .step-connector {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .how-it-works-title {
    font-size: 26px;
  }
}

/* -------------------------------------------------------------------
 * ## CTA footer
 * ------------------------------------------------------------------- */
.cta-footer {
  margin: 80px 0 80px;
  padding: 0 20px;
}

.cta-footer-inner {
  background: linear-gradient(135deg, #1a2332 0%, #1a1a2e 50%, #2a2a3e 100%);
  border-radius: 24px;
  padding: 80px 60px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.cta-footer-inner h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.cta-footer-inner h2 strong {
  font-weight: 700;
}

.cta-footer-inner p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0 auto 36px;
}

.cta-footer-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cta-btn-demo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #ffffff;
  color: #1a1a2e !important;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.cta-btn-demo:hover {
  background: #f0f0f0;
  color: #1a1a2e;
}

.cta-btn-pricing {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: transparent;
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn-pricing:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

@media only screen and (max-width: 800px) {
  .cta-footer-inner {
    padding: 60px 30px;
  }

  .cta-footer-inner h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .cta-footer-inner h2 {
    font-size: 24px;
  }

  .cta-footer-buttons {
    flex-direction: column;
  }

  .cta-btn-demo,
  .cta-btn-pricing {
    width: 100%;
    justify-content: center;
  }
}

/* -------------------------------------------------------------------
 * ## site footer
 * ------------------------------------------------------------------- */
.site-footer {
  background-color: #1a1a2e;
  padding: 70px 60px 30px;
  margin-top: 0;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-column {
  padding: 0;
}

.footer-column h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #8a8aa0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-column p {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #8a8aa0;
  margin-bottom: 20px;
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-logo img {
  display: block;
  height: 75px;
  width: auto;
  filter: brightness(0.55) sepia(0.2) hue-rotate(200deg) saturate(0.5);
}

.footer-partner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-partner img {
  border-radius: 0;
  opacity: 0.5;
}

.footer-partner span {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #8a8aa0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #c0c0d0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #2a2a40;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom p {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: #5a5a70;
  margin: 0;
}

@media only screen and (max-width: 800px) {
  .site-footer {
    padding: 50px 30px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-partner {
    justify-content: center;
  }
}

/* -------------------------------------------------------------------
 * ## policy pages
 * ------------------------------------------------------------------- */
.policy-page {
  background-color: #ffffff;
  min-height: 100vh;
}

.policy-header {
  padding: 30px 50px;
  border-bottom: 1px solid #eeeeee;
}

.policy-header .home-logo {
  position: static;
}

.policy-header .home-logo a {
  padding-left: 0;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
}

.policy-content h1 {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.policy-content .last-updated {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #999999;
  margin-bottom: 40px;
}

.policy-content section {
  margin-bottom: 40px;
}

.policy-content h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 0;
}

.policy-content h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px;
}

.policy-content p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 15px;
}

.policy-content ul {
  margin: 15px 0;
  padding-left: 25px;
}

.policy-content li {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 8px;
}

.policy-content a {
  color: #5ea6aa;
  text-decoration: none;
}

.policy-content a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #5ea6aa;
  text-decoration: none;
  padding: 20px 40px 60px;
  max-width: 900px;
  margin: 0 auto;
}

.back-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .policy-header {
    padding: 20px 25px;
  }

  .policy-content {
    padding: 40px 25px;
  }

  .policy-content h1 {
    font-size: 32px;
  }

  .policy-content h2 {
    font-size: 20px;
  }
}

/* -------------------------------------------------------------------
 * ## header navigation
 * ------------------------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  z-index: 503;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
}

.hamburger-line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #5ea6aa;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.header-nav {
  z-index: 502;
  margin-left: auto;
}

.header-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: flex-end;
}

.header-nav li {
  display: inline-block;
  position: relative;
}

.header-nav a {
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: .02rem;
  color: #555;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

.header-nav a:hover,
.header-nav a:focus {
  color: #5ea6aa;
  border-bottom-color: #5ea6aa;
}

/* Submenu Styles */
.header-nav .submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(178, 224, 214, 0.3);
  border-top: 2px solid #5ea6aa;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
}

.header-nav .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0.5rem;
}

.header-nav .submenu li {
  display: block;
}

.header-nav .submenu a {
  padding: 0.8rem 2rem;
  font-size: 1.3rem;
  letter-spacing: .15rem;
  border-bottom: none;
}

.header-nav .submenu a:hover {
  color: #5ea6aa;
}

.header-nav .btn {
  border-radius: 50px;
  height: auto;
  line-height: normal;
  padding: 1rem 2.4rem;
  margin: 0;
  margin-left: 2rem;
  vertical-align: middle;
  color: #FFFFFF !important;
  background-color: #1a1a2e;
  border: 1.5px solid #1a1a2e;
  font-weight: 600;
}

.header-nav .btn:hover {
  border-color: #2a2a4e;
  border-bottom-color: #2a2a4e;
}

.header-nav .btn.btn-nav-cta {
  border-bottom: 1.5px solid #1a1a2e;
}


/* -------------------------------------------------------------------
 * ## home content - (_site-layout.scss)
 * ------------------------------------------------------------------- */
.home-content {
  width: 100%;
  position: relative;
}

/* Top navigation bar */
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 50px;
  position: relative;
  z-index: 502;
}

/* Hero Section */
.home-hero {
  text-align: center;
  margin-bottom: 6rem;
}

.announcement-banner {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.announcement-badge {
  display: inline-block;
  background: linear-gradient(135deg, #5ea6aa 0%, #4a8589 100%);
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2rem;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(94, 166, 170, 0.3);
}

.announcement-text {
  font-size: 1.6rem;
  color: rgba(175, 175, 175, 0.9);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.home-hero h1 {
  font-size: 7.2rem;
  line-height: 1.2;
  margin-top: 5rem;
  margin-bottom: 5rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #5ea6aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.8;
  color: rgba(175, 175, 175, 0.9);
  max-width: 800px;
  margin: 0 auto 5rem;
}

.hero-image {
  max-width: 100%;
  width: 100%;
  margin: 1rem 0 1rem;
  text-align: center;
  position: relative;
}

.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 20%, #191624 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: auto;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6),
    0 0 100px rgba(94, 166, 170, 0.25),
    inset 0 0 120px rgba(25, 22, 36, 0.3);
  opacity: 1;
  filter: brightness(0.95) contrast(1.05);
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(94, 166, 170, 0.2);
}

@keyframes springIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  50% {
    transform: scale(1.05) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Spring animation for all elements */
.spring-animate {
  opacity: 0;
  transform: scale(0.8) translateY(30px);
}

.spring-animate.in-view {
  animation: springIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.hero-services-heading {
  font-size: 3rem;
  line-height: 1.4;
  color: #5ea6aa;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 5rem auto 3rem;
}

.hero-subheading {
  font-size: 7.2rem;
  line-height: 1.2;
  color: #6D6D6D;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 5rem auto 5rem;
  max-width: 800px;
  text-align: center;
}

.home-content h3 {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #6D6D6D;
  margin-top: 0;
  margin-bottom: 3rem;
  /* padding-left: 120px; */
  /* padding-right: 120px; */
  position: relative;
}

.home-content h3::before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  position: absolute;
  left: 0;
}

.home-content h3::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  position: absolute;
  right: 0;
}

.home-content h1 {
  font-size: 6.4rem;
  line-height: 1.219;
  margin-top: 10;
  margin-left: 10;
  color: #6D6D6D;
  letter-spacing: 0;
}

.home-content__main {
  max-width: 1440px;
  width: 100%;
  padding-top: 4rem;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

/* -------------------------------------------------------------------
 * ## home copyright - (_site-layout.scss)
 * ------------------------------------------------------------------- */
.home-copyright {
  z-index: 502;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(175, 175, 175, 0.2);
  padding: 30px 60px 42px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-copyright a {
  color: rgba(175, 175, 175, 0.7);
}

.home-copyright span {
  display: inline-block;
}

.home-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 .5rem 0 .8rem;
  color: rgba(175, 175, 175, 0.1);
}

.home-copyright span:last-child::after {
  display: none;
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


/* -------------------------------------------------------------------
 * ## home animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

/* -------------------------------------------------------------------
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1500px) {
  .home-content h1 {
    font-size: 5.8rem;
  }

  .home-content__main {
    max-width: 1200px;
  }
}

@media only screen and (max-width:1400px) {
  .home-content h1 {
    font-size: 5rem;
  }

  .home-content__main {
    max-width: 1000px;
  }

  .hero-title {
    font-size: 44px;
  }
}

@media only screen and (max-width:1200px) {
  .hero-section {
    gap: 40px;
    padding: 80px 40px 60px;
  }

  .hero-title {
    font-size: 40px;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content__main {
    max-width: 900px;
  }
}

@media only screen and (max-width:1000px) {
  .hero-section {
    flex-direction: column;
    gap: 40px;
    padding: 60px 40px 60px;
    text-align: center;
  }

  .hero-left {
    max-width: 600px;
    margin: 0 auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .trust-badges {
    justify-content: center;
  }

  .hero-right {
    max-width: 600px;
    margin: 0 auto;
  }

  .home-content__main,
  .home-copyright {
    max-width: 700px;
  }

  .home-copyright {
    position: static;
    width: auto;
    margin-top: 9rem;
    padding: 30px 15px 42px;
  }
}

@media only screen and (max-width:800px) {
  .home-content__main,
  .home-copyright {
    max-width: 600px;
  }
}

@media only screen and (max-width:700px) {
  .home-content h1 {
    font-size: 4rem;
  }

  .home-content__main,
  .home-copyright {
    max-width: 490px;
  }

}

@media only screen and (max-width:600px) {
  .home-content h3 {
    font-size: 1.3rem;
  }

  .home-content h1 {
    font-size: 3.6rem;
  }

  .home-copyright {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (max-width:800px) {
  .top-nav {
    padding: 15px 25px;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.98);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 100px;
    overflow-y: auto;
    margin-left: 0;
  }

  .header-nav.active {
    transform: translateX(0);
  }

  .header-nav > ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .header-nav li {
    width: 100%;
    border-bottom: 1px solid rgba(175, 175, 175, 0.1);
  }

  .header-nav a {
    font-size: 1.4rem;
    padding: 1.5rem 3rem;
    border-bottom: none;
    color: #ffffff;
  }

  .header-nav .submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-top: 1px solid rgba(94, 166, 170, 0.3);
    min-width: auto;
    width: 100%;
    padding: 0;
  }

  .header-nav .submenu li {
    border-bottom: 1px solid rgba(175, 175, 175, 0.05);
  }

  .header-nav .submenu a {
    padding: 1.2rem 3rem 1.2rem 4rem;
    font-size: 1.3rem;
  }

  .header-nav .btn {
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 6rem);
    margin: 1rem 3rem;
  }

  .hero-section {
    padding: 40px 25px 50px;
  }

  .hero-title {
    font-size: 34px;
  }

  .floating-card {
    display: none;
  }
}

@media only screen and (max-width:600px) {
  .hero-section {
    padding: 30px 20px 40px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn-get-started,
  .btn-see-how {
    width: 100%;
    justify-content: center;
  }

  .header-nav {
    width: 280px;
  }

  .home-logo .logo-text {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width:500px) {
  .s-home {
    min-height: auto;
  }

  .header-nav {
    width: 260px;
  }

  .home-content h1 {
    font-size: 3.3rem;
  }

  .trust-badges {
    flex-direction: column;
    gap: 12px;
  }

  .trust-divider {
    display: none;
  }
}

@media only screen and (max-width:400px) {
  .home-content h1 {
    font-size: 3rem;
  }

  .hero-title {
    font-size: 24px;
  }

  .top-nav {
    padding: 12px 15px;
  }
}





/* -------------------------------------------------------------------
 * ## FAQ Page
 * ------------------------------------------------------------------- */

.faq-hero {
  text-align: center;
  padding: 100px 40px 80px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f5f0 50%, #dff0ea 100%);
}

.faq-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 20px;
}

.faq-title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

.faq-title strong {
  font-weight: 800;
  color: #1a1a2e;
}

.faq-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.faq-category {
  margin-bottom: 48px;
}

.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8f5f0;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  text-transform: none;
  letter-spacing: normal;
  transition: color 0.2s ease;
}

.faq-question:hover,
.faq-question:focus {
  color: #5ea6aa;
  background: none;
  border-color: transparent;
}

.faq-item.active .faq-question {
  color: #1a1a2e;
  background: none;
  border-color: transparent;
}

.faq-chevron {
  flex-shrink: 0;
  margin-left: 16px;
  color: #999;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: #5ea6aa;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.faq-answer a {
  color: #5ea6aa;
  text-decoration: none;
  font-weight: 600;
}

.faq-answer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .faq-hero {
    padding: 80px 30px 60px;
  }

  .faq-title {
    font-size: 34px;
  }

  .faq-content {
    padding: 40px 24px 60px;
  }

  .faq-question {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .faq-title {
    font-size: 28px;
  }

  .faq-content {
    padding: 32px 16px 48px;
  }

  .faq-category-title {
    font-size: 18px;
  }
}

/* ===================================================================
 * # pricing page
 * ------------------------------------------------------------------- */

.pricing-hero {
  text-align: center;
  padding: 100px 40px 60px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f5f0 50%, #dff0ea 100%);
}

.pricing-label {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #5ea6aa;
  margin-bottom: 20px;
}

.pricing-title {
  font-family: 'Manrope', sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
  margin-bottom: 16px;
}

.pricing-title strong {
  font-weight: 800;
  color: #1a1a2e;
}

.pricing-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* pricing toggle */
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.toggle-label {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  transition: color 0.3s ease, font-weight 0.3s ease;
  cursor: pointer;
}

.toggle-label.active {
  color: #1a1a2e;
  font-weight: 600;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  cursor: pointer;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 24px;
  transition: background-color 0.3s ease;
}

.toggle-slider::before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #5ea6aa;
}

.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(20px);
}

.toggle-save-badge {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5ea6aa;
}

/* pricing cards */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 40px 32px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  background: #1a1a2e;
  border-color: #1a1a2e;
  color: #fff;
}

.pricing-popular-badge {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #5ea6aa;
  background: rgba(94, 166, 170, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  align-self: flex-start;
}

.pricing-card-name {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.pricing-card.featured .pricing-card-name {
  color: #fff;
}

.pricing-price {
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
}

.pricing-currency {
  font-family: 'Manrope', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #1a1a2e;
}

.pricing-card.featured .pricing-currency {
  color: #fff;
}

.pricing-amount {
  font-family: 'Manrope', sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1;
}

.pricing-amount.custom-price {
  font-size: 42px;
}

.pricing-card.featured .pricing-amount {
  color: #fff;
}

.pricing-period {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #999;
  margin-left: 4px;
}

.pricing-card.featured .pricing-period {
  color: rgba(255, 255, 255, 0.6);
}

.pricing-card-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eee;
}

.pricing-card.featured .pricing-card-desc {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex-grow: 1;
}

.pricing-features li {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #444;
  padding: 6px 0 6px 28px;
  position: relative;
  line-height: 1.5;
}

.pricing-card.featured .pricing-features li {
  color: rgba(255, 255, 255, 0.85);
}

.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235ea6aa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.pricing-card-btn {
  display: block;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  background: #1a1a2e;
  color: #fff;
  border: 2px solid #1a1a2e;
}

.pricing-card-btn:hover {
  background: #2d2d4a;
  border-color: #2d2d4a;
  color: #fff;
}

.pricing-card.featured .pricing-card-btn {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.pricing-card.featured .pricing-card-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}

/* pricing responsive */
@media only screen and (max-width: 800px) {
  .pricing-hero {
    padding: 80px 30px 50px;
  }

  .pricing-title {
    font-size: 36px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 440px;
    padding: 40px 24px 60px;
  }
}

@media only screen and (max-width: 500px) {
  .pricing-title {
    font-size: 30px;
  }

  .pricing-subtitle {
    font-size: 16px;
  }

  .pricing-cards {
    padding: 32px 16px 48px;
  }

  .pricing-card {
    padding: 32px 24px;
  }
}

/*# sourceMappingURL=main.css.map */
