@charset "UTF-8";
.header {
  background-color: rgba(3, 5, 18, 0.9);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 2000;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  transition: color 0.3s ease;
  text-align: end;
}
.header .navbar-nav .nav-item .nav-link:hover {
  color: #2de2ce !important;
}
.header .navbar-toggler {
  border: none;
  padding: 0;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
  width: 28px;
  height: 28px;
}
.header .header-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  padding: 150px 0 0;
  min-height: 800px;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero {
    padding: 80px 0 60px;
    text-align: center;
    min-height: auto;
  }
}
.hero .hero-content .hero-title {
  font-size: 5rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 25px;
}
.hero .hero-content .hero-title .hero-destaque {
  font-size: 5.2rem;
  font-weight: 900;
  background: linear-gradient(180deg, #FFD900 0%, #6AB233 45%, #4D8C54 78%, #2CA7C9 85%, #4139A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.hero .hero-content .hero-text {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0 auto 40px;
  line-height: 1.6;
  width: 90%;
}
.hero .cta-group {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero .cta-group {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .hero .hero-media {
    margin-top: 50px;
  }
}
.hero .hero-media img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 0 30px rgba(45, 226, 206, 0.15));
  transition: transform 0.5s ease;
}
.hero .hero-media img:hover {
  transform: scale(1.03);
}
@media (max-width: 1200px) {
  .hero {
    min-height: 100vh;
    height: 100%;
  }
  .hero .hero-content .hero-title {
    padding: 0 10% 0 0;
    font-size: 2.8rem;
  }
  .hero .hero-content .hero-title .hero-destaque {
    font-size: 3.2rem;
  }
  .hero .hero-content .hero-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .hero .hero-content .hero-title {
    font-size: 3.8rem;
  }
  .hero .hero-content .hero-title .hero-destaque {
    font-size: 5.2rem;
  }
  .hero .hero-content .hero-text {
    padding: 0;
    margin: 0 auto 40px;
    font-size: 2rem;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 1200px;
  }
  .hero .hero-content {
    position: absolute;
    top: 80%;
  }
  .hero .hero-content .hero-title {
    padding: 0 15%;
    font-size: 3rem;
  }
  .hero .hero-content .hero-title .hero-destaque {
    font-size: 3.6rem;
  }
  .hero .hero-content .hero-text {
    text-align: center;
    font-size: 1.6rem;
  }
  .hero .hero-media {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 425px) {
  .hero {
    height: 950px;
  }
  .hero .hero-content {
    top: 65%;
  }
  .hero .hero-content .hero-title {
    padding: 0 10%;
    font-size: 2.4rem;
  }
  .hero .hero-content .hero-title .hero-destaque {
    font-size: 2rem;
  }
  .hero .hero-content .hero-text {
    margin: 0 auto 30px;
    font-size: 1.1rem;
  }
  .hero .hero-media {
    max-width: 90%;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .hero {
    height: 850px;
  }
  .hero .hero-content {
    top: 60%;
  }
  .hero .hero-content .hero-title {
    font-size: 1.8rem;
  }
  .hero .hero-content .hero-title .hero-destaque {
    font-size: 1.9rem;
  }
  .hero .hero-content .hero-text {
    font-size: 1rem;
  }
}
@media (max-width: 320px) {
  .hero .hero-content {
    top: 55%;
  }
}

.intro {
  height: 100%;
  padding: 50px 0;
  background-color: #0a0d1d;
  text-align: center;
}
.intro .intro-title {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.intro .intro-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
.intro .intro-text .intro-text-destaque {
  color: #f2e307;
  font-weight: 700;
}
.intro hr {
  width: 80px;
  height: 4px;
  background-color: #f2e307;
  margin: 45px auto 0;
  border: none;
  opacity: 1;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .intro .intro-title {
    font-size: 3rem;
  }
  .intro .intro-text {
    text-align: justify;
    width: 90%;
    font-size: 1.2rem;
  }
}
@media (max-width: 425px) {
  .intro .intro-title {
    font-size: 2rem;
  }
  .intro .intro-text {
    font-size: 1.1rem;
  }
}

.cenario {
  background-color: #0a0d1d;
  padding-bottom: 100px;
  height: 100%;
}
.cenario .cenario-card {
  background-color: #030512;
  padding: 45px 35px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.cenario .cenario-card .cenario-sb-title {
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 700;
}
.cenario .cenario-card ul {
  list-style: none;
  padding: 0;
}
.cenario .cenario-card ul li {
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 18px;
  gap: 12px;
  opacity: 0.9;
}
.cenario .cenario-card:hover {
  transform: translateY(-5px);
}
.cenario .cenario-card:first-of-type {
  border-color: rgba(255, 0, 0, 0.7);
  box-shadow: inset 0 0 20px rgba(255, 0, 0, 0.02);
}
.cenario .cenario-card:first-of-type .cenario-sb-title {
  color: #ff0000;
}
.cenario .cenario-card:first-of-type:hover {
  border-color: rgba(255, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.6);
}
.cenario .cenario-card:last-of-type {
  border-color: rgba(0, 255, 136, 0.3);
  box-shadow: inset 0 0 20px rgba(0, 255, 136, 0.02);
}
.cenario .cenario-card:last-of-type .cenario-sb-title {
  color: #00ff88;
}
.cenario .cenario-card:last-of-type:hover {
  border-color: #00ff88;
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.15);
}
@media (max-width: 425px) {
  .cenario {
    padding: 0 5% 50px;
  }
  .cenario .cenario-card .cenario-sb-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .cenario .cenario-card ul li {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }
}

.pillars {
  padding: 100px 0;
  text-align: center;
}
.pillars .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 425px) {
  .pillars .container {
    padding: 0 15px;
  }
}
.pillars .pillars-header {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}
.pillars .pillars-p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 60px;
  opacity: 0.8;
}
.pillars .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pillars .grid-3 {
    grid-template-columns: 1fr;
  }
}
.pillars .pillar-item {
  background-color: #030512;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pillars .pillar-item:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
.pillars .pillar-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0;
}
.pillars .pillar-item .icon--blue {
  background-color: #3b82f6;
}
.pillars .pillar-item .icon--green {
  background-color: #22c55e;
}
.pillars .pillar-item .icon--purple {
  background-color: #a855f7;
}
.pillars .pillar-item .icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.pillars .pillar-item h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}
.pillars .pillar-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.pillars .pillar-item ul {
  list-style: none;
  padding: 0;
}
.pillars .pillar-item ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 8px;
  opacity: 0.7;
  padding-left: 15px;
  position: relative;
}
.pillars .pillar-item ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2de2ce;
}

