/* =============================================================
   NacktYogaMitElke.de – Hauptstylesheet
   Design: Forest Wellness – Deep Green + Amber Gold
   ============================================================= */

/* ── Reset & Variables ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-deep:    #1B3F27;
  --green-mid:     #2D6A43;
  --green-accent:  #3D9462;
  --green-pale:    #E8F2EA;
  --green-dark-bg: #142F1D;
  --gold:          #C87A2E;
  --gold-dark:     #A0611F;
  --gold-light:    #F0A95A;
  --text:          #1A2B1D;
  --text-light:    #4A6350;
  --bg:            #F4F8F5;
  --white:         #FFFFFF;
  --star:          #F5C518;
  --border:        #D0DDD2;
  --shadow-sm:     0 2px 8px rgba(27,63,39,0.10);
  --shadow-md:     0 6px 24px rgba(27,63,39,0.14);
  --shadow-lg:     0 12px 40px rgba(27,63,39,0.18);
  --radius:        14px;
  --radius-sm:     8px;
  --max-width:     1100px;
  --font-display:  'Playfair Display', Georgia, serif;
  --font-body:     'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--green-accent); text-decoration: none; transition: color .2s; }
a:hover { color: var(--green-mid); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ── Container ── */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.25; }
h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: var(--green-deep); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--green-deep); margin-bottom: 1rem; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 600; color: var(--green-deep); margin-bottom: 0.5rem; }
h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.3rem; }
p { margin-bottom: 1rem; }

/* ── Buttons ── */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background .25s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(200,122,46,0.35);
  letter-spacing: 0.02em;
}
.btn-primary:hover {
  background: var(--gold-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,122,46,0.45);
}
.btn-large { font-size: 1.15rem; padding: 1.1rem 2.8rem; }
.btn-extra-large { font-size: 1.25rem; padding: 1.3rem 3.2rem; }
.btn-hero { font-size: 1.15rem; padding: 1.1rem 2.8rem; }

/* ── Cookie Banner ── */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--green-deep); color: var(--white);
  padding: 1rem 2rem; z-index: 9999;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,.25);
}
.cookie-banner a { color: var(--gold-light); }
.cookie-buttons { display: flex; gap: 0.75rem; }
.btn-cookie-accept {
  background: var(--gold); color: white; border: none;
  padding: 0.5rem 1.25rem; border-radius: 50px; cursor: pointer; font-weight: 600;
}
.btn-cookie-decline {
  background: transparent; color: white; border: 1px solid rgba(255,255,255,.4);
  padding: 0.5rem 1.25rem; border-radius: 50px; cursor: pointer;
}

/* ── Header ── */
.site-header {
  background: var(--white); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow-sm);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.logo-leaf { font-size: 1.5rem; }
.logo-text { font-family: var(--font-display); font-size: 1.1rem; color: var(--green-deep); }
.logo-text strong { color: var(--gold); }

.main-nav ul { display: flex; align-items: center; gap: 1.5rem; }
.main-nav a { font-weight: 600; color: var(--text-light); font-size: 0.95rem; }
.main-nav a:hover { color: var(--green-deep); }
.nav-cta {
  background: var(--gold); color: var(--white) !important;
  padding: 0.5rem 1.3rem; border-radius: 50px; font-size: 0.9rem !important;
}
.nav-cta:hover { background: var(--gold-dark); }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--green-deep); }

/* ── Sticky Mobile CTA ── */
.sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--white); padding: 0.8rem 1.5rem; z-index: 90;
  box-shadow: 0 -2px 12px rgba(0,0,0,.1); text-align: center;
}
.sticky-cta .btn-primary { width: 100%; max-width: 400px; }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, #142F1D 0%, #1B3F27 40%, #2D6A43 100%);
  padding: 4rem 0 3rem;
  overflow: hidden;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='25'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 420px; gap: 3rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-badge {
  display: inline-block; background: rgba(200,122,46,.2);
  border: 1px solid rgba(200,122,46,.5); color: var(--gold-light);
  padding: 0.35rem 1rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600;
  margin-bottom: 1.2rem; letter-spacing: .04em;
}
.hero h1 { color: var(--white); margin-bottom: 1rem; }
.rating-display {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem;
}
.stars { color: var(--star); font-size: 1.3rem; letter-spacing: 2px; }
.rating-text { color: rgba(255,255,255,.8); font-size: 0.95rem; }
.hero-intro { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 1rem; }
.hero-disclaimer { color: rgba(255,255,255,.5); font-size: 0.8rem; margin-top: 0.75rem; }

