/*
Theme Name: WebWink Media
Theme URI: https://webwinkmedia.com
Author: WebWink Media
Author URI: https://webwinkmedia.com
Description: Professional Digital Marketing Agency theme for WebWink Media - Google Ads specialists.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webwinkmedia
Tags: marketing, agency, business, one-page
*/

/* =============================================
   CSS CUSTOM PROPERTIES
   ============================================= */
:root {
  --navy: #0D1B2A;
  --navy-mid: #142233;
  --blue: #1E6FFF;
  --blue-light: #4B8EFF;
  --blue-glow: rgba(30, 111, 255, 0.25);
  --white: #FFFFFF;
  --slate: #8A9BB0;
  --slate-light: #C4CFDC;
  --surface: #111D2B;
  --card: #162030;
  --border: rgba(255,255,255,0.07);
  --font-display: 'Syne', sans-serif;
  --font-body: 'Inter', sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(0,0,0,0.35);
  --shadow-blue: 0 8px 40px rgba(30, 111, 255, 0.3);
}

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* =============================================
   TYPOGRAPHY
   ============================================= */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-light);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--blue);
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; }

h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -0.02em; }
h3 { font-size: 1.35rem; font-weight: 700; }

.text-blue { color: var(--blue); }
.text-slate { color: var(--slate); }

/* =============================================
   LAYOUT UTILITIES
   ============================================= */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section-sm { padding: 60px 0; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  text-decoration: none;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  padding: 16px 32px;
  box-shadow: var(--shadow-blue);
}
.btn-primary:hover {
  background: var(--blue-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 48px rgba(30, 111, 255, 0.45);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  padding: 15px 31px;
  border: 1.5px solid var(--border);
}
.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
}

.btn-lg { padding: 20px 40px; font-size: 1.05rem; }

/* =============================================
   NAVIGATION
   ============================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.35s ease;
}
.site-header.scrolled {
  background: rgba(13, 27, 42, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.02em;
}
.site-logo span { color: var(--blue); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--slate-light);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }

.nav-cta { display: flex; align-items: center; gap: 16px; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.hamburger span { width: 24px; height: 2px; background: var(--white); display: block; transition: all 0.3s; }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px;
}

/* Animated grid background */
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(30,111,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,111,255,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 30%, transparent 100%);
}

/* Glow orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.hero-orb-1 {
  width: 600px; height: 600px;
  background: rgba(30, 111, 255, 0.15);
  top: -100px; right: -100px;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  background: rgba(30, 111, 255, 0.08);
  bottom: 0; left: -80px;
}

.hero-content { position: relative; z-index: 2; max-width: 780px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(30, 111, 255, 0.12);
  border: 1px solid rgba(30, 111, 255, 0.25);
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-light);
  margin-bottom: 28px;
}
.hero-badge .dot {
  width: 7px; height: 7px;
  background: #22C55E;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
  50% { box-shadow: 0 0 0 5px rgba(34, 197, 94, 0); }
}

.hero h1 { margin-bottom: 24px; }
.hero h1 em { font-style: normal; color: var(--blue); position: relative; }

.hero-desc {
  font-size: 1.15rem;
  color: var(--slate);
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.75;
}

.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  flex-direction: column;
}
.trust-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.trust-label {
  font-size: 0.78rem;
  color: var(--slate);
  margin-top: 4px;
}
.trust-divider { width: 1px; height: 40px; background: var(--border); }

/* =============================================
   PROBLEM / PAIN SECTION
   ============================================= */
.pain-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pain-header { text-align: center; margin-bottom: 56px; }
.pain-header h2 { margin-top: 16px; }

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pain-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.pain-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 80, 80, 0.5), transparent);
}
.pain-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.pain-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.pain-card p { color: var(--slate); font-size: 0.9rem; line-height: 1.7; }

.pain-cta-wrap { text-align: center; margin-top: 48px; }
.pain-cta-wrap p { color: var(--slate); margin-top: 16px; font-size: 0.9rem; }

/* =============================================
   SERVICES SECTION
   ============================================= */
