/* ==========================================================================
   IL GRIGIO — supplemental site styles
   Built on the brand design tokens defined in brand.css:
   --color-bg #0a0a0a · --color-surface #141414 · --color-surface-2 #1c1c1c
   --color-border #2a2a2a · --color-red #cc1f1f · --color-red-bright #e53535
   --color-grey #9ca3af · --color-grey-light #d1d5db · --color-white #f5f5f5
   Fonts: Oswald (display) · Inter (body)
   ========================================================================== */

body {
  line-height: 1.6;
  overflow-x: hidden;
}

.font-display {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

.section {
  padding-block: 5.5rem;
}
@media (max-width: 767px) {
  .section { padding-block: 3.75rem; }
}

.section-surface { background-color: var(--color-surface); }

.eyebrow {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-red-bright);
}

.section-head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-head .accent-line { margin-inline: auto; }
.section-head h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}
.section-head p {
  color: var(--color-grey-light);
  font-size: 1.05rem;
}

.text-red { color: var(--color-red-bright); }
.text-grey { color: var(--color-grey); }
.text-grey-light { color: var(--color-grey-light); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 6px;
  padding: 0.95rem 1.7rem;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s, border-color 0.2s, color 0.2s;
}
.btn-primary {
  background-color: var(--color-red);
  color: #fff;
}
.btn-primary:hover {
  background-color: var(--color-red-bright);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(204, 31, 31, 0.35);
}
.btn-outline {
  background: transparent;
  border-color: var(--color-border);
  color: var(--color-white);
}
.btn-outline:hover {
  border-color: var(--color-red);
  color: var(--color-white);
  transform: translateY(-2px);
}
.btn-full { width: 100%; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.nav-brand {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.35rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--color-grey-light);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--color-white); }
.nav-cta {
  background: var(--color-red);
  color: #fff !important;
  padding: 0.6rem 1.15rem;
  border-radius: 6px;
}
.nav-cta:hover { background: var(--color-red-bright); }
@media (max-width: 767px) {
  .nav-links { gap: 1.1rem; }
  .nav-links .nav-inline { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  padding-block: 4.5rem 5rem;
  position: relative;
}
.hero h1 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  line-height: 1.02;
  margin-bottom: 1.25rem;
}
.hero-sub {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  line-height: 1.2;
  color: var(--color-grey-light);
  margin-bottom: 1.5rem;
}
.hero-lead {
  font-size: 1.1rem;
  color: var(--color-grey-light);
  max-width: 34rem;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.hero-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-grey);
  font-size: 0.95rem;
}
.hero-social strong { color: var(--color-white); }
.hero-social .yt-dot {
  display: inline-flex;
  width: 34px; height: 34px;
  align-items: center; justify-content: center;
  background: var(--color-red);
  border-radius: 8px;
}
.hero-media {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid var(--color-border);
  min-height: 460px;
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: right center;
}
.hero-quote {
  position: absolute;
  left: 1.25rem; right: 1.25rem; bottom: 1.25rem;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(6px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1rem 1.15rem;
  font-size: 0.95rem;
  font-style: italic;
  color: var(--color-grey-light);
}
.hero-quote span { color: var(--color-white); font-style: normal; font-weight: 600; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.75rem;
  padding-top: 2.25rem;
  border-top: 1px solid var(--color-border);
}
.hero-badge {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-grey-light);
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.hero-badge .mark { color: var(--color-red-bright); }

/* ---------- Benefits ---------- */
.benefit-card {
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
}
.benefit-card .icon {
  width: 46px; height: 46px;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: rgba(204, 31, 31, 0.12);
  color: var(--color-red-bright);
  border-radius: 10px;
  margin-bottom: 1.1rem;
}
.benefit-card h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.15;
  margin-bottom: 0.6rem;
}
.benefit-card p {
  color: var(--color-grey);
  font-size: 0.95rem;
}

.lead-block {
  max-width: 780px;
  margin: 0 auto 3.5rem;
  text-align: center;
  color: var(--color-grey-light);
  font-size: 1.12rem;
}