.hero-image { position: relative; }
.hero-image img {
  border-radius: 20px; width: 100%; object-fit: cover;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  border: 3px solid rgba(255,255,255,.1);
}
.hero-badge-floating {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--white); border-radius: var(--radius);
  padding: 0.9rem 1.2rem; display: flex; align-items: center; gap: 0.75rem;
  box-shadow: var(--shadow-md); min-width: 190px;
}
.hero-badge-floating span { font-size: 1.8rem; }
.hero-badge-floating strong { display: block; color: var(--green-deep); font-size: 0.95rem; }
.hero-badge-floating small { color: var(--text-light); font-size: 0.8rem; }

/* ── Trust Bar ── */
.trust-bar {
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 1.2rem 0;
}
.trust-bar .container {
  display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap;
}
.trust-item { text-align: center; }
.trust-number { display: block; font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; color: var(--green-deep); }
.trust-label { font-size: 0.8rem; color: var(--text-light); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

/* ── Summary Box ── */
.summary-box-section { padding: 3rem 0; }
.summary-box {
  background: var(--white); border-radius: var(--radius); padding: 2rem 2.5rem;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  border-left: 5px solid var(--gold);
}
.summary-box h2 { margin-bottom: 1.5rem; }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.summary-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.summary-icon { color: var(--green-accent); font-size: 1.2rem; font-weight: 700; margin-top: 0.1rem; flex-shrink: 0; }
.summary-item p { margin: 0; font-size: 0.95rem; color: var(--text-light); }

/* ── Sections ── */
.section { padding: 4.5rem 0; }
.section-white { background: var(--white); }
.section-green-pale { background: var(--green-pale); }
.section-green-dark { background: var(--green-deep); padding: 4.5rem 0; }
.section-eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem;
}
.section-eyebrow-light { color: var(--gold-light); }
.section-title-light { color: var(--white); }

/* ── Two-column layout ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.two-col-reverse .col-image { order: -1; }

.section-image {
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  width: 100%; object-fit: cover;
}

/* ── Credentials list ── */
.credentials-list { margin: 1rem 0 1.5rem; }
.credentials-list li {
  display: flex; align-items: baseline; gap: 0.75rem;
  padding: 0.6rem 0; border-bottom: 1px solid var(--border); font-size: 0.95rem;
}
.credentials-list li:last-child { border-bottom: none; }
.year { background: var(--green-deep); color: white; font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 4px; flex-shrink: 0; }

/* ── Blockquote ── */
.elke-quote {
  background: var(--green-pale); border-left: 4px solid var(--green-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.2rem 1.5rem; margin: 1.5rem 0;
}
.elke-quote p { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: var(--green-deep); margin: 0 0 0.4rem; }
.elke-quote cite { font-size: 0.9rem; color: var(--text-light); font-style: normal; }

/* ── Three-col feature grid ── */
.three-col-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2rem 0; }
.intro-text { max-width: 780px; margin: 0 auto 2rem; text-align: center; font-size: 1.1rem; color: var(--text-light); }
.feature-card {
  background: var(--white); border-radius: var(--radius); padding: 1.8rem;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feature-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.feature-card p { color: var(--text-light); font-size: 0.95rem; margin: 0; }

/* ── Info box ── */
.info-box {
  background: #E8F5EC; border: 1px solid #B8DEBC; border-radius: var(--radius);
  padding: 1.4rem 1.8rem; margin-top: 2rem;
}
.info-box h3 { color: var(--green-deep); margin-bottom: 0.5rem; font-size: 1rem; }
.info-box p { margin: 0; font-size: 0.95rem; }

/* ── Mid-CTA ── */
.mid-cta {
  background: linear-gradient(90deg, var(--gold) 0%, #E8922A 100%);
  padding: 3rem 0;
}
.mid-cta-inner { text-align: center; }
.mid-cta-inner h2 { color: var(--white); margin-bottom: 0.75rem; }
.mid-cta-inner p { color: rgba(255,255,255,.9); font-size: 1.1rem; margin-bottom: 1.5rem; }
.mid-cta-inner .btn-primary { background: var(--white); color: var(--gold-dark); }
.mid-cta-inner .btn-primary:hover { background: #f5f5f5; }

/* ── Content list ── */
.content-list { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 1.5rem; }
.content-item { display: flex; gap: 1rem; align-items: flex-start; }
.content-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.1rem; }
.content-item p { margin: 0; font-size: 0.95rem; color: var(--text-light); }

/* ── Benefits grid ── */
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.benefit-card {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius); padding: 1.8rem; text-align: center;
  transition: background .25s;
}
.benefit-card:hover { background: rgba(255,255,255,.14); }
.benefit-icon { font-size: 2rem; margin-bottom: 0.75rem; }
.benefit-card h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 0.5rem; }
.benefit-card p { color: rgba(255,255,255,.75); font-size: 0.92rem; margin: 0; }

