.elementor-2393 .elementor-element.elementor-element-a8be33c{--display:flex;}.elementor-2393 .elementor-element.elementor-element-32ffbaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2393 .elementor-element.elementor-element-e8dc4f7{--display:flex;}.elementor-2393 .elementor-element.elementor-element-517e6e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2393 .elementor-element.elementor-element-7c99b5e{--display:flex;}.elementor-2393 .elementor-element.elementor-element-ef85a01{--display:flex;}.elementor-2393 .elementor-element.elementor-element-32692bb{--display:flex;}.elementor-2393 .elementor-element.elementor-element-a420264{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3649bb6 */.nf-hero-charter {
  position: relative;
  width: 100vw;
  min-height: 760px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-image: url("http://www.nauticoncept.com/wp-content/uploads/2026/06/arriere-plan-home-page-3.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif;
}

.nf-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 15, 35, 0.82) 0%,
      rgba(5, 15, 35, 0.68) 43%,
      rgba(5, 15, 35, 0.18) 100%
    );
  z-index: 1;
}

.nf-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  min-height: 760px;
  margin: 0 auto;
  padding: 110px 80px 120px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 20px;
}

.nf-hero-content {
  max-width: 660px;
}

.nf-badge {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 12px 24px;
  border-radius: 999px;
  background: rgba(3, 166, 224, 0.12);
  border: 1px solid rgba(3, 166, 224, 0.45);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.nf-hero-content h1 {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(44px, 4.2vw, 45px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  font-weight: 600;
  color: #ffffff;
}

.nf-hero-content h1 span {
  display: block;
  color: #03A6E0;
}

.nf-title-line {
  width: 58px;
  height: 4px;
  margin: 28px 0 28px;
  border-radius: 999px;
  background: #03A6E0;
}

.nf-hero-content p {
  max-width: 620px;
  margin: 0 0 42px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

.nf-hero-content p strong {
  color: #03A6E0;
  font-weight: 700;
}

.nf-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.nf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.25s ease;
}

.nf-btn-primary {
  background: #03A6E0;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(3, 166, 224, 0.28);
}

.nf-btn-secondary {
  background: #ffffff;
  color: #03A6E0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14);
}

.nf-btn:hover {
  transform: translateY(-3px);
}

.nf-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.nf-phone-mockup {
  width: clamp(650px, 50vw, 900px);
  max-width: none;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.34));
  transform: translateX(50px);
}

.nf-hero-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 95px;
  z-index: 3;
  pointer-events: none;
}

.nf-hero-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* TABLETTE */
@media (max-width: 1100px) {
  .nf-hero-container {
    grid-template-columns: 1fr;
    padding: 90px 40px 110px;
    text-align: center;
  }

  .nf-hero-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .nf-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .nf-hero-actions {
    justify-content: center;
  }

  .nf-phone-mockup {
    width: min(90vw, 650px);
    max-width: none;
    transform: none;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .nf-hero-charter {
    min-height: auto;
  }

  .nf-hero-container {
    min-height: auto;
    padding: 70px 22px 95px;
    gap: 38px;
  }

  .nf-badge {
    font-size: 11px;
    letter-spacing: 1.8px;
    padding: 10px 16px;
  }

  .nf-hero-content h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .nf-hero-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 34px;
  }

  .nf-hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .nf-btn {
    width: 100%;
    min-width: unset;
    height: 56px;
    font-size: 16px;
  }

  .nf-phone-mockup {
    width: 100%;
    max-width: 380px;
    transform: none;
  }

  .nf-hero-wave {
    height: 60px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-32ffbaf */html,
body {
  overflow-x: hidden !important;
}

body .elementor,
body .elementor-section,
body .elementor-container,
body .e-con,
body .e-con-inner,
body .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sea-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3a3ff2 */.nfc-stats-section{
    padding: 40px 0;
}

.nfc-stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.nfc-stat-card{
    background:#fff;
    border-radius:20px;
    padding:28px;
    text-align:center;
    box-shadow:0 10px 30px rgba(7,23,71,.08);
    border:1px solid rgba(3,166,224,.08);
    transition:.3s ease;
}

.nfc-stat-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(7,23,71,.12);
}

.nfc-stat-number{
    font-family:"League Spartan",sans-serif;
    font-size:42px;
    font-weight:700;
    color:#03A6E0;
    line-height:1;
    margin-bottom:12px;
}

.nfc-stat-icon{
    font-size:36px;
    margin-bottom:12px;
}

.nfc-stat-label{
    font-family:"Poppins",sans-serif;
    font-size:15px;
    font-weight:600;
    color:#071747;
    line-height:1.5;
}

@media(max-width:1024px){

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

}

@media(max-width:767px){

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcdad96 */.nf-painpoints {
  width: 100%;
  padding: 90px 20px;
  background: #ffffff;
  color: #1F284F;
}

.nf-painpoints-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.nf-eyebrow {
  margin: 0 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #03A6E0;
}

.nf-painpoints h2 {
  max-width: 850px;
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -2.5px;
  font-weight: 700;
  color: #1F284F;
}

.nf-intro {
  max-width: 760px;
  margin: 34px 0 60px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 400;
  color: #4d5875;
}

.nf-pain-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #ffffff;
  border: 1px solid #e7ebf3;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(31, 40, 79, 0.06);
  overflow: hidden;
}

.nf-pain-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  padding: 60px 58px;
  align-items: center;
}

