/* ======================= RESET & BASE ======================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.6;
  background: #FAF8F7;
  color: #15396B;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 100vh;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #1ABBF4;
  text-decoration: none;
  transition: color .2s;
}
a:hover, a:focus {
  color: #15396B;
}
ul, ol {
  margin-left: 24px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 10px;
}

button, .cta-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  transition: all .18s cubic-bezier(.61,1.73,.42,1.01);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* =================== TYPOGRAPHY & PLAYFUL FONTS ================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  text-wrap: balance;
}
h1 {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -1px;
  color: #15396B;
  margin-bottom: 24px;
  text-shadow: 1px 3px 0px #1ABBF4, 0px 0px 0px #fff;
}
h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #15396B;
  margin-bottom: 18px;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1ABBF4;
  margin-bottom: 10px;
  letter-spacing: .3px;
}
h4, h5, h6 {
  color: #15396B;
}

p, ul, ol, li {
  font-size: 1.08rem;
  color: #183659;
  font-family: 'Open Sans', Arial, sans-serif;
}
p {
  margin-bottom: 14px;
}
strong {
  color: #156bb8;
  font-weight: 700;
}

.text-section ul, .text-section ol {
  margin-bottom: 16px;
}

/* ================ LAYOUTS and SECTION SPACING ================ */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(26,187,244,.09);
  padding: 30px 24px;
  transition: transform .14s;
}
.card:hover {
  transform: translateY(-5px) scale(1.03) rotate(-1deg);
  box-shadow: 0 7px 32px rgba(26,187,244,.16);
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(21,57,107,.07);
  margin-bottom: 20px;
  min-width: 0;
  position: relative;
  border: 2px dotted #1ABBF4;
  transition: box-shadow .15s, transform .13s;
}
.testimonial-card:hover {
  box-shadow: 0 6px 28px rgba(21,57,107,.16);
  transform: scale(1.02) rotate(0.5deg);
}
.testimonial-card p {
  font-size: 1.08rem;
  color: #15396B;
  font-style: italic;
  margin-bottom: 0;
}
.testimonial-card span {
  font-size: 1rem;
  color: #1ABBF4;
  font-weight: 700;
}
.rating {
  color: #FAB700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  font-family: 'Montserrat', Arial, sans-serif;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.feature-grid,
.included-benefits,
.pricing-table,
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.feature-grid li,
.included-benefits li {
  list-style: none;
  background: #E5F8FC;
  padding: 18px 20px 18px 68px;
  border-radius: 15px;
  color: #15396B;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  min-width: 200px;
  position: relative;
  margin-bottom: 0;
  box-shadow: 0 1px 8px rgba(26,187,244,.06);
  transition: background .16s;
}
.feature-grid li:hover {
  background: #C8EDFA;
}
.feature-grid li img {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 1px 2px rgba(26,187,244,.08));
}
.included-benefits li {
  padding-left: 40px;
  font-size: 1.01rem;
  background: #fff9ef;
  color: #DE8500;
  border: 1px solid #FEDC9A;
  box-shadow: none;
}
.included-benefits li:before {
  content: '✔';
  color: #34C759;
  font-size: 1.1em;
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-54%);
}

/* Pricing / offer cards */
.pricing-table {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
.option {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(26,187,244,.09);
  flex: 1 1 240px;
  min-width: 240px;
  max-width: 330px;
  padding: 32px 20px 28px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow .16s, transform .13s;
}
.option:hover {
  box-shadow: 0 10px 30px rgba(26,187,244,.16);
  transform: scale(1.035) rotate(-1deg);
}
.option h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1ABBF4;
  margin-bottom: 8px;
}
.option p {
  font-size: 1.8rem;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #15396B;
  margin-bottom: 10px;
  font-weight: 800;
}
.option ul {
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
}
.option li {
  font-size: 1.08rem;
  padding-left: 0;
  background: none;
  color: #15396B;
  font-weight: 400;
  border: none;
  margin-bottom: 0;
}

