/* JadłoPlan — free-cat-335.css */

/* ===== RESET & BASE ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1a1b1f;
  background-color: #fff;
}

a {
  color: #1a1b1f;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ===== NAVIGATION ===== */
.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link {
  z-index: 1;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  display: block;
  width: 108px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}

.nav-link {
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1b1f;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.nav-link:hover,
.nav-link.w--current {
  color: rgba(26, 27, 31, 0.55);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1a1b1f;
  margin: 5px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* ===== BUTTON ===== */
.button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  font-weight: 600;
}

.button.cc-contact-us {
  padding: 10px 15px;
}

.button.cc-white {
  background-color: #fff;
  color: #1a1b1f;
}

.button.cc-white:hover {
  background-color: #f4f4f4;
}

/* ===== SECTION ===== */
.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.section.cc-cta {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #f4f4f4;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

/* ===== HERO ===== */
.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../graphics/hero-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-color: #1a1b1f;
  position: relative;
}

.intro-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 27, 31, 0.45);
}

.intro-content {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.intro-text {
  width: 80%;
  max-width: 620px;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

.label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-light {
  opacity: 0.6;
}

/* ===== CONTAINER ===== */
.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

/* ===== MOTTO ===== */
.motto-wrap {
  width: 70%;
  margin-bottom: 40px;
  padding-top: 80px;
}

/* ===== DIVIDER ===== */
.divider {
  height: 1px;
  background-color: #eee;
}

/* ===== CONTENT SECTIONS ===== */
.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 100px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.paragraph-light {
  opacity: 0.6;
  font-size: 14px;
  line-height: 22px;
}

.home-section-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* ===== ABOUT GRID ===== */
.about-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-grid.cc-about-2 {
  margin-top: 80px;
}

.about-grid.cc-about-2 > img {
  -ms-grid-column: 1;
  order: -1;
}

.about-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* ===== HEADING CENTER ===== */
.heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.div-block {
  margin-top: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* ===== PACKAGES SECTION ===== */
.packages-section {
  padding: 80px 30px;
  background-color: #fff;
}

.packages-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.package-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 40px 30px;
  width: 300px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
}

.package-card:hover {
  box-shadow: 0 8px 30px rgba(26, 27, 31, 0.1);
}

.package-card.cc-featured {
  background-color: #1a1b1f;
  color: #fff;
}

.package-card.cc-featured .package-price,
.package-card.cc-featured .package-name,
.package-card.cc-featured .package-desc,
.package-card.cc-featured .package-features li {
  color: #fff;
}

.package-name {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 15px;
}

.package-price {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #1a1b1f;
}

.package-currency {
  font-size: 20px;
  vertical-align: super;
}

.package-period {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 25px;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.package-features li {
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
  color: #1a1b1f;
}

.package-card.cc-featured .package-features li {
  border-bottom-color: rgba(255,255,255,0.2);
}

.package-features li i {
  margin-right: 8px;
  font-size: 12px;
}

/* ===== SPECIAL PACKS ===== */
.special-packs-section {
  padding: 60px 30px;
  background-color: #f4f4f4;
}

.special-packs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.special-pack-card {
  background-color: #fff;
  overflow: hidden;
}

.special-pack-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.special-pack-body {
  padding: 25px;
}

.special-pack-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 10px;
}

.special-pack-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.special-pack-desc {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
  margin-bottom: 20px;
}

.special-pack-price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ===== CTA SECTION ===== */
.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta-text {
  margin-bottom: 30px;
  max-width: 530px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 80px 30px;
  background-color: #fff;
}

.faq-list {
  max-width: 760px;
  margin: 40px auto 0;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.faq-question i {
  font-size: 12px;
  -webkit-transition: transform 300ms ease;
  transition: transform 300ms ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.faq-item.is-open .faq-question i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.7;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* ===== HOW IT WORKS ===== */
.how-section {
  padding: 80px 30px;
  background-color: #f4f4f4;
}

.how-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.how-step {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
}

.step-number {
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #1a1b1f;
  opacity: 0.2;
  margin-bottom: 10px;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 26px;
}

.step-desc {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.65;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  padding: 80px 30px;
  background-color: #fff;
}

.testimonials-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.testimonial-card {
  padding: 30px;
  border: 1px solid #eee;
}

.testimonial-stars {
  color: #1a1b1f;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.75;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-author {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ===== FOOTER ===== */
.footer-section {
  background-color: #1a1b1f;
  color: #fff;
  padding: 60px 30px 30px;
}

.footer-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  margin-bottom: 60px;
}

.footer-brand-desc {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.55;
  margin-top: 15px;
}

.footer-col-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  opacity: 0.7;
  line-height: 22px;
}

.footer-contact-item i {
  font-size: 12px;
  margin-top: 5px;
  flex-shrink: 0;
}

.footer-divider {
  height: 1px;
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 30px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-copyright {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.4;
}

.footer-legal-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-legal-links a:hover {
  opacity: 0.8;
}

/* ===== COOKIES GDPR ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1a1b1f;
  color: #fff;
  padding: 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  gap: 30px;
  -webkit-box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.cookie-text {
  font-size: 13px;
  line-height: 22px;
  opacity: 0.85;
  max-width: 680px;
}

.cookie-text a {
  color: #fff;
  text-decoration: underline;
  opacity: 0.85;
}

.cookie-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero {
  padding-top: 160px;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f4f4f4;
}

.page-hero-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.page-hero h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

.page-hero .page-desc {
  font-size: 16px;
  line-height: 28px;
  opacity: 0.65;
  max-width: 600px;
}

/* ===== CONTENT SECTION (inner pages) ===== */
.content-section {
  padding: 80px 30px;
}

.content-inner {
  max-width: 800px;
  margin: 0 auto;
}

.content-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 15px;
}

.content-inner h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 12px;
}

.content-inner p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.75;
  margin-bottom: 20px;
}

.content-inner ul,
.content-inner ol {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.75;
  padding-left: 20px;
  margin-bottom: 20px;
}

.content-inner li {
  margin-bottom: 8px;
}

/* ===== ABOUT TEAM GRID ===== */
.team-section {
  padding: 80px 30px;
  background-color: #f4f4f4;
}

.values-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.value-icon {
  width: 44px;
  height: 44px;
  background-color: #1a1b1f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.value-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 26px;
}

.value-content p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.65;
  margin: 0;
}

