/* =========================================
   TIPS PAGE
   ========================================= */

/* =========================================
   HERO SECTION
   ========================================= */

.tips-hero {
  padding: 70px 0 36px;
}

.tips-hero-box {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 38px 36px 34px;
  background: linear-gradient(
    135deg,
    rgba(0, 144, 145, 0.1) 0%,
    rgba(239, 238, 250, 0.9) 48%,
    rgba(235, 195, 36, 0.14) 100%
  );
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 12px 50px rgba(5, 6, 60, 0.08);
}

.tips-hero-box::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.tips-hero-content {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.tips-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 144, 145, 0.1);
  border: 1px solid rgba(21, 20, 21, 0.06);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--theme-color);
}

.tips-hero-content h1 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 900px;
}

.tips-intro {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text);
}

/* =========================================
   QUICK NAVIGATION
   ========================================= */

.tips-quick-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tips-quick-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(21, 20, 21, 0.08);
  box-shadow: 0px 8px 22px rgba(5, 6, 60, 0.05);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--header);
  transition: all 0.3s ease-in-out;
}

.tips-quick-nav a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white);
  transform: translateY(-1px);
}

/* =========================================
   SHARED SECTION STYLES
   ========================================= */

.tips-section {
  padding: 42px 0;
}

.tips-page .tips-section[id] {
  scroll-margin-top: 120px;
}

.tips-section.tips-section-soft {
  background: linear-gradient(
    180deg,
    rgba(239, 238, 250, 0.55) 0%,
    rgba(239, 238, 250, 0.18) 100%
  );
  border-radius: 28px;
}

.tips-divider {
  width: 90px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(
    90deg,
    var(--theme-color) 0%,
    var(--theme-color-2) 100%
  );
}

.tips-section h2 {
  margin-bottom: 18px;
}

.tips-section-intro {
  max-width: 940px;
  font-size: 17px;
  line-height: 1.9;
  color: var(--text);
}

/* =========================================
   CHECKLIST GRID
   ========================================= */

.tips-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.tips-check-card {
  background: var(--white);
  border-radius: 22px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.06);
  height: 100%;
}

.tips-check-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(0, 144, 145, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tips-check-icon i {
  font-size: 22px;
  color: var(--theme-color);
}

.tips-check-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.tips-check-card p {
  margin: 0;
  line-height: 1.8;
  color: var(--text);
}

/* =========================================
   SPLIT SECTION
   ========================================= */

.tips-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 24px;
}

.tips-split-content {
  background: var(--white);
  border-radius: 24px;
  padding: 32px 30px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.06);
}

.tips-split-content h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.tips-split-content p {
  line-height: 1.9;
  color: var(--text);
  margin: 0;
}

.tips-split-content p + p {
  margin-top: 14px;
}

.tips-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.86fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 24px;
}

.tips-feature-card {
  position: relative;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
  background: linear-gradient(
    135deg,
    rgba(0, 144, 145, 0.08) 0%,
    rgba(255, 255, 255, 0.96) 52%,
    rgba(239, 238, 250, 0.78) 100%
  );
  border-radius: 24px;
  padding: 30px 28px 24px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.06);
  height: 100%;
}

.tips-feature-card:hover,
.tips-feature-card:focus-within {
  z-index: 60;
}

.tips-feature-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(16px);
  pointer-events: none;
  z-index: 0;
}

.tips-feature-icon {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(0, 144, 145, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.tips-feature-icon i {
  font-size: 30px;
  color: var(--theme-color);
}

.tips-card-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(21, 20, 21, 0.06);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--theme-color);
}

.tips-feature-card h3 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 14px;
}

.tips-feature-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.85;
  color: var(--text);
}

.tips-feature-card p + p {
  margin-top: 14px;
}

.tips-badge-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tips-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(21, 20, 21, 0.08);
  box-shadow: 0px 8px 20px rgba(5, 6, 60, 0.04);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--header);
}

.tips-side-cards {
  display: grid;
  gap: 18px;
}

