/*
Theme Name: Under Construction
Author: You
Version: 1.0
*/

/* ---------- Base ---------- */
html, body {
  height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background: #6495ed;
  padding-bottom: 72px; /* space for fixed footer */
  min-width: 320px;   /* stops shrinking on very small screens */
}

/* ---------- Header ---------- */
.site-header {
  padding: 0 0 10px 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.site-header img {
  display: block;
  margin: 0 auto;
  width: min(500px, 90vw);
  height: auto;
  background-color: #7aa5f2;
  min-height: 200px;
}

/* ---------- Main ---------- */
.main_plans {
  width: 100%;
  min-width: 320px;   /* stops shrinking on very small screens */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  background-color: #007cba;
}

main
{
  text-align: center;
  width: 100%;
  min-height: 80%;
}
/* ---------- Under Construction Card ---------- */
.uc-card {
  background-color: #ffffff;
  color: #0f172a;
  padding: 8rem;
  border-radius: 16px;
  min-width: 320px;   /* stops shrinking on very small screens */
  max-width: 90%;
  width: 100%;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.18);
  text-align: center;
  margin:0 auto;
}

/* ---------- Card Typography ---------- */
.uc-card h1 {
  margin-top: 0;
  font-size: 4rem;
}

.uc-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
}

/* Center EVERYTHING inside AddressBlock */
.AddressBlock{
  display: flex;
  flex-direction: column;
  align-items: center;      /* horizontal centering */
}

/* Keep form centered */
.AddressBlock form{
  width: 100%;
  max-width: 520px;
}

/* Center headings & text */
.AddressBlock h1,
.AddressBlock h2,
.AddressBlock p{
  text-align: center;
}

/* ===== Tight form styling ===== */

.AddressBlock form .field{
  margin-bottom: 16px;
}

.AddressBlock form label{
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: left;        /* labels stay left-aligned */
}

.AddressBlock form input,
.AddressBlock form select{
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.18);
  margin: 0;
  box-sizing: border-box;
}

.AddressBlock form button{
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
}
/* ---------- Footer ---------- */
.site-footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 72px;
  background: #0f172a;
  color: #e5e7eb;
  z-index: 20;
  padding-top:20px;
}

.footer-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .site-header {
    padding-bottom: 8px;
  }

  .uc-card {
    padding: 6rem;
    border-radius: 14px;
  }

  .uc-card h1 {
    font-size: 2rem;
  }

  .footer-inner {
    font-size: 0.85rem;
  }
}
/* ---------- Mobile Tweaks ---------- */
@media (max-width: 480px) {
  .site-header {
    padding-bottom: 8px;
  }

  .uc-card {
    padding: 4rem;
    border-radius: 14px;
  }

  .uc-card h1 {
    font-size: 2rem;
  }

  .footer-inner {
    font-size: 0.85rem;
  }
}



.main_plans_text{
  color: white;
    text-align: center;
    font-size: 40px;
    position: absolute;
    margin: auto 0;
    width: 100%;
    font-weight: bold;
}
/* Buttons */
/* Wrapper */
.plans-wrap{
  width: min(1200px, 100%);
  margin: 40px auto;
  padding: 0 16px;
}

/* 4-up grid, responsive */
.plans-grid{
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Card */
.plan-card{
  background: #f4f7fb;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

/* Top logo area */
.plan-top{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 64px;
}

.plan-logo{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0f172a;
  font-size: 34px;
  line-height: 1;
}

.plan-logo .dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10b9e7;
  display: inline-block;
  transform: translateY(-2px);
}

.plan-logo .tld{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Price block */
.plan-price{
  margin-top: 18px;
  color: #0f172a;
}

.plan-price .amount{
  font-size: 18px;
  font-weight: 700;
}

.plan-price .term{
  font-size: 14px;
  opacity: 0.8;
  margin-top: 2px;
}

/* Button */
.plan-btn{
  margin-top: auto;
  text-decoration: none;
  text-align: center;
  background: #10b9e7;
  color: #06202a;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 16px;
  display: block;
  transition: transform 0.06s ease, filter 0.15s ease;
}

.plan-btn:hover{
  filter: brightness(0.98);
  transform: translateY(-1px);
}

.plan-btn:active{
  transform: translateY(0);
}
/* Feature list */
.plan-features{
  list-style: none;
  padding: 0;
  margin: 14px 0 16px;
  font-size: 14px;
  color: #0f172a;
}

.plan-features li{
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  opacity: 0.9;
}

/* Tick */
.plan-features li.yes::before{
  content: "✔";
  color: #16a34a; /* green */
  font-weight: 700;
  font-size: 14px;
}

/* Cross */
.plan-features li.no{
  opacity: 0.5;
}

.plan-features li.no::before{
  content: "✖";
  color: #dc2626; /* red */
  font-weight: 700;
  font-size: 14px;
}

/* Premium card */
.plan-premium{
  background: #f9fbff;
  border: 2px solid #10b9e7;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  position: relative;
}
/* Premium badge */
.plan-badge{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);
}

/* Stronger logo */
.plan-premium .plan-logo{
  font-size: 38px;
}

/* Highlight features */
.plan-premium .plan-features li.yes{
  font-weight: 600;
}

/* Premium button */
.plan-premium .plan-btn{
  background: linear-gradient(135deg, #10b9e7, #0ea5e9);
  color: #06202a;
  font-size: 15px;
  box-shadow: 0 10px 25px rgba(16, 185, 231, 0.4);
}

.plan-premium .plan-btn:hover{
  filter: brightness(1.05);
}
.plan-premium .plan-logo .dot{
  background: linear-gradient(135deg, #facc15, #f59e0b);
}

.plan-premium .plan-features li.yes::before{
  font-size: 16px;
}


.plan-features li{
  min-height: 24px; /* row height */
}

.plan-features{
  min-height: calc(8 * 24px + 12px); /* 8 rows + a bit of slack */
}


.main_content {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.content-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 1fr 2fr; /* 1/3 image, 2/3 content */
  overflow: hidden;
}

/* Image side */
.content-image {
  background: #f1f5f9;
}

.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info side */
.content-info {
  padding: 30px;
}

.content-info h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #0f172a;
}

.content-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-info li {
  padding-left: 26px;
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  color: #334155;
}

.content-info li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6495ed;
  font-weight: bold;
}

.main_content2 {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.content-box2 {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 2fr 1fr; /* 1/3 image, 2/3 content */
  overflow: hidden;
}

/* Image side */
.content-image2 {
  background: #f1f5f9;
}

.content-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info side */
.content-info2 {
  padding: 30px;
}

.content-info2 h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  color: #0f172a;
}

.content-info2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-info2 li {
  padding-left: 26px;
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  color: #334155;
}

.content-info2 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6495ed;
  font-weight: bold;
}

/* Small screens – remove lift */
@media (max-width: 980px){
  .plan-premium{
    transform: none;
  }
}



/* Responsive: 2 columns on tablets */
@media (max-width: 1100px){
  .plans-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Responsive: 1 column on mobile */
@media (max-width: 560px){
  .plans-grid{ grid-template-columns: 1fr; }
}

/* If page is smaller than 400px, don't shrink content further; allow horizontal scroll */
@media (max-width: 400px){
  .plans-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .plans-grid{
    width: 400px; /* locks minimum width */
  }
}