.nf-pain-item:nth-child(1),
.nf-pain-item:nth-child(2) {
  border-bottom: 1px solid #e8ecf4;
}

.nf-pain-item:nth-child(1),
.nf-pain-item:nth-child(3) {
  border-right: 1px solid #e8ecf4;
}

.nf-pain-icon {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: rgba(3, 166, 224, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nf-pain-icon svg {
  width: 44px;
  height: 44px;
  stroke: #03A6E0;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nf-pain-item h3 {
  margin: 0 0 14px;
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #1F284F;
}

.nf-pain-item p {
  margin: 0;
  max-width: 520px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #4d5875;
}

@media (max-width: 980px) {
  .nf-painpoints {
    padding: 70px 18px;
  }

  .nf-pain-card {
    grid-template-columns: 1fr;
  }

  .nf-pain-item {
    grid-template-columns: 90px 1fr;
    padding: 42px 34px;
    border-right: none !important;
    border-bottom: 1px solid #e8ecf4;
  }

  .nf-pain-item:last-child {
    border-bottom: none;
  }

  .nf-pain-icon {
    width: 82px;
    height: 82px;
  }

  .nf-pain-icon svg {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 640px) {
  .nf-painpoints {
    padding: 55px 15px;
  }

  .nf-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .nf-painpoints h2 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }

  .nf-intro {
    font-size: 17px;
    margin: 24px 0 38px;
  }

  .nf-pain-item {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 26px;
  }

  .nf-pain-item h3 {
    font-size: 24px;
  }

  .nf-pain-item p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92abfec */.nfc-feature-section {
  width: 100%;
  padding: 100px 20px;
  background: #f7fbfe;
  color: #1F284F;
}

.nfc-feature-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.nfc-eyebrow {
  margin: 0 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #03A6E0;
}

.nfc-feature-content h2 {
  max-width: 760px;
  margin: 0 0 34px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -2.3px;
  font-weight: 700;
  color: #1F284F;
}

.nfc-feature-text {
  max-width: 680px;
  margin: 0 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 400;
  color: #4d5875;
}

.nfc-feature-card {
  background: #ffffff;
  border: 1px solid #e7ebf3;
  border-radius: 30px;
  padding: 42px;
  box-shadow: 0 24px 60px rgba(31, 40, 79, 0.08);
}

.nfc-card-header {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  align-items: center;
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8ecf4;
}

.nfc-card-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(3, 166, 224, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfc-card-icon svg {
  width: 40px;
  height: 40px;
  stroke: #03A6E0;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nfc-card-header h3 {
  margin: 0 0 8px;
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #1F284F;
}

.nfc-card-header p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4d5875;
}

.nfc-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nfc-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f7fbfe;
}

.nfc-feature-item span {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: #03A6E0;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nfc-feature-item p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #1F284F;
}

@media (max-width: 980px) {
  .nfc-feature-section {
    padding: 75px 18px;
  }

  .nfc-feature-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (max-width: 640px) {
  .nfc-feature-section {
    padding: 55px 15px;
  }

  .nfc-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .nfc-feature-content h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .nfc-feature-text {
    font-size: 17px;
  }

  .nfc-feature-card {
    padding: 28px;
    border-radius: 24px;
  }

  .nfc-card-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .nfc-card-icon {
    width: 74px;
    height: 74px;
  }

  .nfc-feature-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7699e1b */.nfc-owner-section {
  width: 100%;
  padding: 100px 20px;
  background: #ffffff;
  color: #1F284F;
}

.nfc-owner-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.nfc-owner-head {
  max-width: 900px;
  margin-bottom: 60px;
}

.nfc-owner-eyebrow {
  margin: 0 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #03A6E0;
}

.nfc-owner-eyebrow,
.nfc-owner-eyebrow *,
.nfc-owner-head .elementor-heading-title {

    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
    color: #03A6E0 !important;
    line-height: 1 !important;
    margin: 0 !important;

}

.nfc-owner-head h2 {
  margin: 0 0 30px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -2.3px;
  font-weight: 700;
  color: #1F284F;
}

.nfc-owner-head p {
  max-width: 760px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.7;
  color: #4d5875;
}

.nfc-owner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.nfc-owner-card {
  min-height: 230px;
  padding: 34px;
  border-radius: 26px;
  background: #f7fbfe;
  border: 1px solid #e7ebf3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
}

.nfc-owner-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(31, 40, 79, 0.09);
}

.nfc-owner-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(3, 166, 224, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nfc-owner-icon svg {
  width: 38px;
  height: 38px;
  stroke: #03A6E0;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nfc-owner-card h3 {
  margin: 32px 0 0;
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #1F284F;
}

@media (max-width: 1100px) {
  .nfc-owner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .nfc-owner-section {
    padding: 70px 18px;
  }

  .nfc-owner-grid {
    grid-template-columns: 1fr;
  }

  .nfc-owner-card {
    min-height: 190px;
  }
}

@media (max-width: 640px) {
  .nfc-owner-section {
    padding: 55px 15px;
  }

  .nfc-owner-eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .nfc-owner-head h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .nfc-owner-head p {
    font-size: 17px;
  }

  .nfc-owner-card {
    padding: 28px;
    border-radius: 22px;
  }

  .nfc-owner-card h3 {
    font-size: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3609e97 */.nfc-iot-clean {
  width: 100%;
  padding: 110px 20px;
  background: #ffffff;
  color: #1F284F;
}

.nfc-iot-clean-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.nc-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(3, 166, 224, 0.08);
  color: #03A6E0;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1;
}

.nfc-iot-clean-content {
  max-width: 980px;
  margin-bottom: 56px;
}

.nfc-iot-clean-content h2 {
  margin: 0 0 30px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -2.3px;
  font-weight: 700;
  color: #1F284F;
}

.nfc-iot-clean-content p {
  max-width: 820px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.7;
  color: #4d5875;
}

.nfc-iot-clean-card {
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  padding: 38px;
  border-radius: 30px;
  background: #f7fbfe;
  border: 1px solid #e7ebf3;
}

.nfc-clean-step span {
  display: block;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #03A6E0;
}

.nfc-clean-step p {
  margin: 0;
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #1F284F;
}

.nfc-clean-line {
  height: 1px;
  background: #dce7f0;
  margin: 0 20px;
}

.nfc-iot-data-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.nfc-iot-data-row div {
  padding: 18px 14px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e7ebf3;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #1F284F;
}

@media (max-width: 980px) {
  .nfc-iot-clean {
    padding: 75px 18px;
  }

  .nfc-iot-clean-card {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .nfc-clean-line {
    width: 1px;
    height: 34px;
    margin: 0 0 0 14px;
  }

  .nfc-iot-data-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .nfc-iot-clean {
    padding: 55px 15px;
  }

  .nfc-iot-clean-content h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .nfc-iot-clean-content p {
    font-size: 17px;
  }

  .nfc-iot-clean-card {
    padding: 26px;
    border-radius: 24px;
  }

  .nfc-clean-step p {
    font-size: 24px;
  }

  .nfc-iot-data-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6536239 */.nfc-final-cta {
  width: 100%;
  padding: 110px 20px;
  background: #1F284F;
  color: #ffffff;
}

.nfc-final-cta {
  position: relative;
  width: 100%;
  padding: 110px 20px;
  background: #1F284F;
  overflow: hidden;
}

.nfc-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      rgba(31,40,79,0.88),
      rgba(31,40,79,0.88)
    ),
    url("http://www.nauticoncept.com/wp-content/uploads/2026/06/arriere-plan-home-page-4.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 1;
}

.nfc-final-cta-inner {
  position: relative;
  z-index: 2;
}

.nfc-final-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.nfc-final-cta-content h2 {
  max-width: 920px;
  margin: 0 auto 28px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.95;
  letter-spacing: -2.5px;
  font-weight: 700;
  color: #ffffff;
}

.nfc-final-cta-content p {
  max-width: 820px;
  margin: 0 auto 44px;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.nfc-final-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nfc-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.nfc-final-btn-primary {
  background: #03A6E0;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(3, 166, 224, 0.25);
}

.nfc-final-btn-primary:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #1F284F;
}

.nfc-final-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.nfc-final-btn-secondary:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #1F284F;
  border-color: #ffffff;
}

@media (max-width: 780px) {
  .nfc-final-cta {
    padding: 75px 18px;
  }

  .nfc-final-cta-content p {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .nfc-final-cta {
    padding: 60px 15px;
  }

  .nfc-final-cta-content h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }

  .nfc-final-cta-content p {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .nfc-final-btn {
    width: 100%;
  }
}/* End custom CSS */