footer {
  text-align: center;
  padding: 25px;
  background: #0d63c9;
  color: white;
  margin-top: 40px;
}
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  h1 {
    font-size: 28px;
  }
}
body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom, #f4fbff, #ffffff);
  color: #16324f;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  background: white;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  color: #f57c00;
}

.logo span {
  color: #ffb300;
}

nav a {
  margin-left: 25px;
  text-decoration: none;
  color: #0d63c9;
  font-weight: 600;
  position: relative;
  transition: 0.3s;
}

nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: -5px;
  background: #ffb300;
  transition: 0.3s;
}

nav a:hover::after {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.tier1-page {
  padding-bottom: 70px;
}

.tier1-hero {
  position: relative;
  padding: 110px 20px 90px;
  background: linear-gradient(135deg, #0d63c9 0%, #1f7ae0 45%, #f57c00 100%);
  overflow: hidden;
}

.tier1-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,0.08), rgba(255,255,255,0));
}

.tier1-hero-content {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  color: white;
  z-index: 2;
}

.tier-mini-label {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.tier1-hero-content h1 {
  font-size: 62px;
  margin-bottom: 18px;
  line-height: 1.1;
}

.tier1-hero-content p {
  font-size: 20px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 30px;
}

.tier1-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-secondary {
  background: white;
  color: #0d63c9;
}

.btn-secondary:hover {
  background: #f4f4f4;
  color: #0d63c9;
}

.tier1-intro {
  max-width: 1150px;
  margin: -50px auto 0;
  padding: 0 20px;
  display: flex;
  gap: 25px;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.tier1-intro-text,
.tier1-highlight-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  padding: 35px;
}

.tier1-intro-text {
  flex: 2;
  min-width: 300px;
}

.tier1-highlight-card {
  flex: 1;
  min-width: 260px;
}

.tier1-intro-text h2,
.tier1-highlight-card h3 {
  color: #0d63c9;
  margin-bottom: 15px;
}

.tier1-intro-text p,
.tier1-highlight-card li {
  color: #16324f;
  line-height: 1.8;
  font-size: 16px;
}

.tier1-highlight-card ul {
  list-style: none;
  padding: 0;
}

.tier1-highlight-card li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.tier1-highlight-card li::before {
  content: "•";
  color: #f57c00;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.tier1-features-section {
  padding: 70px 20px 30px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.tier1-features-section h2 {
  font-size: 40px;
  color: #0d63c9;
  margin-bottom: 30px;
}

.tier1-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.feature-card {
  background: white;
  border-radius: 22px;
  padding: 30px 25px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(13, 99, 201, 0.15);
}

.feature-card h3 {
  color: #f57c00;
  margin-bottom: 12px;
  font-size: 22px;
}

.feature-card p {
  color: #16324f;
  line-height: 1.7;
}

.tier1-main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 50px;
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
}

.tier1-included,
.tier1-pricing {
  background: white;
  border-radius: 26px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.tier1-included {
  flex: 1.2;
  min-width: 300px;
  padding: 38px;
}

.tier1-pricing {
  flex: 0.9;
  min-width: 300px;
  padding: 38px;
  background: linear-gradient(135deg, #0d63c9, #f57c00);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tier1-included h2,
.tier1-pricing h2 {
  margin-bottom: 20px;
  font-size: 32px;
}

.tier1-included h2 {
  color: #0d63c9;
}

.included-list {
  list-style: none;
  padding: 0;
}

.included-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  line-height: 1.7;
  color: #16324f;
  font-size: 17px;
}

.included-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f57c00;
  font-weight: bold;
}

.pricing-top-label {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 18px;
}

.price-option {
  margin-bottom: 16px;
}

.price-label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  opacity: 0.95;
}

.big-price,
.direct-price {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.1;
}

.price-subtext {
  font-size: 16px;
  margin-top: 8px;
}

.pricing-divider {
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0;
  opacity: 0.95;
}

.pricing-btn {
  margin-top: 22px;
  background: white;
  color: #0d63c9;
}

.pricing-btn:hover {
  background: #f2f6ff;
  color: #0d63c9;
}

.tier1-why {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 50px;
  text-align: center;
}

.tier1-why h2 {
  font-size: 38px;
  color: #0d63c9;
  margin-bottom: 28px;
}

.tier1-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.why-card {
  background: white;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
  transition: 0.3s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 34px rgba(13, 99, 201, 0.14);
}

.why-card h3 {
  color: #f57c00;
  margin-bottom: 12px;
  font-size: 22px;
}

.why-card p {
  color: #16324f;
  line-height: 1.7;
}

.tier1-bottom-banner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f4fbff, #fff3e6);
  text-align: center;
}

.tier1-bottom-banner h2 {
  font-size: 40px;
  color: #0d63c9;
  margin-bottom: 14px;
}

.tier1-bottom-banner p {
  font-size: 18px;
  color: #16324f;
  line-height: 1.7;
  margin-bottom: 24px;
}

@media (max-width: 1100px) {
  .tier1-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tier1-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .tier1-hero-content h1 {
    font-size: 42px;
  }

  .tier1-hero-content p {
    font-size: 18px;
  }

  .tier1-features-grid,
  .tier1-why-grid {
    grid-template-columns: 1fr;
  }

  .big-price,
  .direct-price {
    font-size: 42px;
  }

  .tier1-features-section h2,
  .tier1-why h2,
  .tier1-bottom-banner h2 {
    font-size: 30px;
  }
}

/* BASIS BUTTON */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn {
  background: linear-gradient(135deg, #f57c00, #ffb300);
  color: white;
  box-shadow: 0 6px 18px rgba(245, 124, 0, 0.3);
}

.btn-secondary {
  background: white;
  color: #0d63c9;
  border: 2px solid white;
}

.btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 30px rgba(245, 124, 0, 0.5);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  opacity: 0;
  transition: 0.4s;
}

.btn:hover::before {
  opacity: 1;
  transform: translateX(100%);
}

.pricing-btn {
  background: white;
  color: #0d63c9;
  font-weight: bold;
}

.pricing-btn:hover {
  background: #f2f6ff;
  box-shadow: 0 12px 25px rgba(255,255,255,0.4);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 179, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 179, 0, 0);
  }
}

.tier1-hero .btn:first-child {
  animation: pulse 2s infinite;
}
