/* Medixar marketing site — shared stylesheet (v0.65.0 relaunch). */

* ,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --brand:#2563EB;--brand-hover:#1D4ED8;--brand-light:#3B82F6;--brand-bg:#EFF6FF;
  --navy:#0A1628;--navy-light:#1E293B;
  --green:#00B894;--green-bg:#ECFDF5;
  --red:#EF4444;--orange:#F59E0B;--purple:#8B5CF6;--cyan:#06B6D4;--pink:#EC4899;
  --gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-300:#CBD5E1;
  --gray-400:#94A3B8;--gray-500:#64748B;--gray-600:#475569;--gray-700:#334155;--gray-800:#1E293B;--gray-900:#0F172A;
  --white:#FFFFFF;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06);
  --shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
  --shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
  --shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);
  --radius:12px;--radius-lg:16px;--radius-xl:20px;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Inter',system-ui,sans-serif;color:var(--gray-800);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
section{padding:80px 0}

/* ===== Promo banner — sticky launch offer ===== */
.promo-banner{background:linear-gradient(90deg,var(--brand),var(--purple));color:white;padding:10px 0;font-size:14px;text-align:center;position:relative;z-index:101}
.promo-banner-inner{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}
.promo-banner a{color:white;text-decoration:underline;font-weight:600}
.promo-banner-close{background:none;border:none;color:white;cursor:pointer;font-size:18px;line-height:1;padding:0 4px}

/* ===== NAV ===== */
nav{position:sticky;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);transition:box-shadow 0.3s}
nav.scrolled{box-shadow:var(--shadow-md)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{font-size:22px;font-weight:800;color:var(--navy);letter-spacing:-0.5px}
.nav-logo span{color:var(--brand)}
.nav-links{display:flex;align-items:center;gap:32px}
.nav-links a{font-size:14px;font-weight:500;color:var(--gray-600);transition:color 0.2s}
.nav-links a:hover{color:var(--brand)}
.nav-cta{padding:8px 20px;background:var(--brand);color:var(--white)!important;border-radius:8px;font-weight:600;font-size:14px;transition:background 0.2s,transform 0.1s}
.nav-signin{color:var(--gray-700)!important;font-weight:500}
.nav-signin:hover{color:var(--brand)!important}
.nav-cta:hover{background:var(--brand-hover);transform:translateY(-1px)}
.nav-toggle{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--gray-700)}

/* ===== HERO ===== */
.hero{padding:100px 0 80px;background:linear-gradient(135deg,var(--gray-50) 0%,var(--brand-bg) 50%,var(--gray-50) 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,0.08),transparent 70%)}
.hero::after{content:'';position:absolute;bottom:-300px;left:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(0,184,148,0.06),transparent 70%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--white);border:1px solid var(--gray-200);border-radius:40px;font-size:13px;font-weight:500;color:var(--gray-600);margin-bottom:20px;box-shadow:var(--shadow-sm)}
.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--green);animation:pulse 2s infinite}
.hero h1{font-size:52px;font-weight:800;line-height:1.1;letter-spacing:-1.5px;color:var(--gray-900);margin-bottom:20px}
.hero h1 span{background:linear-gradient(135deg,var(--brand),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.hero-sub{font-size:19px;color:var(--gray-500);line-height:1.7;margin-bottom:32px;max-width:520px}
.hero-actions{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--brand);color:var(--white);border-radius:10px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all 0.2s;box-shadow:0 4px 14px rgba(37,99,235,0.35)}
.btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(37,99,235,0.4)}
.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--white);color:var(--gray-700);border-radius:10px;font-size:16px;font-weight:600;border:1px solid var(--gray-300);cursor:pointer;transition:all 0.2s}
.btn-secondary:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-bg)}
.hero-proof{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--gray-500);flex-wrap:wrap}
.hero-proof strong{color:var(--gray-700)}

