/* ============================================================
   Landing page — Clymer Web Design
   ============================================================ */

/* ---------------- HERO ---------------- */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--navy);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: 128px 24px 64px;
}

.hero-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; }
.orb-a { width: 540px; height: 540px; top: -160px; left: -120px;
  background: radial-gradient(circle, #2A6FDB, transparent 70%); opacity: 0.5; }
.orb-b { width: 480px; height: 480px; bottom: -180px; right: -120px;
  background: radial-gradient(circle, #6F4FE0, transparent 70%); opacity: 0.4; }
.orb-c { width: 420px; height: 420px; top: 38%; left: 52%;
  background: radial-gradient(circle, #1E6BFF, transparent 70%); opacity: 0.22; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 30%, transparent 75%);
}

.hero-top { position: relative; text-align: center; z-index: 2; }
.hero-eyebrow {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.28em;
  color: rgba(255,255,255,0.62); margin: 0 0 18px;
  animation: fadeDown .9s both;
}
.hero-headline {
  font-size: clamp(38px, 5.4vw, 60px); font-weight: 800; letter-spacing: -0.02em;
  margin: 0; line-height: 1; color: #fff;
  animation: fadeDown .9s .08s both;
}

/* ---------------- TICKERS ---------------- */
.tickers {
  position: relative; z-index: 2; width: 100%;
  display: flex; flex-direction: column; gap: clamp(20px, 2.6vh, 34px);
  flex: 1 1 auto; justify-content: center;
  margin: clamp(20px, 4vh, 48px) 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.ticker-row { overflow: hidden; width: 100%; }
.ticker-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; }
.track-left  { animation: scrollLeft 46s linear infinite; }
.track-right { animation: scrollRight 46s linear infinite; }

.tag {
  display: inline-flex; align-items: center;
  font-size: clamp(34px, 5.2vw, 60px); font-weight: 800; letter-spacing: -0.01em;
  color: #fff; background: var(--c);
  padding: 0.26em 0.62em; border-radius: 999px;
  box-shadow: 0 18px 40px -18px var(--c), inset 0 1px 0 rgba(255,255,255,0.35);
  line-height: 1;
}
.sep {
  display: inline-block; width: clamp(28px, 4vw, 56px); height: 100%;
  position: relative;
}
.sep::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.34);
}

@keyframes scrollLeft  { from { transform: translateX(0); }    to { transform: translateX(-50%); } }
@keyframes scrollRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.hero-cta { position: relative; z-index: 2; text-align: center; animation: fadeUp .9s .2s both; }
.hero-cta-btn { font-size: 16px; padding: 16px 28px; }
.hero-note { font-size: 13px; color: rgba(255,255,255,0.55); margin: 16px 0 0; }


@keyframes fadeDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: none; } }
@keyframes fadeUp   { from { opacity: 0; transform: translateY(16px); }  to { opacity: 1; transform: none; } }

/* ---------------- ABOUT ---------------- */
.about-wrap { max-width: 600px; margin: 0 auto; text-align: center; padding: 0 24px; }
.about-title {
  font-size: clamp(32px, 4.4vw, 44px); font-weight: 800; letter-spacing: -0.025em;
  line-height: 1.06; color: var(--navy); margin: 16px 0 22px;
}
.about-body { font-size: 18px; color: #3a3a3a; margin: 0 auto; max-width: 540px; }
.stat-row { display: flex; gap: 12px; justify-content: center; margin-top: 38px; flex-wrap: wrap; }
.stat-badge {
  display: inline-flex; align-items: center;
  background: var(--navy); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: -0.01em;
  padding: 13px 22px; border-radius: var(--radius-btn);
  box-shadow: 0 10px 24px -12px rgba(13,27,62,0.6);
  white-space: nowrap;
  transition: transform .2s cubic-bezier(.2,.8,.2,1), box-shadow .2s;
}
.stat-badge:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(13,27,62,0.55); }

/* ---------------- PORTFOLIO ---------------- */
.port-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
}
.port-card {
  border-radius: var(--radius-card); overflow: hidden; background: #fff;
  transform-style: preserve-3d; transition: box-shadow .3s ease, transform .12s ease;
  will-change: transform;
}
.port-card::after { border-radius: var(--radius-card); }
.port-shot { position: relative; height: 200px; overflow: hidden; }
.port-shot img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  transition: filter .45s ease, transform .55s ease;
}
.port-hover {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(13,27,62,0.32); backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px);
  opacity: 0; transition: opacity .4s ease, backdrop-filter .45s ease, -webkit-backdrop-filter .45s ease;
}
.port-card:hover .port-shot img { filter: saturate(1.05); transform: scale(1.04); }
.port-card:hover .port-hover {
  opacity: 1; backdrop-filter: blur(7px) saturate(1.2); -webkit-backdrop-filter: blur(7px) saturate(1.2);
}
.port-visit {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.92); color: var(--navy);
  font-weight: 700; font-size: 15px; padding: 12px 22px; border-radius: 999px;
  transform: translateY(8px); transition: transform .4s cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 10px 30px -8px rgba(0,0,0,0.4);
}
.port-card:hover .port-visit { transform: none; }
.port-visit .arrow { transition: transform .3s; }
.port-card:hover .port-visit .arrow { transform: translate(2px,-2px); }
.port-badge {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  background: rgba(255,255,255,0.92); color: var(--blue-ink);
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 5px 11px; border-radius: 999px; box-shadow: 0 4px 14px -4px rgba(0,0,0,0.3);
}
.port-meta { padding: 17px 18px 19px; position: relative; z-index: 2; }
.port-meta h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 0 0 3px; letter-spacing: -0.01em; }
.port-meta p { font-size: 13px; color: var(--muted); margin: 0; }
.port-more { text-align: center; margin: 44px 0 0; font-size: 14px; color: var(--muted); font-weight: 500; }

