.tipitaly-world-active .entry-title,
.tipitaly-world-active .page-title {
  display: none;
}

body.tipitaly-world-active #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tipitaly-world-active #content > .ast-container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.tipitaly-world-active .site-content,
.tipitaly-world-active .content-area,
.tipitaly-world-active .site-main,
.tipitaly-world-active .entry-content {
  max-width: none;
}

.tipitaly-world-active .entry-content {
  margin: 0;
}

.tip-world-page {
  --tip-blue: #0d1b34;
  --tip-blue-2: #123d7a;
  --tip-orange: #f47a20;
  --tip-gold: #d4af37;
  --tip-ice: #f4f6f8;
  --tip-white: #fff;
  --tip-ink: #24364f;
  --tip-line: rgba(13, 27, 52, .14);
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  background: var(--tip-white);
  color: var(--tip-blue);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.tip-world-page *,
.tip-world-page *::before,
.tip-world-page *::after {
  box-sizing: border-box;
}

.tip-world-page h1,
.tip-world-page h2,
.tip-world-page h3,
.tip-world-page p {
  margin-top: 0;
}

.tip-world-page h1,
.tip-world-page h2,
.tip-world-page h3 {
  color: var(--tip-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.tip-world-page a {
  text-decoration: none;
}

.tip-world-shell {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.tip-world-hero {
  min-height: 440px;
  border-top: 1px solid var(--tip-line);
  background:
    linear-gradient(90deg, #fff 0%, #fff 40%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 0) 66%),
    var(--tip-world-hero) right center / auto 100% no-repeat,
    linear-gradient(135deg, #f7efe4, #d8e0e5);
}

.tip-world-hero-grid {
  min-height: 440px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
}

.tip-world-hero-content {
  max-width: 535px;
  align-self: center;
  padding: 56px 0 64px;
  position: relative;
  z-index: 1;
}

.tip-world-hero h1 {
  margin-bottom: 0;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: .98;
  letter-spacing: -.02em;
}

.tip-world-hero p,
.tip-world-split p,
.tip-world-help p,
.tip-world-redion-copy p {
  margin-bottom: 0;
  color: var(--tip-ink);
  font-size: 17px;
  line-height: 1.7;
}

.tip-world-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 18px;
  color: var(--tip-orange);
}

.tip-world-kicker::before,
.tip-world-kicker::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: rgba(244, 122, 32, .45);
}

.tip-world-kicker span {
  font-size: 27px;
  line-height: 1;
}

.tip-world-card-intro {
  padding: 42px 0 0;
  text-align: center;
  background: linear-gradient(180deg, #fbfbfb 0%, #fff 100%);
}

.tip-world-card-intro h2 {
  margin-bottom: 4px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.1;
}

.tip-world-lead {
  margin-bottom: 0;
  color: var(--tip-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.25;
}

.tip-world-card-intro > .tip-world-shell > .tip-world-kicker {
  justify-content: center;
}

.tip-world-card-image {
  display: block;
  width: min(710px, 92%);
  height: auto;
  margin: 18px auto 34px;
  border-radius: 16px;
  filter: drop-shadow(0 18px 24px rgba(13, 27, 52, .14));
}

.tip-world-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 0 38px;
}

.tip-world-benefit {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 0 26px;
  border-right: 1px solid rgba(212, 175, 55, .38);
  text-align: left;
}

.tip-world-benefit:last-child {
  border-right: 0;
}

.tip-world-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--tip-orange);
  border-radius: 10px;
  color: var(--tip-orange);
  font-weight: 700;
  font-size: 20px;
}

.tip-world-benefit h3,
.tip-world-help h3,
.tip-world-redion-copy h3 {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.2;
}

.tip-world-benefit p,
.tip-world-redion-card p {
  margin-bottom: 0;
  color: var(--tip-ink);
  font-size: 15px;
  line-height: 1.55;
}

.tip-world-split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 46px;
  padding: 40px 0;
  border-top: 1px solid rgba(13, 27, 52, .1);
}

.tip-world-split h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 3.8vw, 46px);
  line-height: 1.05;
}

.tip-world-travel-image {
  min-height: 220px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,0)),
    var(--tip-world-travel) center / cover no-repeat,
    linear-gradient(135deg, #cddce4, #f5dcc1);
  box-shadow: 0 8px 22px rgba(13, 27, 52, .1);
}

.tip-world-help {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 22px;
  margin: 0 0 30px;
  padding: 20px 26px;
  border: 1px solid rgba(212, 175, 55, .4);
  border-radius: 10px;
  background: #fff;
}

.tip-world-help-icon {
  width: 58px;
  height: 42px;
  border: 2px solid var(--tip-blue);
  border-radius: 6px;
  position: relative;
}

.tip-world-help-icon::before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: 50%;
  width: 2px;
  background: var(--tip-blue);
  transform: translateX(-50%);
}

.tip-world-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--tip-blue-2);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.tip-world-link:hover,
.tip-world-link:focus {
  color: var(--tip-orange);
}

.tip-world-redion {
  display: grid;
  grid-template-columns: .75fr 1.6fr .6fr;
  align-items: center;
  gap: 24px;
  padding: 0 0 34px;
}

.tip-world-redion-copy {
  padding-right: 20px;
  border-right: 1px solid rgba(212, 175, 55, .4);
  text-align: left;
}

.tip-world-redion-logo {
  margin-top: 10px;
  color: #d81828;
  font-size: 22px;
  font-weight: 700;
}

.tip-world-redion-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tip-world-redion-card {
  min-height: 128px;
  padding: 16px 12px 12px;
  border: 1px solid var(--tip-line);
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

.tip-world-redion-card strong {
  display: block;
  min-height: 32px;
  color: var(--module-color);
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.tip-world-redion-card p {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.35;
}

.tip-world-redion-card small {
  display: block;
  margin-top: 8px;
  color: var(--tip-ink);
  font-size: 10px;
}

.tip-world-redion-link {
  justify-content: flex-end;
}

.tip-world-cta {
  padding: 28px 0 30px;
  background: var(--tip-blue);
  color: #fff;
  text-align: center;
}

.tip-world-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
}

.tip-world-cta p {
  margin-bottom: 0;
  color: var(--tip-gold);
  font-size: 15px;
}

@media (max-width: 980px) {
  .tip-world-hero {
    background:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.92) 52%, rgba(255,255,255,.2) 100%),
      var(--tip-world-hero) center bottom / cover no-repeat;
  }

  .tip-world-hero-grid {
    grid-template-columns: 1fr;
  }

  .tip-world-hero-content {
    padding: 52px 16px 240px;
  }

  .tip-world-benefits,
  .tip-world-split,
  .tip-world-redion {
    grid-template-columns: 1fr;
  }

  .tip-world-benefit {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 55, .35);
  }

  .tip-world-benefit:last-child {
    border-bottom: 0;
  }

  .tip-world-redion-copy {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 55, .35);
  }

  .tip-world-redion-link {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .tip-world-shell {
    width: min(100% - 28px, 1100px);
  }

  .tip-world-hero,
  .tip-world-hero-grid {
    min-height: 560px;
  }

  .tip-world-hero-content {
    padding: 42px 6px 235px;
  }

  .tip-world-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .tip-world-kicker::before,
  .tip-world-kicker::after {
    width: 34px;
  }

  .tip-world-card-intro {
    padding-top: 34px;
  }

  .tip-world-benefit {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .tip-world-help {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .tip-world-redion-modules {
    grid-template-columns: 1fr;
  }

  .tip-world-link {
    white-space: normal;
  }
}