/* Hero mock */
.hero-mock{background:var(--navy);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);border:1px solid rgba(255,255,255,0.1)}
.hero-mock-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:rgba(255,255,255,0.05);border-bottom:1px solid rgba(255,255,255,0.08)}
.hero-mock-dot{width:10px;height:10px;border-radius:50%}
.hero-mock-body{padding:20px;display:grid;grid-template-columns:180px 1fr;gap:16px;min-height:340px}
.hero-mock-sidebar{display:flex;flex-direction:column;gap:4px}
.hero-mock-nav{padding:8px 12px;border-radius:8px;font-size:12px;color:rgba(255,255,255,0.5);display:flex;align-items:center;gap:8px;transition:all 0.2s}
.hero-mock-nav.active{background:rgba(255,255,255,0.1);color:var(--white)}
.hero-mock-nav-icon{width:18px;height:18px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}
.hero-mock-main{display:flex;flex-direction:column;gap:12px}
.hero-mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.hero-mock-stat{background:rgba(255,255,255,0.04);border-radius:10px;padding:14px;border-left:3px solid}
.hero-mock-stat-label{font-size:10px;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:0.5px}
.hero-mock-stat-val{font-size:22px;font-weight:700;color:var(--white);margin-top:4px}
.hero-mock-table{background:rgba(255,255,255,0.03);border-radius:10px;padding:12px;flex:1}
.hero-mock-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,0.06);margin-bottom:8px}
.hero-mock-th{font-size:10px;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:0.5px}
.hero-mock-table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,0.03)}
.hero-mock-td{font-size:12px;color:rgba(255,255,255,0.7)}
.hero-mock-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600}

/* ===== LOGOS BAR ===== */
.logos{padding:40px 0;background:var(--white);border-bottom:1px solid var(--gray-100)}
.logos-title{text-align:center;font-size:13px;font-weight:500;color:var(--gray-400);text-transform:uppercase;letter-spacing:2px;margin-bottom:24px}
.logos-row{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;opacity:0.5}
.logos-item{font-size:15px;font-weight:700;color:var(--gray-400);letter-spacing:0.5px}

/* ===== Section primitives ===== */
.section-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--brand);margin-bottom:12px;text-align:center}
.section-title{font-size:36px;font-weight:800;text-align:center;color:var(--gray-900);margin-bottom:12px;line-height:1.2}
.section-sub{font-size:17px;color:var(--gray-500);text-align:center;max-width:600px;margin:0 auto 48px}

/* ===== AI SECTION (promoted to position 2) ===== */
.ai-section{background:linear-gradient(135deg,var(--navy) 0%,#1a1a3e 100%);color:var(--white);padding:100px 0}
.ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ai-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--purple);margin-bottom:12px}
.ai-title{font-size:38px;font-weight:800;line-height:1.15;margin-bottom:16px}
.ai-desc{font-size:17px;color:var(--gray-400);line-height:1.7;margin-bottom:32px}
.ai-features{display:flex;flex-direction:column;gap:16px}
.ai-feature{display:flex;gap:14px;align-items:flex-start}
.ai-feature-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ai-feature-icon i{width:18px;height:18px}
.ai-feature-text h4{font-size:15px;font-weight:600;margin-bottom:2px}
.ai-feature-text p{font-size:13px;color:var(--gray-400);line-height:1.5}
.ai-mock{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-xl);padding:28px;box-shadow:0 20px 60px rgba(0,0,0,0.3)}