/* ============== HEADER ================ */
header {
  background: #1ABBF4;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 90;
  box-shadow: 0 2px 12px rgba(26,187,244,.04);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 70px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.logo img {
  width: 48px;
  height: auto;
  margin-right: 10px;
  border-radius: 13px;
  box-shadow: 0 2px 12px rgba(255,255,255,.12);
  transition: transform .2s;
}
.logo:hover img {
  transform: rotate(-9deg) scale(1.1);
}
.main-nav {
  display: flex;
  gap: 22px;
  margin-left: 22px;
  flex: 1 1 auto;
  align-items: center;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  padding: 4px 12px 5px 12px;
  border-radius: 8px;
  font-size: 1.04rem;
  transition: background .13s, color .14s;
}
.main-nav a:hover, .main-nav a:focus {
  background: #15396B;
  color: #1ABBF4;
}

.cta-btn {
  background: #FAB700;
  color: #15396B;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  padding: 13px 28px;
  border-radius: 21px;
  box-shadow: 0 3px 16px rgba(255,180,0,.12);
  font-size: 1.12rem;
  margin-left: 24px;
  letter-spacing: 0.03em;
  transition: transform .14s, box-shadow .18s, background .12s;
  text-shadow: none;
  border: 2px solid transparent;
}
.cta-btn:hover,.cta-btn:focus {
  background: #fff;
  color: #FAB700;
  transform: scale(1.05);
  box-shadow: 0 5px 32px rgba(250,183,0, .22);
  border: 2px solid #FAB700;
}

/* Mobile Menu Burger */
.mobile-menu-toggle {
  display: flex;
  background: #fff;
  color: #1ABBF4;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(21,57,107,.09);
  margin-left: auto;
  margin-right: 0;
  z-index: 101;
  border: 2px solid #FFF;
  transition: background .15s, color .18s;
}
.mobile-menu-toggle:hover {
  background: #1ABBF4;
  color: #fff;
  border-color: #15396B;
}

/* ============== MOBILE MENU OVERLAY ========== */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 320px;
  background: #fff;
  box-shadow: -3px 0 22px rgba(26,187,244,.1);
  z-index: 200;
  transform: translateX(100%);
  transition: transform .38s cubic-bezier(.63,1.56,.21,1.01);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 24px 16px 24px;
  gap: 32px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  background: #1ABBF4;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border: 2px solid #FAF8F7;
  box-shadow: 0 2px 12px rgba(21,57,107,.09);
  transition: background .14s, color .13s;
}
.mobile-menu-close:hover {
  background: #FAB700;
  color: #15396B;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  color: #1ABBF4;
  font-weight: 800;
  background: #E5F8FC;
  padding: 13px 16px;
  border-radius: 13px;
  margin-bottom: 0;
  transition: background .17s, color .13s;
  min-width: 160px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #15396B;
  color: #FFF;
}

/* Hide main nav and show burger on mobile */
@media (max-width: 900px) {
  .main-nav {
    display: none !important;
  }
  .cta-btn {
    margin-left: 8px;
    padding: 11px 18px;
    font-size: 1rem;
  }
  .mobile-menu-toggle {
    display: flex;
  }
}

@media (min-width: 901px) {
  .mobile-menu,
  .mobile-menu-close,
  .mobile-menu-toggle {
    display: none !important;
  }
  .main-nav {
    display: flex !important;
  }
}

/* BLOCK scroll when mobile menu is open */
body.mobile-menu-open {
  overflow: hidden;
}

