/* Tint It feature pages - Nova starter */
:root {
  --bg: #050b11;
  --panel: rgba(255,255,255,.075);
  --panel-strong: rgba(255,255,255,.105);
  --text: #eef8ff;
  --muted: rgba(255,255,255,.84);
  --cyan: #20e7ff;
  --blue: #0878f3;
  --line: rgba(255,255,255,.13);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 12%, rgba(32,231,255,.17), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(57,255,215,.10), transparent 30%),
    linear-gradient(180deg, #08131d 0%, #050b11 55%, #03070b 100%);
  min-height: 100vh;
}
a { color: inherit; }
.feature-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(4,10,16,.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: max-content;
}
.brand-icon {
  width: 68px;
  min-width: 68px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: skew(-12deg);
}
.brand-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 54px;
  height: 30px;
  border-radius: 8px 15px 5px 13px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.50), transparent 16%),
    linear-gradient(135deg, #31f1ff 0%, #168dff 47%, #03111a 100%);
  border: 2px solid rgba(238,248,255,.86);
  box-shadow:
    0 0 0 2px rgba(32,231,255,.18),
    0 0 26px rgba(32,231,255,.42),
    12px 10px 18px rgba(0,0,0,.30);
}
.brand-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 32px;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 15px rgba(32,231,255,.74);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
  transform: skew(-7deg);
  transform-origin: left center;
}
.brand-copy strong {
  display: inline-block;
  font-size: clamp(1.55rem, 2.55vw, 2.12rem);
  letter-spacing: -.065em;
  font-weight: 1000;
  font-style: italic;
  text-transform: uppercase;
  line-height: .92;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(32,231,255,.24), 0 2px 14px rgba(0,0,0,.34);
}
.brand-word-white { color: #ffffff; }
.brand-word-blue { color: var(--cyan); text-shadow: 0 0 18px rgba(32,231,255,.42), 0 2px 14px rgba(0,0,0,.34); }
.brand-copy small {
  margin-top: 5px;
  color: rgba(32,231,255,.78);
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
}
.header-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-btn, .primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.18);
}
.nav-btn, .secondary-btn {
  background: rgba(255,255,255,.08);
  color: #fff;
}
.primary-btn {
  background: linear-gradient(180deg, #19b8ff 0%, #0878f3 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(0,128,255,.30), inset 0 1px 0 rgba(255,255,255,.25);
}
.feature-hero {
  padding: clamp(54px, 8vw, 110px) clamp(18px, 6vw, 86px) clamp(42px, 6vw, 72px);
}
.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(32,231,255,.10);
  border: 1px solid rgba(32,231,255,.30);
  font-weight: 1000;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 18px;
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.075em;
  max-width: 820px;
}
.lead {
  color: rgba(255,255,255,.88);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.58;
  max-width: 740px;
  margin: 0 0 28px;
}
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.visual-card {
  min-height: 330px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    radial-gradient(circle at 30% 22%, rgba(32,231,255,.24), transparent 32%),
    linear-gradient(180deg, #101c28, #071019);
  box-shadow: 0 24px 70px rgba(0,0,0,.42), 0 0 50px rgba(32,231,255,.10);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.big-icon {
  width: 90px;
  height: 90px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  background: rgba(32,231,255,.12);
  border: 1px solid rgba(32,231,255,.30);
  box-shadow: 0 0 28px rgba(32,231,255,.16);
}
.mock-lines { display: grid; gap: 12px; margin-top: 36px; }
.mock-lines i {
  display: block;
  height: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}
.mock-lines i:nth-child(1){ width: 82%; }
.mock-lines i:nth-child(2){ width: 63%; }
.mock-lines i:nth-child(3){ width: 72%; background: rgba(32,231,255,.28); }
.feature-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(18px, 6vw, 86px) clamp(64px, 8vw, 110px);
}
.section-title {
  margin: 0 0 20px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -.05em;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 38px;
}
.info-card {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.13);
  background: var(--panel);
  padding: 22px;
  box-shadow: 0 16px 42px rgba(0,0,0,.22);
}
.info-card h3 { margin: 0 0 10px; color: #fff; font-size: 1.18rem; }
.info-card p, .info-card li { color: rgba(255,255,255,.88); line-height: 1.55; }
.info-card p { margin: 0; }
.info-card ul { margin: 0; padding-left: 18px; }
.cta-panel {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 28px;
  border: 1px solid rgba(32,231,255,.22);
  background:
    radial-gradient(circle at 12% 20%, rgba(32,231,255,.17), transparent 30%),
    rgba(255,255,255,.075);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.cta-panel h2 { margin: 0 0 8px; font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -.055em; }
.cta-panel p { margin: 0; color: rgba(255,255,255,.86); line-height: 1.5; }
.footer-links {
  padding: 24px clamp(18px, 6vw, 86px) 38px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.70);
  text-align: center;
}
.footer-links a { color: var(--cyan); text-decoration: none; font-weight: 900; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 260px; }
  .cards-grid { grid-template-columns: 1fr; }
  .cta-panel { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 620px) {
  .feature-header { align-items: flex-start; flex-direction: column; }
  .brand-icon { width: 58px; min-width: 58px; height: 42px; }
  .brand-icon::before { width: 46px; height: 25px; }
  .brand-copy strong { font-size: 1.58rem; }
  .brand-copy small { font-size: .62rem; letter-spacing: .13em; }
  .header-actions, .nav-btn, .primary-btn, .secondary-btn { width: 100%; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .hero-buttons a { width: 100%; }
}
