html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
ul,
li,
label,
table,
tbody,
thead,
tr,
th,
td,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overscroll-behavior: inherit;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: normal;
}

a {
  text-decoration: none;
  color: unset;
  cursor: pointer;
}

section {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  section {
    padding: 80px 0;
  }
}

@media (max-width: 743px) {
  section {
    padding: 60px 0;
  }
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media (max-width: 743px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.btn-join {
  transition: all 0.3s;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 600;
  background-color: #246fe0;
  color: #fff;
  border-radius: 6px;
  border: none;
}

.btn-join:hover {
  background-color: #003211;
  text-decoration: none;
  color: #fff;
}

.header .navbar {
  margin-top: 20px;
}

.header .container-fluid {
  max-width: 1320px;
  padding: 0;
}

.header .navbar-brand {
  height: 40px;
  width: 182px;
}

.header .logo {
  width: 100%;
  height: 100%;
}

.header .nav {
  justify-content: center;
}

.header .navbar-nav {
  gap: 44px;
  color: #231f20;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.header .nav-item .nav-link {
  transition: all 0.3s;
  padding: 0;
}

.header .btn-join {
  padding: 12px 32px;
  font-size: 16px;
  order: 2;
}

@media (max-width: 1199px) {
  .header .navbar {
    padding: 8px 40px;
  }

  .header .navbar-toggler {
    position: absolute;
    top: 18px;
    right: 80px;
    order: 3;
  }

  .header .navbar-collapse {
    order: 4;
    justify-content: flex-end;
    text-align: end;
  }

  .header .navbar-nav {
    gap: 20px;
    padding-top: 20px;
  }

  .header .btn-join {
    margin-left: auto;
    padding: 12px 32px;
  }
}

@media (max-width: 743px) {
  .header .navbar {
    margin-top: 0 !important;
    padding: 0px 20px;
  }

  .header .navbar-nav {
    padding: 20px 30px;
  }

  .header .navbar-collapse {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    background-color: #fff;
  }

  .header .btn-join {
    display: none;
  }
}

.hero {
  padding: 100px 0;
  background-image: url("/img/hero-img.jpg");
  background-size: cover;
  background-position: 50%;
}

.hero .container {
  max-width: 1240px;
}

.hero .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}

.hero .title {
  color: #fff;
  margin-bottom: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 40px !important;
  font-weight: 800;
}

.hero .form {
  width: 30%;
  padding: 32px 24px;
  border-radius: 12px;
  background-color: #eff8fe;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.hero .form .title {
  margin-bottom: 24px;
  font-size: 24px !important;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #000;
}

@media (max-width: 1199px) {
  .hero {
    padding: 60px 0 140px;
  }

  .hero .wrapper {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .hero .title {
    margin-bottom: 48px;
  }

  .hero .form {
    width: unset;
    max-width: 634px;
    height: auto;
    position: absolute;
    top: 140px;
  }

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

@media (max-width: 743px) {
  .hero .title {
    margin-bottom: 32px;
    padding: 0;
    font-size: 32px;
  }

  .hero .form {
    padding: 40px 24px;
    top: 25px;
  }

  .hero .form .title {
    font-size: 20px;
  }
}

.steps {
  padding: 120px 0;
}

.steps .container {
  max-width: 1280px;
}

.steps .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 54px;
}

.steps .cardboard {
  flex: 1 1 272px;
}

.steps .cardboard .box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 34px;
}

.steps .cardboard img {
  width: 76px;
  height: 76px;
}

.steps .cardboard__title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
}

.steps .cardboard__caption {
  color: #687083;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.pricing {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .steps {
    padding: 45px 0 100px;
  }

  .steps .wrapper {
    gap: 32px;
  }

  .steps .cardboard {
    flex: 1 1 164px;
  }

  .steps .cardboard img {
    width: 54px;
    height: 54px;
  }

  .steps .cardboard__title {
    font-size: 20px;
  }
}