/* ========== HEROes & CALL TO ACTIONS ========== */
.text-section {
  background: #E5F8FC;
  border-radius: 24px;
  box-shadow: 0 2px 16px rgba(21,57,107,.07);
  padding: 38px 28px 24px 28px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.text-section h1, .text-section h2 {
  color: #15396B;
}
.text-section a.cta-btn {
  margin-top: 10px;
}

/* ===================== FOOTER ====================== */
footer {
  background: #15396B;
  color: #fff;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -8px 24px rgba(21,57,107,.06);
  margin-top: 50px;
  padding: 48px 0 0 0;
}
footer .container {
  padding-bottom: 0;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding-bottom: 16px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 1 210px;
}
.footer-brand img {
  width: 60px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(21,57,107,.08);
}
.footer-menu {
  flex: 1 1 160px;
  gap: 14px;
}
.footer-menu a {
  color: #1ABBF4;
  font-size: 1.08rem;
  margin-bottom: 10px;
  font-family: 'Montserrat', Arial, sans-serif;
  transition: color .13s;
}
.footer-menu a:hover {
  color: #FAB700;
}
.footer-contact {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  font-size: 1.02rem;
}
.footer-contact img {
  width: 17px;
  height: 17px;
  margin-right: 7px;
  vertical-align: middle;
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-social {
  flex: 1 1 70px;
  display: flex;
  gap: 13px;
  align-items: flex-end;
}
.footer-social a img {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(21,57,107,.07);
  transition: transform .11s;
}
.footer-social a:hover img {
  transform: scale(1.17) rotate(-8deg);
}

@media (max-width: 950px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
  }
}

/* ========== FAQ Accordion ============ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 18px;
}
.faq-accordion h3 {
  background: #C8EDFA;
  color: #1ABBF4;
  font-weight: 800;
  font-size: 1.09em;
  padding: 12px 16px;
  border-radius: 11px;
  cursor: pointer;
  margin-bottom: 2px;
  border: none;
  box-shadow: 0 1px 7px rgba(26,187,244,.06);
  transition: background .12s;
}
.faq-accordion h3:hover {
  background: #1ABBF4;
  color: #fff;
}
.faq-accordion p {
  background: #E5F8FC;
  border-radius: 9px;
  padding: 12px 16px 10px 16px;
  color: #15396B;
}

.contact-prompt {
  margin-top: 16px;
  background: #C8EDFA;
  border-radius: 11px;
  padding: 13px 20px;
  color: #1ABBF4;
  text-align: center;
  font-weight: 700;
}

/* Cookie consent banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: #fff;
  border-top: 3px solid #1ABBF4;
  box-shadow: 0 -6px 32px rgba(21,57,107,.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 22px 12px;
  transition: transform .43s cubic-bezier(.7,1.5,.5,1.01);
  transform: translateY(0);
}
.cookie-banner.closed {
  transform: translateY(150%);
  pointer-events: none;
}
.cookie-banner .cookie-text {
  font-size: 1.11rem;
  color: #15396B;
  margin-bottom: 8px;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.cookie-btn {
  padding: 10px 23px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  border-radius: 13px;
  font-size: 1rem;
  border: none;
  background: #1ABBF4;
  color: #fff;
  transition: background .13s, color .13s, box-shadow .11s;
  box-shadow: 0 1px 7px rgba(26,187,244,.10);
}
.cookie-btn.accept {
  background: #34C759;
}
.cookie-btn.reject {
  background: #FF375F;
}
.cookie-btn.settings {
  background: #FAB700;
  color: #15396B;
}
.cookie-btn:hover {
  filter: brightness(1.085);
}

/* Cookie modal */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left:0; right:0; bottom:0;
  background: rgba(21,57,107, 0.35);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s;
}
.cookie-modal-overlay.closed {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal {
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 2px 44px rgba(21,57,107, .16);
  padding: 34px 26px 28px 26px;
  min-width: 320px;
  max-width: 98vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  animation: bounceIn .5s;
}
.cookie-modal h2 {
  font-size: 1.38rem;
  color: #15396B;
  margin-bottom: 12px;
}
.cookie-modal .categories {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.08rem;
}
.cookie-category input[type="checkbox"] {
  accent-color: #1ABBF4;
}
.cookie-modal .category-essential {
  color: #34C759;
  font-weight: bold;
}
.cookie-modal .cookie-modal-actions {
  margin-top: 18px;
  display: flex;
  gap: 14px;
  width: 100%;
}
.cookie-modal .close-modal {
  position: absolute;
  top: 12px;
  right: 13px;
  color: #1ABBF4;
  font-size: 2rem;
  background: none;
  border-radius: 50%;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-modal .close-modal:hover {
  background: #1ABBF4;
  color: #fff;
}
@keyframes bounceIn {
  0% { transform: scale(0.85); opacity: 0; }
  55% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

/* ===================== RESPONSIVENESS ====================== */
@media (max-width: 768px) {
  .container {
    padding: 0 8px;
  }
  .content-wrapper, .text-section {
    gap: 18px;
    padding: 26px 10px 19px 10px;
  }
  .section {
    margin-bottom: 34px;
    padding: 25px 8px;
  }
  .text-image-section,
  .content-grid,
  .card-container,
  .feature-grid,
  .testimonial-card,
  .included-benefits,
  .pricing-table,
  .footer-menu {
    flex-direction: column !important;
    gap: 16px !important;
    align-items: stretch;
  }
  .card {
    padding: 23px 12px;
  }
  .option {
    min-width: 0;
    width: 100%;
    align-items: stretch;
  }
  footer {
    border-radius: 18px 18px 0 0;
    padding-top: 21px;
    margin-top: 21px;
  }
  .footer-social {
    gap: 7px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 1.55rem;
  }
  h2 {
    font-size: 1.10rem;
  }
  .feature-grid li,
  .included-benefits li {
    font-size: 0.98rem;
    min-width: 0;
    padding: 11px 6px 11px 43px;
  }
  .option p {
    font-size: 1.27rem;
  }
  .testimonial-card {
    padding: 13px 6px;
    border-radius: 10px;
  }
}
/* ============= PLAYFUL & DYNAMIC MICRO-INTERACTIONS ============= */
.cta-btn,
.card,
.testimonial-card,
.option,
.feature-grid li {
  will-change: transform, box-shadow, background;
}
.card, .testimonial-card, .option, .feature-grid li {
  transition: box-shadow .16s, transform .12s, background .11s;
}
.cta-btn:active {
  transform: scale(.97) rotate(-2deg);
}
.feature-grid li:hover {
  transform: scale(1.032) rotate(-1.8deg);
  box-shadow: 0 4px 22px rgba(26,187,244,.14);
}
.option:active, .card:active, .testimonial-card:active {
  transform: scale(.985) rotate(1deg);
}

/* =========== VISUAL ACCESSIBILITY FOR TESTIMONIALS ============ */
.testimonial-card {
  background: #fff;
  color: #15396B;
  border: 2px dotted #1ABBF4;
}
.testimonial-card p, .testimonial-card span, .testimonial-card .rating {
  color: #15396B;
}
.testimonial-card .rating {
  color: #FAB700;
}

/* ============= ACCENT DECOR SHAPES (OPTIONAL/DECOR ONLY) ============= */
/* You may decorate with circles or playful shapes absolutely if you wish for visual fun */
@media (max-width: 400px) {
  .cookie-banner {
    font-size: 0.98em;
    padding: 13px 3px 11px 3px;
  }
}