/* ---------------- PRICING ---------------- */
.pricing { background: var(--navy); overflow: hidden; }
.pricing-bg { position: absolute; inset: 0; pointer-events: none; }
.orb-p1 { width: 520px; height: 520px; top: -180px; right: -140px; background: radial-gradient(circle,#2A6FDB,transparent 70%); opacity: .35; filter: blur(70px); }
.orb-p2 { width: 460px; height: 460px; bottom: -200px; left: -120px; background: radial-gradient(circle,#6F4FE0,transparent 70%); opacity: .28; filter: blur(70px); }
.pricing-sub { color: rgba(255,255,255,0.66); font-size: 16px; margin: 14px 0 0; }

.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.glass-dark {
  position: relative;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.18);
}
.price-card {
  border-radius: 18px; padding: 32px 28px 30px; color: #fff;
  display: flex; flex-direction: column; transform-style: preserve-3d;
  transition: box-shadow .3s, transform .12s; will-change: transform;
}
.price-card.featured {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.3);
}
.price-flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em; padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 10px 24px -8px rgba(42,111,219,0.8); white-space: nowrap;
}
.price-tier { font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #9DB4E8; margin: 0; }
.price-desc { font-size: 14.5px; color: rgba(255,255,255,0.72); margin: 12px 0 22px; min-height: 42px; line-height: 1.55; }
.price-amt { font-size: 52px; font-weight: 800; letter-spacing: -0.03em; margin: 0; line-height: 1; }
.price-amt .cur { font-size: 28px; font-weight: 700; vertical-align: super; margin-right: 2px; color: rgba(255,255,255,0.8); }
.price-amt .to { font-size: 28px; font-weight: 700; color: rgba(255,255,255,0.55); }
.price-unit { font-size: 13.5px; color: rgba(255,255,255,0.6); margin: 8px 0 0; }
.price-btn { width: 100%; justify-content: center; margin-top: 26px; }
.btn-ghost-light { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.22); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.16); transform: translateY(-2px); }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 1023px) {
  .port-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-desc { min-height: 0; }
}
@media (max-width: 768px) {
  .nav-hideable { display: none; }
  .hero { padding: 96px 16px 48px; }
  .tag { font-size: 30px; }
  .sep { width: 22px; }
  .port-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .port-shot { height: 180px; }
  .about-wrap { padding: 0 16px; }
  .about-body { font-size: 16.5px; }
  .stat-row { gap: 9px; }
  .stat-badge { font-size: 13px; padding: 11px 16px; }
}
@media (max-width: 600px) {
  .hero { padding: 90px 12px 52px; justify-content: flex-start; gap: 28px; min-height: auto; }
  .tickers { flex: 0 0 auto; margin: 0; }
  .hero-cta { margin-top: 0; }
  .hero-headline { font-size: 34px; }
  .tag { font-size: 26px; }
  .hero-cta-btn { font-size: 15px; padding: 14px 22px; }
  .about-title { font-size: 30px; }
  .about-body { font-size: 16px; }
  .stat-badge { font-size: 12.5px; padding: 10px 14px; }
  .section-head { margin-bottom: 36px; }
  .price-card { padding: 26px 22px 24px; }
  .price-amt { font-size: 44px; }
}