@media (max-width: 743px) {
  .steps {
    padding-bottom: 70px;
  }

  .wrapper {
    gap: 34px;
  }
}

.comments {
  padding: 80px 0;
  background-color: #f9fafb;
}

.comments .container {
  max-width: 1240px;
}

.pricing {
  background-color: #f9fafb;
}

.pricing .container {
  max-width: 1240px;
}

.pricing .title {
  margin-bottom: 20px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}

.pricing .subtitle {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.pricing .wrapper {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.pricing .board {
  flex: 1 1 400px;
  padding: 32px 0px 24px 32px;
  font-family: "Inter", sans-serif;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  background-color: #effbfe;
}

.pricing .board:first-of-type {
  background-color: #effbff;
  color: #000000;
}

.pricing .board:first-of-type h4 {
  color: #000;
}

.pricing .board:first-of-type .board__item:before {
  background-image: url("/img/check-blue.svg");
}

.pricing .board__title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 32px;
}

.pricing .board__price {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}

.pricing .board .btn-join {
  display: block;
  text-align: center;
  margin-bottom: 32px;
  text-decoration: none;
  margin-right: 24px;
  color: #fff;
}

.pricing .board__subtitle {
  font-size: 20px;
  margin-bottom: 32px;
}

.pricing .board__subtitle:first-of-type {
  opacity: 0.6;
}

.pricing .board__item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.pricing .board__item:last-of-type {
  margin-bottom: 0;
}

.pricing .board__item:before {
  content: "";
  display: block;
  background-image: url("/img/check-blue.svg");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .pricing .title {
    font-size: 32px;
  }

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

  .pricing .wrapper {
    gap: 12px;
  }

  .pricing .board {
    flex: 1 1 244px;
    padding: 32px 0px 16px 32px;
  }

  .pricing .board__title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .pricing .board__price {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .pricing .board__subtitle,
  .pricing .board .btn-join {
    margin-bottom: 24px;
  }
}

@media (max-width: 743px) {
  .pricing .title {
    font-size: 24px;
    margin-bottom: 16px;
  }

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

  .pricing .wrapper {
    flex-wrap: wrap;
  }

  .pricing .board {
    flex: 1 1 400px;
    height: 700px;
  }
}

.benefits {
  padding: 50px 0;
}

.benefits .container {
  max-width: 1280px;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

.benefits__title {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}

.benefits__caption {
  margin-bottom: 44px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .benefits {
    padding: 100px 0;
  }

  .benefits__title {
    font-size: 24px;
  }

  .benefits__caption {
    font-size: 16px;
  }
}

@media (max-width: 743px) {
  .benefits {
    padding: 70px 0;
  }
}

.calculate {
  background-color: #2666bc;
}

.calculate .title {
  margin: 0 auto 8px;
  width: 720px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
}

.calculate .subtitle {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.calculate .boards-box {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.calculate .board {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 256px;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: normal;
}

.calculate .board__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.calculate .board__caption {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.calculate .wrapper {
  display: flex;
  gap: 52px;
  justify-content: center;
}

.calculate .range-box {
  width: 330px;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 12px;
  line-height: normal;
}

.calculate .range-box__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.calculate .range-box input[type="range"] {
  accent-color: #0033c4;
  width: 100%;
}

.calculate .range-box input[type="range"]:hover {
  cursor: pointer;
}

.calculate .range-box input[type="range"]:focus {
  outline: none;
}

.calculate .range-box .month {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.calculate .range-box .duration {
  color: #687083;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.calculate .captions-box {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.calculate .captions-box span {
  color: #687083;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.calculate .output-box {
  width: 330px;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #65b684;
  color: #fff;
  line-height: normal;
}

.calculate .output-box .caption {
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.calculate .output-box .amount {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.calculate .board .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.calculate .board .radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #65b684;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.calculate .board .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #65b684;
  box-shadow: inset 0 0 0 1px #fff;
}

.calculate .board .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #65b684;
}

@media (max-width: 1199px) {
  .calculate {
    padding: 80px 40px;
  }

  .calculate .title {
    font-size: 32px;
  }

  .calculate .wrapper {
    gap: 32px;
  }
}

@media (max-width: 743px) {
  .calculate {
    padding: 80px 20px;
  }

  .calculate .title {
    max-width: 350px;
    font-size: 24px;
  }

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

  .calculate .boards-box {
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .calculate .boards-box .board {
    padding: 20px 24px;
    width: 326px;
  }

  .calculate .wrapper {
    flex-wrap: wrap;
  }

  .calculate .range-box,
  .calculate .output-box {
    width: 326px;
    padding: 16px 20px;
  }
}

.registration {
  padding: 0px 0 100px;
  background: url("/img/register_back.png");
  background-position: center;
  background-size: cover;
}

.registration .title {
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}

.registration .form {
  margin: 0 auto;
  border-radius: 12px;
  max-width: 634px;
  padding: 32px 24px;
  background-color: #eff8fe;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
a,
img,
ul,
li,
label,
table,
tbody,
thead,
tr,
th,
td,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
}

.header {
  padding: 10px 20px;
  height: 10% !important;
}
@media (max-width: 650px) {
  .header {
    padding: 8px 16px;
    height: auto;
  }
}

.form {
  padding: 100px 20px;
  position: relative;
}
@media (max-width: 650px) {
  .form {
    padding: 80px 20px;
  }
}

.table {
  padding: 120px 20px;
}
@media (max-width: 650px) {
  .table {
    padding: 80px 20px;
  }
}
.table-responsive {
  margin: 0 auto;
}
@media (max-width: 950px) {
  .table-responsive {
    overflow-x: scroll;
  }
}
.table__table {
  background: #f5f5f5;
  text-align: center;
  margin: 0 auto;
  opacity: 0.92;
}
.table__table thead {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.6);
}
.table__table th {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 12px 32px;
  color: #000;
}
.table__table th:nth-child(4) {
  padding: 12px 60px;
  color: #000;
}
.table__table th:nth-child(5) {
  padding: 12px 65px;
}
.table__table tbody tr:nth-child(odd) {
  background: #d4d4d43b;
}
.table__table td {
  padding: 12px 5px;
  color: #000;
}

.calculate {
  background: url("/img/anniversary_header.png");
  background-position: center;
  background-size: cover;
}

.calculator-block {
  max-width: max-content;
  margin: 0 auto;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #000 !important;
}

.calculator-block .title {
  color: #0033c4 !important;
}

.calculator-block .subtitle {
  color: #0033c4;
}

.calculate .board {
  background-color: rgba(0, 50, 153, 0.8);
  color: #fff;
}

.calculate .output-box {
  width: 330px;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #0033c4;
  color: #0033c4;
  line-height: normal;
}

.hero {
  padding: 0;
  background-image: url("/img/background.webp");
  background-size: cover;
  background-position: 50%;
}

@media (max-width: 768px) {
  .header .container-fluid {
    padding: 10px 0 !important;
  }
  .header {
    height: 10% !important;
  }
}

.news-header
  .addsearch-api-result-item-container
  .addsearch-api-result-item-sub
  p::last-child {
  margin-bottom: 10px;
}

.news-header .tabs input[type="radio"]:not(:checked) + label + .tab-content,
.news-header
  .tabs-container
  input[type="radio"]:not(:checked)
  + label
  + .tab-content {
  display: none;
}
.news-header .nav-first-level-wrap ul li:not(:has(span)):hover {
  background: rgba(64, 118, 189, 0.15);
}
.news-header .nav-first-level-wrap ul:has(li.has-subpages:hover) li {
  border-color: transparent;
}
@media (min-width: 1251px) and (min-width: 1251px) {
  .news-header
    #topnav
    > ul
    .nav-first-level-wrap
    ul:has(li.has-subpages:hover)
    li {
    border-color: transparent;
  }
}

/* ===== Design System ===== */
:root {
  --primary: #0033c4;
  --primary-light: #1a52e8;
  --primary-dark: #002299;
  --accent: #5eb5ee;
  --success: #10b981;
  --danger: #ef4444;
  --text: #1a1a2e;
  --text-muted: #64748b;
  --surface: #ffffff;
  --surface-alt: #f8fafc;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 24px rgba(0, 51, 196, 0.12);
  --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.15);
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== Base ===== */
body {
  line-height: 1.6 !important;
  color: var(--text);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
}

/* ===== Header ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 51, 196, 0.08);
  box-shadow: var(--shadow-sm);
}

.header .navbar {
  margin-top: 0 !important;
  padding: 12px 24px !important;
}

.header .nav-item .nav-link {
  color: var(--text) !important;
  font-weight: 600 !important;
  font-size: 15px;
  position: relative;
  padding: 8px 0 !important;
}

.header .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width var(--transition);
}

.header .nav-item .nav-link:hover::after {
  width: 100%;
}

.header .btn-join,
.btn-join {
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    var(--primary-light) 100%
  ) !important;
  border: none !important;
  border-radius: var(--radius-sm) !important;
  box-shadow: 0 4px 14px rgba(0, 51, 196, 0.35);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition) !important;
  text-decoration: none;
}

.header .btn-join:hover,
.btn-join:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 51, 196, 0.45) !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark) 0%,
    var(--primary) 100%
  ) !important;
  color: #fff !important;
}

.btn-join--disabled {
  background: #94a3b8 !important;
  box-shadow: none !important;
  pointer-events: none;
  opacity: 0.7;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 80px 0 100px !important;
  background-image:
    linear-gradient(
      135deg,
      rgba(0, 20, 80, 0.88) 0%,
      rgba(0, 51, 196, 0.75) 50%,
      rgba(30, 100, 220, 0.65) 100%
    ),
    url("/img/background.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(94, 181, 238, 0.15) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .title {
  font-size: clamp(28px, 4vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero .title .highlight {
  color: #ffd700;
  display: inline;
}

.hero .wrapper {
  align-items: stretch !important;
  gap: 32px !important;
}

.hero .centred {
  flex: 1;
  max-width: 720px;
}

.hero .centred video,
.hero #myVideo {
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-lg);
  border: 2px solid rgba(255, 255, 255, 0.15);
  margin: 0 !important;
  max-width: 100%;
}

.hero .form {
  background: rgba(255, 255, 255, 0.97) !important;
  border-radius: var(--radius-lg) !important;
  padding: 40px 28px 32px !important;
  box-shadow: var(--shadow-lg) !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  max-width: 420px !important;
  width: 100% !important;
  position: relative !important;
  top: auto !important;
}

.hero .form .title {
  color: var(--primary) !important;
  font-size: 22px !important;
  margin-bottom: 8px !important;
}

.hero .form img[alt=""] {
  width: 64px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 51, 196, 0.2));
}

/* intl-tel-input sets padding-left inline based on the flag + dial-code width.
   Keep vertical padding consistent but never force the left padding,
   otherwise "+353" overlaps the placeholder/number. */

.form-deposit-note {
  color: var(--text-muted) !important;
  margin-top: 16px !important;
  text-align: center;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* ===== CTA Banner ===== */
.cta-section {
  background: linear-gradient(
    135deg,
    #f59e0b 0%,
    #ea580c 50%,
    #dc2626 100%
  ) !important;
  padding: 2rem 0 !important;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.cta-message {
  font-size: clamp(1rem, 2vw, 1.25rem) !important;
  font-weight: 600 !important;
}

.cta-btn {
  border-radius: var(--radius-sm) !important;
  padding: 12px 28px !important;
  font-weight: 700 !important;
  transition: all var(--transition) !important;
}

.cta-btn:hover {
  background: #fff !important;
  color: #ea580c !important;
  transform: translateY(-2px);
}

/* ===== Steps ===== */
.steps {
  padding: 100px 0 !important;
  background: var(--surface-alt);
}

.steps .cardboard {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e2e8f0;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
}

.steps .cardboard:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.steps .cardboard .box {
  margin-bottom: 20px !important;
}

.steps .cardboard img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
  padding: 8px;
  background: linear-gradient(
    135deg,
    rgba(0, 51, 196, 0.08),
    rgba(94, 181, 238, 0.15)
  );
  border-radius: var(--radius-sm);
}

.steps .cardboard__title {
  color: var(--primary) !important;
  font-size: 20px !important;
}

.steps .cardboard__caption {
  color: var(--text-muted) !important;
  line-height: 1.6 !important;
}

.steps .btn-primary-lg {
  display: inline-block;
  padding: 18px 56px;
  border-radius: var(--radius-sm);
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-light)
  ) !important;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 20px rgba(0, 51, 196, 0.35);
  transition: all var(--transition);
}

.steps .btn-primary-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 51, 196, 0.45);
  color: #fff;
}

/* ===== Pricing ===== */
.pricing {
  padding: 80px 0 60px !important;
  background: linear-gradient(
    180deg,
    #fff 0%,
    var(--surface-alt) 100%
  ) !important;
}

.pricing .title {
  font-size: clamp(28px, 3.5vw, 40px) !important;
  color: var(--text) !important;
  text-align: center;
}

.pricing .subtitle {
  text-align: center;
  color: var(--text-muted) !important;
  max-width: 700px;
  margin: 0 auto;
}

.pricing .board {
  border: 1px solid #e2e8f0 !important;
  border-radius: var(--radius-lg) !important;
  background: var(--surface) !important;
  padding: 32px 28px !important;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  overflow: hidden;
}

.pricing .board:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.pricing .board--featured {
  border: 2px solid var(--primary) !important;
  background: linear-gradient(180deg, #f0f4ff 0%, #fff 100%) !important;
  position: relative;
}

.pricing .board--featured::before {
  content: "Popular";
  position: absolute;
  top: 16px;
  right: -32px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 40px;
  transform: rotate(45deg);
  letter-spacing: 0.05em;
}

.pricing .board__title {
  color: var(--primary) !important;
  font-weight: 800 !important;
}

.cards_plan {
  gap: 0 !important;
  margin-bottom: 24px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.spots-badge {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 45px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  flex: 1;
}

.spots-badge--available {
  background: var(--success);
  color: #fff;
}

.spots-badge--sold-out {
  background: var(--danger);
  color: #fff;
}

/* ===== Table ===== */
.table {
  position: relative;
  padding: 60px 20px !important;
}

.table::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 20, 60, 0.92),
    rgba(0, 51, 196, 0.85)
  );
  z-index: 0;
}

.table > h2,
.table > .table-responsive {
  position: relative;
  z-index: 1;
}

.table > h2 {
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}

.table__table {
  border-radius: var(--radius-md) !important;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: rgba(255, 255, 255, 0.95) !important;
  opacity: 1 !important;
}

.table__table thead {
  background: var(--primary);
}

.table__table th {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 16px 20px !important;
  border: none !important;
}

.table__table td {
  padding: 14px 16px !important;
  font-size: 14px;
  border-bottom: 1px solid #f1f5f9;
}

.table__table tbody tr:nth-child(odd) {
  background: #f8fafc !important;
}

.table__table tbody tr:hover {
  background: #eff6ff !important;
}

.table__table td:nth-child(6) {
  color: var(--success);
  font-weight: 700;
}

.table__table td:last-child {
  color: var(--primary);
  font-weight: 700;
}

/* ===== Reviews (section5) ===== */
.section5 {
  padding: 80px 0 !important;
  background: var(--surface-alt);
}

.section5 .block5 h2 {
  font-size: clamp(24px, 3vw, 32px) !important;
  text-align: center;
}

.section5 .items-block5 {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e2e8f0;
  transition: box-shadow var(--transition);
  height: 100%;
}

.section5 .items-block5:hover {
  box-shadow: var(--shadow-md);
}

.section5 .items-block5 img {
  border-radius: var(--radius-md);
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
}

.section5 .descr-block5 h3 {
  font-size: 22px !important;
}

.section5 .descr-block5 p {
  font-size: 16px !important;
  color: var(--text-muted) !important;
  line-height: 1.7 !important;
}

/* ===== Calculator ===== */
.calculate {
  background: linear-gradient(
    135deg,
    #001a66 0%,
    var(--primary) 50%,
    #1a6fd4 100%
  ) !important;
  padding: 80px 40px !important;
}

.calculator-block {
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-lg) !important;
  max-width: 900px !important;
  width: 100%;
}

.calculate .board {
  border-radius: var(--radius-md) !important;
  transition:
    transform var(--transition),
    box-shadow var(--transition);
  cursor: pointer;
}

.calculate .board--calc-active {
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--primary-light)
  ) !important;
  color: #fff !important;
}