.solutions {
  padding: 50px 0;
  background-color: #0a0d1d;
  text-align: center;
}
.solutions .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 425px) {
  .solutions .container {
    padding: 0 15px;
  }
}
.solutions .section-title {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 25px;
}
.solutions hr {
  border: none !important;
  height: 3px !important;
  background-color: #f2e307;
  margin: 20px auto 50px auto !important;
  width: 100px;
  border-radius: 10px;
  opacity: 1;
}
.solutions .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .solutions .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .solutions .grid-4 {
    grid-template-columns: 1fr;
  }
}
.solutions .card-feature {
  background-color: #030512;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}
.solutions .card-feature:hover {
  transform: translateY(-8px);
  border-color: rgba(45, 226, 206, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
.solutions .card-feature h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 600;
  gap: 12px;
}
.solutions .card-feature h3 img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.solutions .card-feature ul {
  list-style: none;
  padding: 0;
}
.solutions .card-feature ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 12px;
  opacity: 0.8;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}
.solutions .card-feature ul li:hover {
  opacity: 1;
  color: #2de2ce;
  padding-left: 5px;
}

.audience {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.audience .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 425px) {
  .audience .container {
    padding: 0 15px;
  }
}
.audience h2 {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 425px) {
  .audience h2 {
    font-size: 1.8rem;
  }
}
.audience .tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.audience .tag {
  background-color: rgba(255, 255, 255, 0.05);
  color: #10b981;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
.audience .tag:hover {
  background-color: rgba(16, 185, 129, 0.1);
  border-color: #10b981;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(16, 185, 129, 0.2);
}
@media (max-width: 425px) {
  .audience .tag {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}

.process {
  padding: 100px 0;
  background-color: #0a0d1d;
  text-align: center;
}
.process .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 425px) {
  .process .container {
    padding: 0 15px;
  }
}
.process h2 {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 700;
}
.process .steps-list {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  list-style: none;
  counter-reset: step-counter;
  position: relative;
  padding: 0;
}
.process .steps-list::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 10px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(to bottom, #00ff88, rgba(0, 255, 136, 0.1));
  z-index: 1;
}
.process .steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  z-index: 2;
  min-height: 42px;
}
.process .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-color: #0a0d1d;
  border: 2px solid #00ff88;
  color: #00ff88;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.2);
  line-height: 1;
}
.process .steps-list li strong {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 600;
}
.process .steps-list li:last-child {
  margin-bottom: 0;
}