/* ── Image section ── */
.image-section { padding: 2rem 0; background: var(--bg); }
.full-width-image { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; max-height: 500px; object-fit: cover; }
.image-caption { text-align: center; margin-top: 0.75rem; color: var(--text-light); font-size: 0.9rem; font-style: italic; }

/* ── Testimonials ── */
.rating-summary {
  display: flex; align-items: center; gap: 1.5rem; margin: 1.5rem 0 2.5rem;
  padding: 1.5rem; background: var(--green-pale); border-radius: var(--radius);
}
.rating-big { font-family: var(--font-display); font-size: 4rem; font-weight: 700; color: var(--green-deep); line-height: 1; }
.stars-big { color: var(--star); font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 0.3rem; }
.rating-detail { color: var(--text-light); font-size: 0.95rem; }

.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius); padding: 1.8rem;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  transition: transform .25s;
}
.testimonial-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.testimonial-stars { color: var(--star); font-size: 1.1rem; margin-bottom: 0.85rem; }
.testimonial-text { font-size: 0.97rem; color: var(--text); font-style: italic; margin-bottom: 1.2rem; line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 0.85rem; }
.author-avatar {
  width: 44px; height: 44px; background: var(--green-pale); color: var(--green-deep);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem; flex-shrink: 0;
}
.testimonial-author strong { display: block; color: var(--green-deep); }
.testimonial-author span { font-size: 0.85rem; color: var(--text-light); }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; max-width: 820px; margin-left: auto; margin-right: auto; }
.faq-item { background: var(--white); border-radius: var(--radius-sm); border: 1px solid var(--border); overflow: hidden; }
.faq-question {
  width: 100%; text-align: left; padding: 1.1rem 1.4rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  background: none; border: none; cursor: pointer; font-size: 1rem; font-weight: 600;
  color: var(--green-deep); font-family: var(--font-body); transition: background .2s;
}
.faq-question:hover { background: var(--green-pale); }
.faq-icon { flex-shrink: 0; font-size: 1.4rem; color: var(--gold); font-weight: 400; transition: transform .3s; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s;
}
.faq-item.active .faq-answer { max-height: 400px; }
.faq-answer p { padding: 0 1.4rem 1.1rem; margin: 0; color: var(--text-light); font-size: 0.97rem; }

/* ── Final CTA ── */
.final-cta {
  background: linear-gradient(135deg, #142F1D 0%, #1B3F27 60%, #2D6A43 100%);
  padding: 5rem 0; text-align: center;
}
.final-cta-inner { max-width: 700px; margin: 0 auto; }
.final-cta h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1.2rem; }
.final-cta p { color: rgba(255,255,255,.85); font-size: 1.05rem; margin-bottom: 1rem; }

.final-cta-badges { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin: 2rem 0; }
.badge {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  color: white; padding: 0.45rem 1rem; border-radius: 50px; font-size: 0.88rem; font-weight: 600;
}

.cta-sub { color: rgba(255,255,255,.6); font-size: 0.9rem; margin-top: 0.8rem; }
.cta-disclaimer { color: rgba(255,255,255,.4); font-size: 0.78rem; margin-top: 0.5rem; }