.calculate .board--calc-active .board__title,
.calculate .board--calc-active .board__caption {
  color: #fff !important;
}

.calculate .board--calc-disabled {
  background: #94a3b8 !important;
  color: #fff !important;
  opacity: 0.7;
}

.calculate .board--calc-disabled .board__title,
.calculator-block .title,
.calculator-block .subtitle {
  color: var(--primary) !important;
}

.calculate .board:hover {
  transform: scale(1.02);
}

.calculate .output-box {
  border-radius: var(--radius-md) !important;
  background: linear-gradient(135deg, #f0f4ff, #fff) !important;
  box-shadow: var(--shadow-sm);
}

.calculate .output-box .amount {
  font-size: clamp(28px, 4vw, 40px) !important;
  font-weight: 800 !important;
}

/* ===== Comments ===== */
.comments {
  padding: 80px 0 !important;
  background: var(--surface-alt) !important;
}

.comments .comment {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.comments .item {
  background: var(--surface) !important;
  border: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  border-radius: var(--radius-md) !important;
  padding: 24px 28px !important;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition);
}

.comments .item:hover {
  box-shadow: var(--shadow-md);
}

.comments .item p {
  color: var(--text-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.comments .item-title h4 {
  color: var(--primary) !important;
  font-weight: 700 !important;
}

.comments .image-block img {
  border-radius: 50%;
  border: 3px solid rgba(0, 51, 196, 0.15);
}

/* ===== Benefits ===== */
.benefits {
  padding: 80px 0 !important;
  background: var(--surface);
}

.benefits__title {
  color: var(--primary) !important;
  font-size: clamp(22px, 2.5vw, 32px) !important;
  position: relative;
  padding-left: 20px;
}

.benefits__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
  border-radius: 2px;
}

.benefits__caption {
  color: var(--text-muted) !important;
  line-height: 1.75 !important;
  max-width: 900px;
}

/* ===== Registration / Footer ===== */
.registration {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  padding-bottom: 40px;
}

.registration .title {
  font-size: clamp(24px, 3vw, 36px) !important;
  font-weight: 800 !important;
  text-align: center;
}

.registration .form {
  background: transparent !important;
  padding: 20px !important;
}

.registration .footer-text {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.registration .footer-text p {
  font-size: 14px !important;
}

.registration .footer-links {
  justify-content: center !important;
}

.registration .footer-links a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  transition: color var(--transition);
}

.registration .footer-links a:hover {
  color: #fff !important;
}

.doc {
  padding: 50px 20px !important;
  background: linear-gradient(180deg, var(--surface-alt), #eef2ff) !important;
}

.doc > div {
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  box-shadow: var(--shadow-lg) !important;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
  .hero .form {
    position: relative !important;
    margin: 0 auto;
  }

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

@media (max-width: 743px) {
  .hero {
    padding: 48px 0 60px !important;
  }

  .hero .form {
    padding: 32px 20px 24px !important;
  }

  .pricing .board {
    height: auto !important;
  }

  .section5 .items-block5 {
    padding: 20px;
  }
}

.calculate {
  padding: 80px 40px;
}

@media (max-width: 743px) {
  .calculate .title {
    max-width: 100%;
    font-size: 24px;
  }

  .hero {
    padding: 45px 0 !important;
  }

  #form > div > div > div.form > h3 {
    margin-bottom: 30px !important;
  }

  .hero .title {
    margin-bottom: 20px !important;
    line-height: 30px;
    padding: 0;
    font-weight: 600 !important;
    font-size: 24px !important;
  }

  .output-box p {
    font-size: 24px !important;
  }

  .pricing .board__price {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media (max-width: 743px) {
  .hero .title {
    margin-bottom: 32px;
    padding: 0;
    font-size: 24px !important;
  }
}

h1,
h2,
h3,
h4,
p,
a,
span,
div,
input,
button,
* {
  font-family: "Inter", sans-serif !important;
}

.cta-section {
  background: linear-gradient(to right, #d97706, #ea580c, #dc2626);
  /* amber-600 → orange-600 → red-600 */
  padding: 1.5rem 0;
  color: white;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.cta-grid {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.cta-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 0.1em;
  margin: 0;
}

.cta-message {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: normal;
}

.cta-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition:
    background 0.3s,
    color 0.3s;
}

.cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cta-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive layout */
@media (min-width: 768px) {
  .cta-grid {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    align-items: center;
  }

  .cta-button-wrap {
    justify-content: flex-end;
  }
}

.centred {
  display: flex;
  justify-content: center;
}

.section5 {
  padding: 30px 0;
}

.section5 .block5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.section5 .block5 h2 {
  color: #0033c4;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.023%;
  letter-spacing: 0.84px;
}

.section5 .block5 .sub-block5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section5 .block5 .flex-block5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.section5 .block5 .flex-block5 .items-block5 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: start;
}

.section5 .block5 .flex-block5 .items-block5 img {
  width: 100%;
}

.section5 .block5 .flex-block5 .items-block5 .descr-block5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 85%;
}

.section5 .block5 .flex-block5 .items-block5 .descr-block5 h3 {
  color: #0033c4;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.023%;
  letter-spacing: 0.84px;
}

.section5 .block5 .flex-block5 .items-block5 .descr-block5 p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.023%;
  letter-spacing: 0.6px;
}

/* Desktop media query — adjust the breakpoint as needed */
@media (min-width: 1024px) {
  .section5 {
    padding: 50px 0;
  }

  .section5 .block5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .section5 .block5 h2 {
    color: #0033c4;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.023%;
    letter-spacing: 0.84px;
  }

  .section5 .block5 .sub-block5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .section5 .block5 .flex-block5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .section5 .block5 .flex-block5 .items-block5 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: start;
  }

  .section5 .block5 .flex-block5 .items-block5 img {
    width: 100%;
    aspect-ratio: 4 / 2;
    object-fit: contain;
    object-position: left;
  }

  .section5 .block5 .flex-block5 .items-block5 .descr-block5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 85%;
  }

  .section5 .block5 .flex-block5 .items-block5 .descr-block5 h3 {
    color: #0033c4;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130.023%;
    letter-spacing: 0.84px;
  }

  .section5 .block5 .flex-block5 .items-block5 .descr-block5 p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.023%;
    letter-spacing: 0.6px;
  }
}

.cards_plan {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.doc {
  padding: 30px 20px;
  background-color: #0133c4;
}

.comments {
  padding: 50px 0;
  background: #fff;

  .comment {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .item {
    background: #fff;
    border-bottom: 1px solid #0033c4;
    border-radius: 20px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  p {
    font-size: 20px;
  }

  .image-block {
    max-width: 90px;
    width: 100%;

    img {
      width: 100%;
    }
  }
}

@media (max-width: 753px) {
  .comments {
    .item {
      flex-direction: column;
    }
  }
}

.footer-text {
  display: flex;
  justify-content: baseline;
  text-align: left;
  flex-direction: column;
  gap: 30px;
}

.footer-links {
  display: flex;
  justify-content: start;
  gap: 30px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