/* layout/_benefits.scss */
section.benefits {
  padding: 80px 0;
}
section.benefits h2 {
  text-align: center;
  margin-bottom: 48px;
  color: #ffffff;
}
section.benefits .benefits-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.benefits .benefits-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  section.benefits .benefits-icons {
    grid-template-columns: 1fr;
  }
}
section.benefits .benefit-card {
  background-color: #030512;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  gap: 12px;
  text-align: center;
}
section.benefits .benefit-card::before {
  content: "✓";
  width: 44px;
  height: 44px;
  border: 2px solid #00ff88;
  color: #00ff88;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
section.benefits .benefit-card p {
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}

.banner {
  padding: 100px 0;
  background-color: #0a0d1d;
}
.banner .container {
  background: #050a1f !important;
  padding: 80px 40px !important;
  border-radius: 40px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  max-width: 1000px !important;
  margin: 0 auto;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6) !important;
}
.banner .container .banner-title {
  font-size: 2.7rem;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 425px) {
  .banner .container .banner-title {
    font-size: 1.8rem;
  }
}
.banner .container p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  opacity: 0.9;
}

.main-footer {
  min-height: 280px;
  height: 100%;
  color: #fff;
}
.main-footer .nav-list,
.main-footer .nav-item {
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .main-footer {
    text-align: center;
    padding-bottom: 50px;
  }
  .main-footer .main-footer-content {
    flex-direction: column;
    align-items: center;
  }
  .main-footer .main-footer-brand .logo {
    width: 80%;
  }
}

.footer {
  padding: 60px 0 40px;
  background-color: #0a0d1d;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .footer-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer .footer-text {
    display: none;
  }
  .footer .footer-brand {
    width: 100%;
    display: flex;
    justify-content: end;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0f172a;
  /* azul escuro / institucional */
  color: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 9998;
  font-size: 14px;
}
.cookie-banner .cookie-text {
  margin: 0;
  line-height: 1.4;
}
.cookie-banner .cookie-text a {
  color: #38bdf8;
  text-decoration: underline;
}
.cookie-banner .cookie-btn {
  background: #22c55e;
  color: #0f172a;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.cookie-banner .cookie-btn:hover {
  background: #16a34a;
}
@media (max-width: 768px) {
  .cookie-banner .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-banner .cookie-btn {
    align-self: flex-end;
  }
}

#whatsapp-button {
  display: flex;
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2.5s infinite;
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
@media (max-width: 425px) {
  .whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 56px;
    height: 56px;
  }
  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.polices-container {
  max-width: 960px;
  padding: 20px;
  background-color: #0a0d1d;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.polices-container a {
  color: #2de2ce;
  text-decoration: underline;
}
.polices-container a:hover {
  color: rgb(89.8117154812, 232.1882845188, 216.4560669456);
}
.polices-container .polices-header {
  height: 100%;
  text-align: center;
}
.polices-container .polices-header .brand {
  margin-bottom: 20px;
}
.polices-container .polices-header .brand a {
  display: inline-block;
}
.polices-container .polices-header .brand a img {
  height: 80px;
}
.polices-container .brand-footer {
  text-align: center;
  margin-top: 40px;
}
.polices-container .brand-footer a {
  display: inline-block;
}
.polices-container .brand-footer a img {
  height: 60px;
}
@media (max-width: 768px) {
  .polices-container {
    padding: 15px;
  }
  .polices-container .polices-header .brand img {
    height: 60px;
  }
  .polices-container .brand-footer img {
    height: 50px;
  }
}

.btn {
  color: #0a0d1d;
  min-width: 30%;
  padding: 2% 10%;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .btn {
    width: 90%;
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .btn {
    padding: 12px 24px;
    font-size: 1rem;
  }
}

.btn-header {
  color: #0a0d1d;
  padding: 10px 26px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1rem;
  background: linear-gradient(90deg, #2ccbb9 0%, #36d1dc 100%);
  box-shadow: 0 4px 15px rgba(44, 203, 185, 0.3);
}
.btn-header:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(44, 203, 185, 0.5);
  color: #ffffff;
}
@media (max-width: 768px) {
  .btn-header {
    padding: 12px 50px;
  }
}
@media (max-width: 425px) {
  .btn-header {
    padding: 12px 50px;
  }
}

.btn-principal {
  background: linear-gradient(90deg, #2ccbb9 0%, #36d1dc 100%);
  box-shadow: 0 4px 15px rgba(44, 203, 185, 0.3);
}
.btn-principal:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(44, 203, 185, 0.5);
  color: #ffffff;
}

.btn-secundario {
  background: transparent;
  border-color: #2de2ce;
  color: #2de2ce;
}
.btn-secundario:hover {
  background: #2de2ce;
  color: #0a0d1d;
  transform: translateY(-3px);
}

.btn--outline-white {
  width: 30%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.btn--outline-white img {
  width: 20px;
  height: 20px;
}
.btn--outline-white:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .btn--outline-white {
    width: 90%;
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .btn--outline-white {
    padding: 12px 24px;
    font-size: 1rem;
  }
}

body {
  background: linear-gradient(135deg, #0F4F4A 0%, #1E5E5B 25%, #1F3B5C 55%, #0E2440 80%, #071A2E 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

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