/* ===== CONTACT PAGE ===== */
.contact-section {
  padding: 80px 30px;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info-item i {
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-info-text {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.75;
}

.contact-info-text strong {
  font-weight: 600;
  opacity: 1;
  display: block;
  margin-bottom: 4px;
  color: #1a1b1f;
}

.contact-form-wrap {
  background-color: #f4f4f4;
  padding: 40px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.65;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #1a1b1f;
  background-color: #fff;
  border: 1px solid #eee;
  outline: none;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-control:focus {
  border-color: #1a1b1f;
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

/* ===== HELP PAGE ===== */
.help-section {
  padding: 80px 30px;
}

.help-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.help-card {
  padding: 35px 30px;
  border: 1px solid #eee;
}

.help-card-icon {
  font-size: 28px;
  margin-bottom: 20px;
  color: #1a1b1f;
}

.help-card h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 12px;
}

.help-card p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.65;
  margin: 0 0 20px;
}

/* ===== PAYMENT PAGE ===== */
.payment-methods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  max-width: 900px;
  margin: 40px auto 0;
}

.payment-method-card {
  padding: 30px;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.payment-method-icon {
  width: 48px;
  height: 48px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}

.payment-method-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 24px;
}

.payment-method-card p {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.65;
  margin: 0;
}

/* ===== MAP PLACEHOLDER ===== */
.map-section {
  height: 350px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0.45;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* ===== BODY PADDING (for fixed nav) ===== */
.body-wrap {
  padding-top: 88px;
}

/* ===== UTILITY ===== */
.text-center {
  text-align: center;
}

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 991px) {
  .navigation-wrap {
    padding: 15px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .nav-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 10px 0;
  }
  .nav-menu.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-toggle {
    display: block;
  }
  .heading-jumbo {
    font-size: 48px;
    line-height: 60px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 42px;
  }
  .motto-wrap {
    width: 80%;
  }
  .section-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .intro-header {
    height: 480px;
  }
  .footer-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .special-packs-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .testimonials-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .help-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .payment-methods {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-jumbo {
    font-size: 40px;
    line-height: 54px;
  }
  .heading-jumbo-small {
    font-size: 26px;
    line-height: 36px;
  }
  .motto-wrap {
    width: 100%;
  }
  .intro-header {
    height: 400px;
  }
  .about-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .about-grid.cc-about-2 > img {
    order: 0;
  }
  .cta-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .special-packs-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .values-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .packages-grid {
    flex-direction: column;
    align-items: center;
  }
  .cookie-banner {
    flex-direction: column;
    padding: 20px 20px;
    gap: 15px;
  }
  .cookie-actions {
    width: 100%;
    justify-content: center;
  }
  .page-hero h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .help-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navigation-wrap {
    padding: 15px;
  }
  .heading-jumbo {
    font-size: 32px;
    line-height: 44px;
  }
  .heading-jumbo-small {
    font-size: 22px;
    line-height: 32px;
  }
  .button.cc-jumbo-button {
    padding: 12px 25px;
    font-size: 12px;
  }
  .intro-header {
    height: 340px;
  }
  .section-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .contact-form-wrap {
    padding: 25px 20px;
  }
}