.tips-mini-card {
  position: relative;
  z-index: 1;
  overflow: visible;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 238, 250, 0.6) 100%
  );
  border-radius: 22px;
  padding: 24px 22px 20px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 34px rgba(5, 6, 60, 0.05);
}

.tips-mini-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(0, 144, 145, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.tips-mini-card-icon i {
  font-size: 22px;
  color: var(--theme-color);
}

.tips-mini-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

.tips-mini-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tips-mini-card li {
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
  color: var(--text);
}

.tips-mini-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--theme-color);
}

.tips-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.tips-rule-card {
  background: var(--white);
  border-radius: 20px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 34px rgba(5, 6, 60, 0.05);
  height: 100%;
}

.tips-rule-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: rgba(0, 144, 145, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.tips-rule-icon i {
  font-size: 20px;
  color: var(--theme-color);
}

.tips-rule-card h4 {
  font-size: 19px;
  margin-bottom: 8px;
}

.tips-rule-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--text);
}

/* =========================================
   ACCORDION
   ========================================= */

.tips-accordion {
  margin-top: 24px;
}

.tips-accordion .accordion-item {
  border: 1px solid rgba(21, 20, 21, 0.06);
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.05);
}

.tips-accordion .accordion-item + .accordion-item {
  margin-top: 16px;
}

.tips-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--white);
  box-shadow: none;
  padding: 22px 24px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--header);
}

.tips-accordion .accordion-button:not(.collapsed) {
  background: var(--white);
  color: var(--header);
  box-shadow: none;
}

.tips-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.tips-accordion .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.tips-accordion-mark {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(0, 144, 145, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tips-accordion-mark i {
  font-size: 18px;
  color: var(--theme-color);
}

.tips-accordion-text {
  flex: 1 1 auto;
  display: block;
  text-align: left;
  padding-right: 10px;
}

.tips-accordion .accordion-body {
  padding: 6px 24px 24px;
}

.tips-accordion .accordion-body p {
  margin: 0;
  line-height: 1.85;
  color: var(--text);
}

.tips-accordion .accordion-body p + p {
  margin-top: 12px;
}

/* =========================================
   INFO GRID
   ========================================= */

.tips-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.tips-info-card {
  background: var(--white);
  border-radius: 22px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.05);
  height: 100%;
}

.tips-info-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(0, 144, 145, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tips-info-icon i {
  font-size: 21px;
  color: var(--theme-color);
}

.tips-info-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.tips-info-card p {
  margin: 0;
  line-height: 1.8;
  color: var(--text);
}

/* =========================================
   COMPARE GRID
   ========================================= */

.tips-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.tips-compare-card {
  background: linear-gradient(
    180deg,
    rgba(239, 238, 250, 0.7) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 22px;
  padding: 26px 24px 22px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 34px rgba(5, 6, 60, 0.05);
  height: 100%;
}

.tips-compare-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.tips-compare-card p {
  margin: 0;
  line-height: 1.8;
  color: var(--text);
}

/* =========================================
   DUAL GRID
   ========================================= */

.tips-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.tips-panel-card {
  position: relative;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
  background: var(--white);
  border-radius: 24px;
  padding: 30px 28px 24px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.06);
  height: 100%;
}
.tips-panel-card:hover,
.tips-panel-card:focus-within {
  z-index: 50;
}

.tips-panel-card::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -30px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(239, 238, 250, 0.65);
  filter: blur(10px);
  pointer-events: none;
}

.tips-panel-card-illustration {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: rgba(0, 144, 145, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.tips-panel-card-illustration i {
  font-size: 32px;
  color: var(--theme-color);
}

.tips-panel-card h3 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  margin-bottom: 12px;
}

.tips-panel-lead {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  line-height: 1.85;
  color: var(--text);
}

.tips-panel-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.85;
  color: var(--text);
}

.tips-panel-card p + p {
  margin-top: 14px;
}

.tips-check-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.tips-check-points li {
  position: relative;
  padding-left: 24px;
  line-height: 1.75;
  color: var(--text);
}

.tips-check-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--theme-color);
}

/* =========================================
   EMERGENCY GRID
   ========================================= */