.services-header { text-align: center; margin-bottom: 64px; }
.services-header h2 { margin-top: 16px; margin-bottom: 16px; }
.services-header p { color: var(--slate); max-width: 540px; margin: 0 auto; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(30,111,255,0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.service-card:hover {
  border-color: rgba(30, 111, 255, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), var(--shadow-blue);
}
.service-card:hover::after { opacity: 1; }

.service-icon {
  width: 56px; height: 56px;
  background: rgba(30, 111, 255, 0.12);
  border: 1px solid rgba(30, 111, 255, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.service-card:hover .service-icon {
  background: rgba(30, 111, 255, 0.2);
  border-color: rgba(30, 111, 255, 0.45);
  box-shadow: 0 0 20px rgba(30, 111, 255, 0.2);
}

.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--slate); font-size: 0.92rem; line-height: 1.75; }

.service-card.featured {
  background: linear-gradient(135deg, #162545, #0f1e38);
  border-color: rgba(30, 111, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(30, 111, 255, 0.1), 0 20px 60px rgba(0,0,0,0.3);
}

.service-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(30,111,255,0.15);
  color: var(--blue-light);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 20px;
}

/* =============================================
   HOW IT WORKS
   ============================================= */
.how-section { background: var(--surface); }
.how-header { text-align: center; margin-bottom: 72px; }
.how-header h2 { margin-top: 16px; margin-bottom: 16px; }
.how-header p { color: var(--slate); max-width: 500px; margin: 0 auto; }

.steps-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Connecting line */
.steps-wrap::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(90deg, var(--blue), rgba(30,111,255,0.2));
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
}

.step-num {
  width: 72px; height: 72px;
  background: var(--card);
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 8px var(--surface), 0 0 20px rgba(30,111,255,0.15);
}

.step h3 { margin-bottom: 10px; font-size: 1.05rem; }
.step p { color: var(--slate); font-size: 0.88rem; line-height: 1.7; }

/* =============================================
   WHY US
   ============================================= */
.why-section {}

.why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.why-text .eyebrow { margin-bottom: 20px; }
.why-text h2 { margin-bottom: 20px; }
.why-text > p { color: var(--slate); margin-bottom: 36px; line-height: 1.8; }

.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.why-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.why-check {
  width: 24px; height: 24px;
  background: rgba(30, 111, 255, 0.12);
  border: 1px solid rgba(30, 111, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--blue);
  font-size: 0.75rem;
}
.why-item-text strong { display: block; margin-bottom: 4px; }
.why-item-text p { color: var(--slate); font-size: 0.9rem; }

/* Why visual panel */
.why-visual {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}
.why-visual::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: rgba(30,111,255,0.1);
  border-radius: 50%;
  filter: blur(40px);
}

.metric-card {
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.metric-label { color: var(--slate); font-size: 0.85rem; }
.metric-value {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
}
.metric-value.up { color: #22C55E; }
.metric-value.high { color: var(--blue); }

.ownership-badge {
  background: linear-gradient(135deg, rgba(30,111,255,0.15), rgba(30,111,255,0.05));
  border: 1px solid rgba(30,111,255,0.25);
  border-radius: var(--radius);
  padding: 20px 24px;
  text-align: center;
  margin-top: 20px;
}
.ownership-badge h4 { font-size: 1rem; margin-bottom: 8px; }
.ownership-badge p { color: var(--slate); font-size: 0.85rem; }

/* =============================================
   TESTIMONIALS
   ============================================= */
.testimonials-section { background: var(--surface); }

.testimonials-header { text-align: center; margin-bottom: 56px; }
.testimonials-header h2 { margin-top: 16px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
}

.stars { color: #FBBF24; font-size: 1rem; margin-bottom: 20px; letter-spacing: 2px; }
.testimonial-card blockquote {
  color: var(--slate-light);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 28px;
  font-style: italic;
}
.reviewer { display: flex; align-items: center; gap: 14px; }
.reviewer-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #6B3FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  flex-shrink: 0;
}
.reviewer-name { font-weight: 600; font-size: 0.9rem; }
.reviewer-role { color: var(--slate); font-size: 0.8rem; margin-top: 2px; }

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
  position: relative;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(30,111,255,0.12) 0%, transparent 70%);
}
.cta-inner {
  position: relative;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.cta-inner .eyebrow { justify-content: center; margin-bottom: 20px; }
.cta-inner h2 { margin-bottom: 20px; }
.cta-inner p { color: var(--slate); margin-bottom: 40px; font-size: 1.05rem; line-height: 1.8; }

.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }

.cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--slate);
  font-size: 0.85rem;
}

/* =============================================
   CONTACT / FORM
   ============================================= */
.contact-section { background: var(--surface); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.contact-info .eyebrow { margin-bottom: 20px; }
.contact-info h2 { margin-bottom: 20px; }
.contact-info > p { color: var(--slate); margin-bottom: 40px; line-height: 1.8; }

.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--slate-light);
  font-size: 0.92rem;
}
.contact-item-icon {
  width: 44px; height: 44px;
  background: rgba(30,111,255,0.1);
  border: 1px solid rgba(30,111,255,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Form */
.contact-form-wrap {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}
.form-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.form-sub { color: var(--slate); font-size: 0.88rem; margin-bottom: 32px; }

.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--slate-light);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--navy);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.92rem;
  padding: 14px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-glow);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--slate); }
.form-group select option { background: var(--navy); }
.form-group textarea { resize: vertical; min-height: 110px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-submit { width: 100%; justify-content: center; border-radius: var(--radius); padding: 16px 24px; margin-top: 8px; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  padding: 60px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand .site-logo { font-size: 1.3rem; margin-bottom: 16px; display: block; }
.footer-brand p { color: var(--slate); font-size: 0.88rem; line-height: 1.75; max-width: 260px; }

.footer-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--slate); margin-bottom: 20px; font-family: var(--font-body); font-weight: 600; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { color: var(--slate-light); font-size: 0.9rem; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--white); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p { color: var(--slate); font-size: 0.83rem; }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { color: var(--slate); font-size: 0.83rem; transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--white); }

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }
.fade-up:nth-child(5) { transition-delay: 0.4s; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .steps-wrap { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .steps-wrap::before { display: none; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2rem; }

  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .hero-trust { gap: 20px; }
  .trust-divider { display: none; }

  .pain-grid,
  .services-grid,
  .testimonials-grid { grid-template-columns: 1fr; }

  .why-inner,
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }

  .steps-wrap { grid-template-columns: 1fr; }

  .form-row { grid-template-columns: 1fr; }

  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .cta-buttons { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: flex-start; }
}

/* =============================================
   MOBILE MENU
   ============================================= */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--navy);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--blue); }
.mobile-menu-close {
  position: absolute;
  top: 24px; right: 24px;
  background: none; border: none;
  color: var(--white);
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}