/* ── Footer ── */
.site-footer { background: var(--green-dark-bg); color: rgba(255,255,255,.75); padding: 3.5rem 0 2rem; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
.footer-brand .logo-text { font-size: 1.2rem; margin-bottom: 0.75rem; display: block; }
.footer-brand p { font-size: 0.9rem; color: rgba(255,255,255,.55); margin-bottom: 0.5rem; }
.footer-affiliate { font-size: 0.8rem !important; font-style: italic; }
.footer-nav h4, .footer-links h4 { color: white; font-size: 0.85rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-nav ul li, .footer-links ul li { margin-bottom: 0.5rem; }
.footer-nav a, .footer-links a { color: rgba(255,255,255,.6); font-size: 0.9rem; }
.footer-nav a:hover, .footer-links a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem;
  text-align: center; font-size: 0.82rem; color: rgba(255,255,255,.4);
}
.footer-bottom p { margin-bottom: 0.4rem; }

/* ── Legal pages ── */
.legal-page { padding: 3rem 0 5rem; }
.legal-page h1 { font-size: 2rem; margin-bottom: 1.5rem; }
.legal-page h2 { font-size: 1.3rem; margin-top: 2rem; margin-bottom: 0.75rem; }
.legal-page p, .legal-page li { color: var(--text-light); margin-bottom: 0.75rem; }
.legal-page ul { list-style: disc; padding-left: 1.5rem; }
.legal-content { background: var(--white); border-radius: var(--radius); padding: 2.5rem 3rem; box-shadow: var(--shadow-sm); }
.page-hero { background: var(--green-deep); padding: 2.5rem 0; margin-bottom: 2rem; }
.page-hero h1 { color: white; margin: 0; }
.page-hero .breadcrumb { color: rgba(255,255,255,.6); font-size: 0.9rem; margin-bottom: 0.5rem; }
.page-hero .breadcrumb a { color: rgba(255,255,255,.7); }

/* ── Contact form ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info h3 { color: var(--green-deep); margin-bottom: 1rem; }
.contact-info-item { display: flex; gap: 0.75rem; margin-bottom: 1.2rem; font-size: 0.95rem; color: var(--text-light); }
.contact-icon { font-size: 1.2rem; flex-shrink: 0; }
.contact-note { background: var(--green-pale); border-radius: var(--radius-sm); padding: 1rem 1.2rem; font-size: 0.9rem; margin-top: 1.5rem; }
.contact-form .form-group { margin-bottom: 1.2rem; }
.contact-form label { display: block; font-weight: 600; margin-bottom: 0.4rem; font-size: 0.9rem; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--border);
  border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.97rem;
  background: var(--white); transition: border-color .2s;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--green-accent); }
.contact-form textarea { min-height: 140px; resize: vertical; }

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 340px; gap: 2.5rem; }
  .footer-inner { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .hero { padding: 3rem 0 2.5rem; }
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .two-col { grid-template-columns: 1fr; }
  .two-col-reverse .col-image { order: 0; }
  .three-col-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .summary-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  .trust-bar .container { gap: 1.5rem; }
  .cookie-banner { flex-direction: column; }
  .legal-content { padding: 1.5rem; }
}

@media (max-width: 480px) {
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.4rem; }
  .section { padding: 3rem 0; }
  .benefits-grid { grid-template-columns: 1fr; }
  .btn-extra-large { font-size: 1.05rem; padding: 1rem 2rem; }
  .final-cta-badges { gap: 0.5rem; }
  .badge { font-size: 0.8rem; }
}

/* ── Mobile Nav ── */
.mobile-nav {
  display: none; position: fixed; inset: 0; background: var(--green-deep);
  z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { color: white; font-size: 1.3rem; font-family: var(--font-display); font-weight: 600; }
.mobile-nav .close-btn { position: absolute; top: 1.5rem; right: 1.5rem; background: none; border: none; color: white; font-size: 2rem; cursor: pointer; }

/* ── Utility ── */
.text-center { text-align: center; }
.rounded-image { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.content-section { margin-bottom: 2rem; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