.tips-emergency-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.tips-emergency-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px 20px 20px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 34px rgba(5, 6, 60, 0.05);
  text-align: center;
  height: 100%;
}

.tips-emergency-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(0, 144, 145, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.tips-emergency-icon i {
  font-size: 21px;
  color: var(--theme-color);
}

.tips-emergency-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.tips-emergency-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--text);
}

/* =========================================
   INTERACTIVE CARD MODIFIER
   ========================================= */

.tips-check-card.is-interactive,
.tips-info-card.is-interactive,
.tips-compare-card.is-interactive,
.tips-mini-card.is-interactive,
.tips-panel-card.is-interactive,
.tips-emergency-card.is-interactive {
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.tips-check-card.is-interactive:hover,
.tips-info-card.is-interactive:hover,
.tips-compare-card.is-interactive:hover,
.tips-mini-card.is-interactive:hover,
.tips-panel-card.is-interactive:hover,
.tips-emergency-card.is-interactive:hover {
  transform: translateY(-3px);
  box-shadow: 0px 16px 42px rgba(5, 6, 60, 0.1);
}

/* =========================================
   TERM HELP
   ========================================= */

.tips-term {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  margin: 0 2px;
  z-index: 20;
}

.tips-term-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--theme-color);
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.3s ease-in-out;
}

.tips-term-trigger:hover,
.tips-term-trigger:focus {
  color: var(--theme-color-2);
  outline: none;
}

.tips-term-trigger::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-radius: 50%;
  background: var(--theme-color-2);
  box-shadow: 0 0 0 rgba(235, 195, 36, 0.35);
  animation: tipsTermPulse 1.8s infinite;
}

@keyframes tipsTermPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 195, 36, 0.38);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(235, 195, 36, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(235, 195, 36, 0);
  }
}

.tips-term-bubble {
  position: absolute;
  top: auto;
  bottom: calc(100% + 12px);
  left: 0;
  width: 320px;
  max-width: min(320px, calc(100vw - 40px));
  background: var(--white);
  border: 1px solid rgba(21, 20, 21, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0px 14px 30px rgba(5, 6, 60, 0.12);
  line-height: 1.7;
  color: var(--text);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: all 0.25s ease-in-out;
}

.tips-term-bubble strong {
  color: var(--header);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) and (hover: hover) and (pointer: fine) {
  .tips-term:hover,
  .tips-term:focus-within {
    z-index: 999;
  }

  .tips-term:hover .tips-term-bubble,
  .tips-term:focus-within .tips-term-bubble {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .tips-term.is-open {
    z-index: 100001;
  }

  .tips-term.is-open .tips-term-bubble {
    position: fixed;
    width: min(320px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    right: auto;
    bottom: auto;
    z-index: 100001;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

/* =========================================
   VISUAL BREAKS
   ========================================= */

.tips-visual-break {
  padding: 10px 0 6px;
}

.tips-visual-break-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: center;
  border-radius: 26px;
  padding: 26px 28px;
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 36px rgba(5, 6, 60, 0.06);
}

.tips-visual-break-box::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(14px);
  pointer-events: none;
}

.tips-visual-break.is-money .tips-visual-break-box {
  background: linear-gradient(
    135deg,
    rgba(0, 144, 145, 0.09) 0%,
    rgba(239, 238, 250, 0.92) 52%,
    rgba(235, 195, 36, 0.12) 100%
  );
}

.tips-visual-break.is-rental .tips-visual-break-box {
  background: linear-gradient(
    135deg,
    rgba(239, 238, 250, 0.92) 0%,
    rgba(255, 255, 255, 1) 52%,
    rgba(0, 144, 145, 0.09) 100%
  );
}

.tips-visual-break-content {
  position: relative;
  z-index: 1;
}

.tips-visual-break-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(21, 20, 21, 0.06);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--theme-color);
}

.tips-visual-break-content h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.tips-visual-break-content p {
  margin: 0;
  max-width: 760px;
  line-height: 1.8;
  color: var(--text);
}

.tips-visual-break-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tips-visual-break-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(21, 20, 21, 0.08);
  box-shadow: 0px 8px 20px rgba(5, 6, 60, 0.04);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--header);
}