/* ===== FEATURES (5-bucket tabs) ===== */
.features{background:var(--white)}
.feature-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}
.feature-tab{padding:10px 20px;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all 0.2s}
.feature-tab i{width:16px;height:16px}
.feature-tab:hover{border-color:var(--brand);color:var(--brand)}
.feature-tab.active{background:var(--brand);color:var(--white);border-color:var(--brand)}
.feature-panel{display:none}
.feature-panel.active{display:block}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto}
.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:28px 24px;transition:all 0.3s;display:flex;gap:16px;align-items:flex-start}
.feature-card:hover{border-color:var(--brand);box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.feature-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon i{width:22px;height:22px}
.feature-text{flex:1}
.feature-name{font-size:17px;font-weight:700;color:var(--gray-900);margin-bottom:6px}
.feature-desc{font-size:14px;color:var(--gray-500);line-height:1.6}

/* ===== PRICING ===== */
.pricing{background:var(--gray-50)}
.pricing-toggle{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:40px}
.pricing-toggle-label{font-size:14px;font-weight:500;color:var(--gray-500);display:inline-flex;align-items:center;gap:8px}
.pricing-toggle-label.active{color:var(--gray-900);font-weight:600}
.pricing-switch{width:48px;height:26px;background:var(--gray-300);border-radius:13px;cursor:pointer;position:relative;transition:background 0.3s}
.pricing-switch.active{background:var(--brand)}
.pricing-switch::after{content:'';position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:transform 0.3s;box-shadow:var(--shadow-sm)}
.pricing-switch.active::after{transform:translateX(22px)}
.pricing-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto}
.pricing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:32px 24px;position:relative;transition:all 0.3s}
.pricing-card:hover{box-shadow:var(--shadow-lg)}
.pricing-card.popular{border-color:var(--brand);box-shadow:0 8px 30px rgba(37,99,235,0.15)}
.pricing-popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:4px 16px;background:var(--brand);color:var(--white);border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}
.pricing-card-name{font-size:20px;font-weight:700;color:var(--gray-900);margin-bottom:4px}
.pricing-card-desc{font-size:13px;color:var(--gray-500);margin-bottom:20px}
.pricing-card-price{font-size:36px;font-weight:800;color:var(--gray-900);margin-bottom:4px;line-height:1}
.pricing-card-price span{font-size:14px;font-weight:500;color:var(--gray-400)}
.pricing-card-period{font-size:13px;color:var(--gray-400);margin-bottom:24px}
.pricing-card-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.pricing-card-feature{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--gray-600)}
.pricing-check{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gray-100);color:var(--gray-600)}
.pricing-card.popular .pricing-check{background:var(--brand-bg);color:var(--brand)}
.pricing-check i{width:11px;height:11px;stroke-width:3}
.pricing-card-btn{display:block;width:100%;padding:12px;border-radius:10px;text-align:center;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all 0.2s;text-decoration:none}

/* ===== TRUST / COMPLIANCE (replaces emoji compliance grid) ===== */
.trust{background:var(--white)}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1000px;margin:0 auto}
.trust-card{display:flex;gap:16px;align-items:flex-start;padding:24px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:all 0.2s}
.trust-card:hover{border-color:var(--brand);box-shadow:var(--shadow-md)}
.trust-icon{width:48px;height:48px;border-radius:12px;background:var(--brand-bg);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon i{width:22px;height:22px}
.trust-name{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:4px}
.trust-desc{font-size:14px;color:var(--gray-600);line-height:1.6}
.trust-link{font-size:13px;color:var(--brand);font-weight:600;margin-top:8px;display:inline-block}

/* ===== STORY (replaces fake testimonials) ===== */
.story{background:var(--gray-50)}
.story-content{max-width:760px;margin:0 auto;text-align:center}
.story-content p{font-size:17px;color:var(--gray-600);line-height:1.8;margin-bottom:18px}
.story-team{margin-top:28px;font-size:15px}
.story-team a{color:var(--brand);font-weight:600}

/* ===== FAQ ===== */
.faq{background:var(--white)}
.faq-list{max-width:720px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--gray-200);padding:20px 0}
.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:16px;font-weight:600;color:var(--gray-900);gap:16px}
.faq-q:hover{color:var(--brand)}
.faq-toggle{font-size:20px;color:var(--gray-400);transition:transform 0.3s;flex-shrink:0}
.faq-item.open .faq-toggle{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s;font-size:15px;color:var(--gray-500);line-height:1.7}
.faq-item.open .faq-a{max-height:400px;padding-top:12px}

/* ===== CTA ===== */
.cta{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-hover) 100%);color:var(--white);padding:80px 0;text-align:center}
.cta h2{font-size:40px;font-weight:800;margin-bottom:16px}
.cta p{font-size:18px;opacity:0.85;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}
.cta-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;max-width:760px;margin:0 auto 16px}
.cta-input{padding:14px 18px;border-radius:10px;border:none;font-size:15px;font-family:inherit;outline:none}
.cta-submit{padding:14px 28px;background:var(--navy);color:var(--white);border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all 0.2s;font-family:inherit;white-space:nowrap}
.cta-submit:hover{background:var(--gray-800);transform:translateY(-1px)}
.cta-note{font-size:13px;opacity:0.7}

