/*
Theme Name: Sachit Thing Portfolio Premium
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A premium one-page WordPress theme customized for Sachit Thing with animated hero image, service pricing, add-ons, and contact CTA.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: sachit-thing-portfolio-premium
*/

:root {
  --bg: #081120;
  --bg-soft: #0d1728;
  --panel: rgba(15, 23, 42, 0.82);
  --panel-strong: #101a2d;
  --line: rgba(148, 163, 184, 0.14);
  --line-strong: rgba(96, 165, 250, 0.24);
  --text: #e5eefb;
  --muted: #94a3b8;
  --white: #f8fbff;
  --primary: #60a5fa;
  --primary-2: #22d3ee;
  --accent: #c084fc;
  --success: #34d399;
  --glow: 0 24px 60px rgba(14, 165, 233, 0.16);
  --shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --gradient: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 52%, var(--accent) 100%);
  --gradient-soft: linear-gradient(135deg, rgba(96,165,250,0.14) 0%, rgba(34,211,238,0.12) 50%, rgba(192,132,252,0.12) 100%);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.14), transparent 24%),
    linear-gradient(180deg, #07101c 0%, #081120 100%);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section-space { padding: 96px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  background: rgba(10, 18, 32, 0.7); color: #bfe7ff; font-size: .82rem; font-weight: 700;
  letter-spacing: .03em;
}
.eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--gradient);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.8);
}
h1,h2,h3,.brand,.price-amount { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.03em; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-title { margin-top: 18px; font-size: clamp(2rem,5vw,3.4rem); line-height: 1.06; color: var(--white); font-weight: 800; }
.section-title .gradient-text,.hero-title .gradient-text,.price-amount .currency,.addon-price {
  background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent;
}
.section-copy,.hero-copy { margin-top: 16px; font-size: 1.02rem; color: var(--muted); }
nav {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px);
  background: rgba(7,16,28,0.72); border-bottom: 1px solid rgba(148,163,184,0.08);
}
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-wrap { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 14px; background: var(--gradient-soft); border: 1px solid var(--line-strong);
  display: grid; place-items: center; box-shadow: var(--glow); position: relative; overflow: hidden;
}
.brand-mark::before,.brand-mark::after { content: ""; position: absolute; border-radius: 999px; background: var(--gradient); opacity: .95; }
.brand-mark::before { width: 18px; height: 18px; left: 8px; top: 12px; }
.brand-mark::after { width: 10px; height: 10px; right: 9px; top: 9px; box-shadow: -8px 10px 0 1px rgba(255,255,255,0.16); }
.brand { font-size: 1.08rem; font-weight: 800; color: var(--white); }
.brand-sub { display: block; font-size: .78rem; color: var(--muted); font-weight: 600; letter-spacing: .02em; margin-top: 2px; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; }
.nav-links a { color: #c9d7e8; font-size: .95rem; font-weight: 600; transition: color .2s ease; }
.nav-links a:hover,.nav-links a.active { color: var(--white); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 14px 24px;
  font-weight: 700; font-size: .96rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  border: 1px solid transparent; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gradient); color: #fff; box-shadow: 0 14px 34px rgba(56,189,248,0.24); }
.btn-secondary { background: rgba(255,255,255,0.02); border-color: var(--line); color: var(--white); }
.btn-secondary:hover { border-color: var(--line-strong); background: rgba(96,165,250,0.08); }
.hero { padding: 56px 0 84px; position: relative; overflow: clip; isolation: isolate; }
.hero-bg-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 900px; height: 500px;
  background: radial-gradient(circle, rgba(56,189,248,0.18), transparent 60%); filter: blur(100px); z-index: 0; pointer-events: none;
}
.hero-orb {
  position: absolute; border-radius: 999px; filter: blur(4px); pointer-events: none; z-index: 0;
  animation: floatBlob 12s ease-in-out infinite;
}
.orb-1 { width: 230px; height: 230px; background: rgba(96,165,250,.16); top: 120px; right: 8%; }
.orb-2 { width: 180px; height: 180px; background: rgba(192,132,252,.12); bottom: 80px; left: 6%; animation-delay: -4s; }
.hero-grid-pattern {
  position: absolute; inset: 0; opacity: .17; z-index: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,1), transparent 76%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.hero-panel {
  position: relative; padding: 36px; border-radius: 32px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(9,17,30,0.72) 0%, rgba(10,18,32,0.88) 100%); box-shadow: var(--shadow);
}
.hero-title { margin-top: 22px; font-size: clamp(2.6rem,6vw,4.8rem); line-height: .98; font-weight: 800; color: var(--white); }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { margin-top: 34px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.stat-box { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.025); border: 1px solid rgba(148,163,184,.08); }
.stat-box strong { display: block; color: var(--white); font-size: 1.15rem; font-weight: 800; }
.stat-box span { color: var(--muted); font-size: .82rem; font-weight: 600; }
.hero-card { display: grid; gap: 18px; }
.mini-card,.spotlight-card,.price-card,.addon-card,.why-card,.contact-card,.portrait-card,.about-card {
  backdrop-filter: blur(10px); background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.portrait-card {
  border-radius: 28px; padding: 20px; position: relative; overflow: hidden;
  transform-style: preserve-3d; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.portrait-frame {
  position: relative; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.08);
  min-height: 610px; background: linear-gradient(180deg, rgba(96,165,250,.12), rgba(192,132,252,.08));
}
.portrait-frame::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 38%;
  background: linear-gradient(180deg, rgba(8,17,32,0) 0%, rgba(8,17,32,.28) 30%, rgba(8,17,32,.84) 100%);
  pointer-events: none;
}
.portrait-frame img {
  width: 100%; height: 100%; object-fit: cover; transform: scale(1.03);
  animation: imageBreath 9s ease-in-out infinite;
}
.portrait-ring {
  position: absolute; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); pointer-events: none; z-index: 1;
}
.ring-one { width: 88%; height: 88%; left: 6%; top: 5%; animation: spinSlow 18s linear infinite; }
.ring-two { width: 64%; height: 64%; left: 18%; top: 16%; animation: spinSlowReverse 14s linear infinite; border-style: dashed; }
.portrait-shine {
  position: absolute; inset: -30% auto auto -20%; width: 56%; height: 180%; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  transform: rotate(14deg);
  animation: shineSweep 7s linear infinite;
}
.floating-chip {
  position: absolute; z-index: 2; padding: 10px 14px; border-radius: 999px; font-size: .82rem; font-weight: 800;
  background: rgba(8,17,32,.7); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); color: var(--white); box-shadow: var(--shadow);
  animation: floatChip 7s ease-in-out infinite;
}
.chip-top { top: 30px; right: 28px; animation-delay: -1s; }
.chip-mid { top: 46%; left: 18px; animation-delay: -3s; }
.chip-bottom { right: 26px; bottom: 110px; animation-delay: -5s; }
.portrait-badge {
  position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 3; display: flex; justify-content: space-between; gap: 16px; align-items: center;
  padding: 16px 18px; border-radius: 18px; background: rgba(8,17,32,.75); border: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px);
}
.portrait-name { color: var(--white); font-size: 1.18rem; font-weight: 800; }
.portrait-role { color: var(--muted); font-size: .92rem; max-width: 420px; }
.portrait-tag { padding: 8px 12px; border-radius: 999px; background: rgba(52,211,153,.12); color: #b8f4da; font-size: .78rem; font-weight: 700; border: 1px solid rgba(52,211,153,.18); }
.spotlight-card { padding: 26px; border-radius: 28px; position: relative; overflow: hidden; }
.spotlight-card::before {
  content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(96,165,250,.12), transparent 45%, rgba(192,132,252,.08)); pointer-events: none;
}
.spotlight-head { display: flex; justify-content: space-between; align-items: start; gap: 14px; position: relative; z-index: 1; }
.spotlight-tag { padding: 8px 12px; border-radius: 999px; background: rgba(52,211,153,.12); color: #b8f4da; font-size: .78rem; font-weight: 700; border: 1px solid rgba(52,211,153,.18); }
.spotlight-card h3 { margin-top: 14px; font-size: 1.65rem; color: var(--white); position: relative; z-index: 1; }
.spotlight-list { margin-top: 22px; display: grid; gap: 12px; position: relative; z-index: 1; padding: 0; }
.spotlight-list li { list-style: none; display: flex; gap: 12px; color: #cfe1f5; font-weight: 600; font-size: .94rem; }
.spotlight-list li::before { content: ""; width: 10px; height: 10px; margin-top: 7px; border-radius: 999px; background: var(--gradient); flex-shrink: 0; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.mini-card { border-radius: 22px; padding: 22px; }
.mini-label { color: #c5d6eb; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.mini-value { margin-top: 12px; font-size: 1.8rem; font-weight: 800; color: var(--white); }
.mini-desc { margin-top: 8px; color: var(--muted); font-size: .9rem; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.about-card { padding: 24px; border-radius: 24px; }
.about-card h3 { margin: 0 0 12px; font-size: 1.05rem; color: var(--white); }
.about-card p { margin: 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; align-items: stretch; }
.price-card { border-radius: 24px; padding: 26px; position: relative; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.price-card:hover,.addon-card:hover,.why-card:hover,.contact-card:hover,.about-card:hover,.portrait-card:hover,.spotlight-card:hover,.mini-card:hover {
  transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--glow), var(--shadow);
}
.price-card.popular { background: linear-gradient(180deg, rgba(17,28,46,.95) 0%, rgba(13,21,37,.98) 100%); border-color: rgba(96,165,250,.34); transform: translateY(-8px); }
.popular-pill { position: absolute; top: 18px; right: 18px; padding: 7px 12px; border-radius: 999px; font-size: .72rem; font-weight: 800; color: #fff; background: var(--gradient); letter-spacing: .04em; text-transform: uppercase; }
.icon-badge,.stack-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--gradient-soft); border: 1px solid var(--line-strong); margin-bottom: 18px; }
.icon-badge svg,.stack-icon svg { width: 24px; height: 24px; stroke: #dbeeff; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.plan-name,.addon-name,.why-title,.contact-title { color: var(--white); font-size: 1.02rem; font-weight: 800; }
.plan-tagline,.addon-desc,.why-desc,.contact-desc { margin-top: 6px; color: var(--muted); font-size: .88rem; }
.plan-price { margin: 22px 0; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.price-amount { font-size: 2.15rem; color: var(--white); font-weight: 800; line-height: 1; }
.price-amount .currency { font-size: 1rem; font-weight: 800; margin-right: 5px; }
.price-note { margin-top: 8px; font-size: .82rem; color: var(--muted); }
.features { list-style: none; display: grid; gap: 11px; margin: 0 0 24px; padding: 0; }
.features li { display: flex; align-items: start; gap: 10px; color: #cfe0f0; font-size: .9rem; font-weight: 600; line-height: 1.45; }
.check { width: 20px; height: 20px; border-radius: 999px; flex-shrink: 0; display: grid; place-items: center; background: rgba(52,211,153,.12); border: 1px solid rgba(52,211,153,.22); color: #a7f3d0; font-size: .8rem; font-weight: 900; margin-top: 1px; }
.addons-section { border-top: 1px solid rgba(148,163,184,.08); border-bottom: 1px solid rgba(148,163,184,.08); background: linear-gradient(180deg, rgba(10,16,28,.4), rgba(10,16,28,.12)); }
.addons-grid,.why-grid,.contact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.addon-card,.why-card,.contact-card { border-radius: 22px; padding: 24px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.addon-price { margin-top: 14px; font-size: 1.08rem; font-weight: 800; font-family: 'Plus Jakarta Sans', sans-serif; }
.contact-cta { padding: 96px 0; }
.contact-shell {
  padding: 38px; border-radius: 32px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11,20,34,.86), rgba(11,19,34,.96)), var(--gradient-soft); box-shadow: var(--glow), var(--shadow); text-align: center;
}
.contact-shell .section-copy { max-width: 660px; margin-inline: auto; }
.contact-actions { margin-top: 28px; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.contact-grid { margin-top: 28px; }
.contact-form { margin-top: 30px; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.03); border: 1px solid rgba(148,163,184,.12); text-align: left; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field label { font-size: .9rem; font-weight: 700; color: var(--white); }
.form-field input,.form-field select,.form-field textarea {
  width: 100%; border-radius: 16px; border: 1px solid rgba(148,163,184,.16); background: rgba(8,17,32,.9);
  color: var(--text); padding: 14px 16px; font: inherit; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: rgba(96,165,250,.45); box-shadow: 0 0 0 4px rgba(96,165,250,.12); }
.form-field textarea { resize: vertical; min-height: 140px; }
.full-width { grid-column: 1 / -1; }
.form-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px; }
.form-note { margin-top: 14px; color: var(--muted); font-size: .88rem; }
footer.site-footer { padding: 26px 0 42px; text-align: center; color: var(--muted); font-size: .88rem; }
.divider { width: min(var(--max), calc(100% - 40px)); height: 1px; margin: 0 auto; background: linear-gradient(90deg, transparent, rgba(148,163,184,.16), transparent); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.magnetic-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; will-change: transform; }
.tilt-card { will-change: transform; }
@keyframes floatBlob {
  0%,100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-18px,0); }
}
@keyframes floatChip {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
@keyframes imageBreath {
  0%,100% { transform: scale(1.03) translateY(0); }
  50% { transform: scale(1.06) translateY(-8px); }
}
@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes spinSlowReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}
@keyframes shineSweep {
  0% { transform: translateX(-50%) rotate(14deg); opacity: 0; }
  12% { opacity: .9; }
  38% { opacity: .5; }
  100% { transform: translateX(260%) rotate(14deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
@media (max-width:1180px) {
  .pricing-grid { grid-template-columns: repeat(3,1fr); }
  .addons-grid,.why-grid,.contact-grid { grid-template-columns: repeat(2,1fr); }
  .hero-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: none; }
}
@media (max-width:760px) {
  .nav-links { display: none; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .section-space,.contact-cta { padding: 76px 0; }
  .hero-panel,.contact-shell { padding: 26px; }
  .portrait-frame { min-height: 520px; }
  .portrait-badge { flex-direction: column; align-items: flex-start; }
}
@media (max-width:520px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .pricing-grid,.addons-grid,.why-grid,.contact-grid,.mini-grid,.form-grid,.about-grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-title { font-size: 2.55rem; }
  .btn { width: 100%; }
  .contact-actions { align-items: stretch; }
  .nav-inner { min-height: 72px; }
  .portrait-frame { min-height: 470px; }
  .chip-mid { left: 14px; top: 43%; }
  .chip-top { right: 14px; }
  .chip-bottom { right: 14px; bottom: 112px; }
}