.tips-visual-break-visual {
  position: relative;
  z-index: 1;
  min-height: 132px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(21, 20, 21, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-visual-break-visual i {
  font-size: 56px;
  color: var(--theme-color);
  opacity: 0.9;
}

@media (max-width: 991px) {
  .tips-visual-break-box {
    grid-template-columns: 1fr;
    padding: 22px 22px;
  }

  .tips-visual-break-content h3 {
    font-size: 24px;
  }

  .tips-visual-break-visual {
    min-height: 96px;
  }

  .tips-visual-break-visual i {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .tips-visual-break {
    padding: 6px 0 2px;
  }

  .tips-visual-break-box {
    padding: 18px 18px;
    border-radius: 22px;
  }

  .tips-visual-break-content h3 {
    font-size: 22px;
  }

  .tips-visual-break-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .tips-visual-break-tags {
    gap: 8px;
  }

  .tips-visual-break-tags span {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .tips-visual-break-visual {
    min-height: 82px;
    border-radius: 18px;
  }

  .tips-visual-break-visual i {
    font-size: 34px;
  }
}

/* =========================================
   CTA
   ========================================= */

.tips-cta-box {
  margin-top: 8px;
  border-radius: 26px;
  padding: 34px 32px;
  background: linear-gradient(
    135deg,
    rgba(0, 144, 145, 0.1) 0%,
    rgba(235, 195, 36, 0.12) 100%
  );
  border: 1px solid rgba(21, 20, 21, 0.06);
  box-shadow: 0px 10px 40px rgba(5, 6, 60, 0.05);
  text-align: center;
}

.tips-cta-box h2 {
  margin-bottom: 14px;
}

.tips-cta-box p {
  max-width: 760px;
  margin: 0 auto 24px;
  line-height: 1.85;
  color: var(--text);
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1199px) {
  .tips-hero-content h1 {
    font-size: 38px;
  }

  .tips-checklist-grid,
  .tips-info-grid,
  .tips-compare-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-emergency-grid,
  .tips-rule-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-split,
  .tips-dual-grid,
  .tips-feature-grid,
  .tips-visual-break-box {
    grid-template-columns: 1fr;
  }

  .tips-feature-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .tips-hero {
    padding: 52px 0 28px;
  }

  .tips-page .tips-section[id] {
    scroll-margin-top: 92px;
  }

  .tips-hero-box {
    padding: 30px 24px 26px;
    border-radius: 24px;
  }

  .tips-hero-content h1 {
    font-size: 34px;
  }

  .tips-intro {
    font-size: 17px;
  }

  .tips-split,
  .tips-dual-grid,
  .tips-feature-grid {
    grid-template-columns: 1fr;
  }

  .tips-panel-card h3,
  .tips-split-content h3,
  .tips-feature-card h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tips-hero-content h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .tips-quick-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-checklist-grid,
  .tips-info-grid,
  .tips-compare-grid,
  .tips-emergency-grid,
  .tips-rule-grid {
    grid-template-columns: 1fr;
  }

  .tips-accordion .accordion-button {
    font-size: 20px;
    padding: 20px 18px 18px;
  }

  .tips-accordion .accordion-body {
    padding: 4px 18px 18px;
  }

  .tips-accordion-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .tips-accordion-mark i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .tips-hero-box {
    padding: 24px 18px 22px;
    border-radius: 20px;
  }

  .tips-eyebrow {
    font-size: 12px;
  }

  .tips-hero-content h1 {
    font-size: 26px;
  }

  .tips-intro,
  .tips-section-intro {
    font-size: 16px;
    line-height: 1.8;
  }

  .tips-section {
    padding: 34px 0;
  }

  .tips-check-card,
  .tips-info-card,
  .tips-compare-card,
  .tips-mini-card,
  .tips-panel-card,
  .tips-split-content,
  .tips-feature-card,
  .tips-rule-card,
  .tips-emergency-card,
  .tips-cta-box {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tips-quick-nav {
    grid-template-columns: 1fr;
  }
}