/* ===== FOOTER ===== */
footer{background:var(--gray-900);color:var(--gray-400);padding:60px 0 30px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand{font-size:22px;font-weight:800;color:var(--white);margin-bottom:12px}
.footer-brand span{color:var(--brand)}
.footer-brand-desc{font-size:14px;line-height:1.6;color:var(--gray-400)}
.footer-brand-desc a{color:var(--brand)}
.footer-col-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gray-300);margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:14px;color:var(--gray-400);transition:color 0.2s}
.footer-links a:hover{color:var(--white)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}
.footer-social{display:flex;gap:14px;margin-top:16px}
.footer-social a{color:var(--gray-400);transition:color 0.2s;display:inline-flex;align-items:center}
.footer-social a:hover{color:var(--white)}
.footer-social i{width:18px;height:18px}

/* ===== Generic content pages (privacy, terms, about, contact, security) ===== */
.page-hero{background:linear-gradient(135deg,var(--gray-50) 0%,var(--brand-bg) 100%);padding:80px 0 60px;border-bottom:1px solid var(--gray-200)}
.page-hero h1{font-size:42px;font-weight:800;color:var(--gray-900);margin-bottom:12px;letter-spacing:-1px}
.page-hero .lead{font-size:18px;color:var(--gray-500);max-width:720px}
.page-content{padding:60px 0;max-width:820px;margin:0 auto}
.page-content h2{font-size:24px;font-weight:700;color:var(--gray-900);margin:32px 0 12px}
.page-content h3{font-size:18px;font-weight:700;color:var(--gray-800);margin:24px 0 8px}
.page-content p,.page-content li{font-size:16px;color:var(--gray-700);line-height:1.7;margin-bottom:14px}
.page-content ul,.page-content ol{padding-left:24px;margin-bottom:16px}
.page-content li{margin-bottom:8px}
.page-content strong{color:var(--gray-900)}
.page-content a{color:var(--brand);text-decoration:underline}
.page-content code{background:var(--gray-100);padding:1px 6px;border-radius:4px;font-size:14px}
.page-content table{width:100%;border-collapse:collapse;margin:16px 0}
.page-content th,.page-content td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--gray-200);font-size:14px}
.page-content th{background:var(--gray-50);font-weight:600;color:var(--gray-900)}

/* Contact form */
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:680px;margin-top:24px}
.contact-form .full{grid-column:1/-1}
.contact-form label{font-size:13px;font-weight:600;color:var(--gray-700);margin-bottom:6px;display:block}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 14px;border:1px solid var(--gray-300);border-radius:10px;font-size:15px;font-family:inherit;color:var(--gray-800);outline:none;transition:border-color 0.2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--brand)}
.contact-form textarea{min-height:120px;resize:vertical}
.contact-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}
.contact-channel{padding:20px;border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-align:center}
.contact-channel i{width:24px;height:24px;color:var(--brand);margin-bottom:8px}
.contact-channel-label{font-size:13px;color:var(--gray-500);margin-bottom:4px;font-weight:500}
.contact-channel-value{font-size:15px;color:var(--gray-900);font-weight:600}
.contact-channel-value a{color:var(--gray-900);text-decoration:none}
.contact-channel-value a:hover{color:var(--brand)}

/* Generic responsive */
@media(max-width:1024px){
  .hero h1{font-size:42px}
  .hero-grid,.ai-grid{grid-template-columns:1fr;gap:40px}
  .hero-mock{order:-1}
  .features-grid{grid-template-columns:1fr}
  .pricing-cards{grid-template-columns:repeat(2,1fr);max-width:720px}
  .trust-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .cta-form{grid-template-columns:1fr 1fr;}
  .contact-form{grid-template-columns:1fr}
  .contact-channels{grid-template-columns:1fr}
}
@media(max-width:768px){
  section{padding:60px 0}
  .hero{padding:60px 0 40px}
  .hero h1{font-size:34px}
  .hero-sub{font-size:16px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;justify-content:center}
  .nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;align-items:flex-start;gap:14px;position:absolute;top:64px;left:0;right:0;background:var(--white);padding:20px 24px;border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg)}
  .nav-toggle{display:block}
  .pricing-cards{grid-template-columns:1fr;max-width:400px}
  .cta h2{font-size:28px}
  .cta-form{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:12px;text-align:center}
  .hero-mock-body{grid-template-columns:1fr}
  .hero-mock-sidebar{display:none}
  .section-title{font-size:28px}
  .ai-title{font-size:28px}
  .page-hero h1{font-size:32px}
}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