/* ---------- Pricing ---------- */
.pricing-card {
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl);
  padding: 1.75rem 1.5rem 1.9rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.pricing-card-featured {
  border-color: var(--color-red);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.pricing-tag {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-red);
  color: #fff;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-cover {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  margin-bottom: 1.25rem;
  aspect-ratio: 1 / 1;
}
.pricing-cover img { width: 100%; height: 100%; object-fit: cover; }
.pricing-card h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.pricing-card .desc {
  color: var(--color-grey);
  font-size: 0.92rem;
  margin-bottom: 1rem;
  min-height: 2.6em;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.35rem;
}
.price-now {
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: var(--color-white);
}
.price-was {
  color: var(--color-grey);
  text-decoration: line-through;
  font-size: 1.15rem;
}
.price-save {
  color: var(--color-red-bright);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.feature-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex-grow: 1;
}
.feature-list li {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.93rem;
  color: var(--color-grey-light);
}
.feature-list li .check {
  color: var(--color-red-bright);
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.pricing-note {
  text-align: center;
  color: var(--color-grey);
  margin-top: 2.5rem;
  font-size: 0.95rem;
}
.pricing-note .secure {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-grey-light);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.pricing-tagline {
  max-width: 640px;
  margin: 1.5rem auto 0;
  text-align: center;
  color: var(--color-grey-light);
  font-size: 1.05rem;
}
.pricing-tagline .muted { color: var(--color-grey); font-size: 0.95rem; }

/* ---------- What's inside (guides) ---------- */
.guide-block {
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl);
  padding: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2.25rem;
  align-items: start;
}
@media (max-width: 900px) {
  .guide-block { grid-template-columns: 1fr; gap: 1.5rem; }
}
.guide-cover {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.guide-cover img { width: 100%; height: auto; display: block; }
.guide-label {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-red-bright);
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}
.guide-block h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.guide-intro {
  color: var(--color-grey-light);
  margin-bottom: 1.25rem;
}
.guide-points {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.guide-points li {
  color: var(--color-grey-light);
  font-size: 0.96rem;
  padding-left: 1.4rem;
  position: relative;
}
.guide-points li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--color-red-bright);
  font-weight: 700;
}
.guide-meta {
  font-size: 0.82rem;
  color: var(--color-grey);
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-bottom: 0.75rem;
}
.guide-included {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-white);
}

/* ---------- Testimonials ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) { .testimonial-grid { grid-template-columns: 1fr; } }
.testimonial-card {
  background: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.6rem;
}
.stars { color: #f5b301; letter-spacing: 0.1em; margin-bottom: 0.85rem; font-size: 0.95rem; }
.testimonial-card p {
  color: var(--color-grey-light);
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 0.97rem;
}
.testimonial-card .who {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.85rem;
  color: var(--color-white);
  font-weight: 600;
  font-style: normal;
}
.testimonial-foot {
  text-align: center;
  margin-top: 2.5rem;
  color: var(--color-grey);
  font-size: 0.95rem;
}

/* ---------- Free guide ---------- */
.freeguide {
  background: linear-gradient(135deg, #1a0d0d 0%, var(--color-surface) 60%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl);
  padding: 3rem 2.5rem;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.freeguide h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}
.freeguide p { color: var(--color-grey-light); margin-bottom: 1.75rem; }
.freeguide-form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.freeguide-form input[type="text"],
.freeguide-form input[type="email"] {
  flex: 1 1 200px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  color: var(--color-white);
  font-size: 0.98rem;
}
.freeguide-form input::placeholder { color: var(--color-grey); }
.freeguide-form input:focus { outline: none; border-color: var(--color-red); }
.freeguide-form button { flex: 1 1 100%; }
.freeguide .fineprint { font-size: 0.82rem; color: var(--color-grey); }
.form-success {
  display: none;
  background: rgba(204, 31, 31, 0.12);
  border: 1px solid var(--color-red);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  color: var(--color-white);
  font-weight: 600;
}
@media (min-width: 560px) {
  .freeguide-form button { flex: 0 0 auto; }
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 2rem; } }
.about-media {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.about-media img { width: 100%; height: auto; display: block; }
.about-copy h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.about-copy p {
  color: var(--color-grey-light);
  margin-bottom: 1.15rem;
}
.about-copy .kicker {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.1rem;
}

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface-2);
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 1.4rem;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 1.02rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: var(--color-red-bright);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body {
  padding: 0 1.4rem 1.3rem;
  color: var(--color-grey-light);
  font-size: 0.97rem;
}

/* ---------- Final CTA ---------- */
.final-cta {
  text-align: center;
  background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
}
.final-cta h2 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.02;
  margin-bottom: 1.5rem;
}
.final-cta p {
  max-width: 640px;
  margin: 0 auto 2rem;
  color: var(--color-grey-light);
  font-size: 1.1rem;
}
.final-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  padding-block: 3rem 2rem;
}
.footer-brand {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.footer-tag { color: var(--color-grey); margin-bottom: 1.75rem; }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}
.footer-links a {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.88rem;
  color: var(--color-grey-light);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--color-red-bright); }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.footer-legal a {
  font-size: 0.8rem;
  color: var(--color-grey);
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--color-grey-light); }
.footer-copy {
  border-top: 1px solid var(--color-border);
  padding-top: 1.5rem;
  color: var(--color-grey);
  font-size: 0.82rem;
}
