:root{
  --navy:#0F172A;
  --navy-deep:#07182F;
  --white:#FFFFFF;
  --sky:#38BDF8;
  --cyan:#0EA5E9;
  --blue:#0866E5;
  --slate-100:#E2E8F0;
  --slate-600:#475569;
  --slate-500:#64748B;
  --surface:#F7F9FC;
  --surface-2:#F3F7FB;
  --border:#DDE5EE;
  --green:#22D36B;
  --shadow:0 18px 38px rgba(15,23,42,.10);
  --shadow-soft:0 10px 28px rgba(15,23,42,.08);
  --radius:20px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter","Segoe UI",Arial,sans-serif;color:var(--navy);background:var(--surface);line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,a{ -webkit-tap-highlight-color:transparent }
.container{width:min(1500px,calc(100% - 48px));margin-inline:auto}
.wide-container{width:min(1640px,calc(100% - 48px));}
.section{padding:86px 0}
.light-section{background:linear-gradient(180deg,#F8FAFC 0%,#F5F8FB 100%)}
.dark-section{background:var(--navy)}
h1,h2,h3,p{margin-top:0}
h2{font-size:clamp(2rem,3vw,3.1rem);line-height:1.1;text-align:center;margin-bottom:54px;letter-spacing:-.035em}
h3{letter-spacing:-.02em}
.section-subtitle{text-align:center;color:var(--slate-600);font-size:1.15rem;margin:-38px 0 50px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(15,23,42,.97);border-bottom:1px solid rgba(56,189,248,.16);backdrop-filter:blur(14px)}
.header-inner{height:84px;display:grid;grid-template-columns:320px 1fr 320px;align-items:center;gap:24px}
.brand img{width:190px;height:60px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;justify-content:center;gap:38px;color:#E8EDF5;font-weight:700}
.main-nav a{position:relative;padding:30px 0 28px;white-space:nowrap;transition:color .2s ease}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active::after{content:"";position:absolute;left:50%;bottom:20px;width:24px;height:3px;border-radius:4px;background:var(--sky);transform:translateX(-50%)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:24px}
.cart-link{width:42px;height:42px;display:grid;place-items:center;color:#fff;opacity:.86}
.cart-link svg,.btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:1px solid transparent;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-whatsapp{padding:13px 24px;background:var(--cyan);color:#fff;box-shadow:0 10px 24px rgba(14,165,233,.28)}
.nav-toggle{display:none;background:none;border:0;padding:8px}
.nav-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0;border-radius:3px}

/* Hero */
.hero{min-height:810px;background:radial-gradient(circle at 70% 40%,rgba(14,165,233,.10),transparent 33%),linear-gradient(145deg,#0F172A 0%,#07182F 55%,#0F172A 100%);color:#fff}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:68px;padding-top:100px;padding-bottom:100px}
.hero-copy h1{font-size:clamp(3.45rem,5vw,5.3rem);line-height:1.03;letter-spacing:-.05em;margin-bottom:26px}
.hero-lead{max-width:780px;color:#D4DBE7;font-size:1.35rem;line-height:1.48;margin-bottom:34px}
.hero-benefits{list-style:none;padding:0;margin:0 0 34px;display:grid;gap:13px;font-size:1.17rem;font-weight:700}
.hero-benefits li{display:flex;gap:12px;align-items:center}
.benefit-icon{width:22px;height:22px;border:2px solid var(--sky);border-radius:6px;display:grid;place-items:center;color:var(--sky);font-size:.78rem}
.benefit-icon.green{border-color:#28DD73;background:#1B8C5D;color:#fff}
.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:38px}
.btn-primary{background:var(--cyan);color:#fff;padding:17px 28px;font-size:1.05rem;box-shadow:0 12px 28px rgba(14,165,233,.25)}
.btn-outline-light{border-color:rgba(255,255,255,.28);color:#fff;padding:17px 28px;background:rgba(255,255,255,.02)}
.rating-row{display:flex;align-items:center;gap:15px}
.mini-avatars{display:flex}.mini-avatars img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-left:-8px;border:3px solid #fff}.mini-avatars img:first-child{margin-left:0}
.stars{color:#FFD633;font-size:1.1rem;letter-spacing:2px}.stars strong{color:#fff;font-size:1rem;letter-spacing:0;margin-left:3px}.rating-caption{font-size:.95rem;font-weight:700;color:#fff;margin-top:2px}
.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}
.visual-card{width:min(520px,78%);aspect-ratio:1.22;border:1px solid rgba(56,189,248,.28);border-radius:14px;background:#091325;box-shadow:0 25px 60px rgba(0,0,0,.24),inset 0 0 0 24px rgba(0,0,0,.14);display:grid;place-items:center;overflow:hidden}
.visual-card img{width:85%;height:auto;max-height:70%;object-fit:contain}
.software-pill{position:absolute;background:#fff;color:#0B1830;border-radius:12px;padding:13px 18px;font-weight:800;display:flex;gap:10px;align-items:center;box-shadow:0 10px 24px rgba(4,13,29,.20)}
.pill-icon{font-size:1.35rem}.pill-word{left:7%;top:10%}.pill-powerpoint{right:19%;top:1%}.pill-excel{right:0;top:20%}.pill-photoshop{left:11%;bottom:5%}.pill-illustrator{right:5%;bottom:0}.blue{color:#0866E5}.red{color:#FF425A}.green-text{color:#18C56E}.cyan{color:#05BDF0}.orange{color:#FF9800}

/* Generic cards */
.card-grid{display:grid;gap:28px}.four-col{grid-template-columns:repeat(4,1fr)}.five-col{grid-template-columns:repeat(5,1fr)}
.info-card,.service-card,.product-card,.step-card,.testimonial-card,.faq-grid details{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:var(--radius)}
.info-card{min-height:320px;padding:42px 42px 36px}.info-card h3{font-size:1.45rem;color:#64748B;margin:24px 0 20px}.info-card p{color:var(--slate-600);font-size:1.08rem;line-height:1.52;margin:0}
.square-icon{width:82px;height:82px;border-radius:17px;background:linear-gradient(145deg,#0EA5E9,#0866E5);color:#fff;display:grid;place-items:center;font-size:2.15rem;box-shadow:0 12px 24px rgba(14,165,233,.25)}

/* Steps */
.steps-section{padding-top:72px}.steps-grid{display:grid;grid-template-columns:1fr 44px 1fr 44px 1fr 44px 1fr;align-items:center;gap:12px}.step-card{padding:28px 30px;text-align:center;min-height:255px}.step-icon-wrap{display:inline-block;position:relative;margin-bottom:18px}.step-card .square-icon{width:84px;height:84px}.step-number{position:absolute;right:-10px;top:-8px;background:var(--navy-deep);color:var(--sky);padding:4px 11px;border-radius:999px;font-size:.82rem;font-weight:900}.step-card h3{font-size:1.25rem;margin-bottom:10px}.step-card p{color:var(--slate-600);margin:0;font-size:1.05rem}.step-arrow{text-align:center;font-size:2.1rem;color:#D9E2EC}.notice-pill{width:max-content;max-width:100%;margin:74px auto 0;padding:14px 34px;border-radius:999px;background:var(--navy-deep);border:2px solid var(--cyan);color:var(--sky);font-weight:800;box-shadow:var(--shadow-soft)}

/* Products */
.software-section{padding-top:88px}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.product-card{text-align:center;padding:28px 20px 25px;min-width:0}.product-icon{width:88px;height:88px;margin:0 auto 24px;border-radius:16px;background:#F3F7FB;display:grid;place-items:center;font-size:2rem;font-weight:500}.red-line{color:#FF334B}.cyan-line{color:#00BFF3}.orange-line{color:#FF9800}.blue-line{color:#0B84E8}.green-line{color:#1FA64A}.dark-line{color:#111D33}.product-card h3{font-size:1.12rem;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card p{color:var(--slate-600);font-size:.91rem;font-weight:600;margin-bottom:22px}.price{color:var(--sky);font-weight:900;font-size:1.35rem;margin-bottom:24px}.product-btn{width:100%;padding:11px 10px;border-color:var(--sky);color:var(--cyan);background:#fff}.product-btn:hover{background:#EAF8FE}.center-link{text-align:center;margin-top:55px}.center-link a{color:var(--cyan);font-weight:900;font-size:1.05rem}.center-link span{color:var(--blue);margin-left:8px}

/* Service cards */
.service-list-section{padding-top:80px}.services-list{gap:24px}.service-card{padding:32px 28px;min-height:300px}.line-icon{font-size:2rem;margin-bottom:24px}.service-card h3{font-size:1.22rem;margin-bottom:20px}.service-card p{color:var(--slate-600);font-size:1.02rem;line-height:1.5;margin-bottom:28px}.service-card a{color:var(--sky);font-weight:900}

/* Trust */
.trust-strip{padding:42px 0;background:#101A30}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-grid article{border:1px solid rgba(56,189,248,.26);border-radius:16px;padding:22px 24px;display:flex;align-items:center;gap:20px;background:rgba(255,255,255,.015)}.trust-icon{flex:0 0 55px;height:55px;border-radius:13px;background:linear-gradient(145deg,#0EA5E9,#0866E5);display:grid;place-items:center;color:#0E61DA;font-size:1.7rem}.trust-grid h3{color:#fff;margin-bottom:4px;font-size:1.04rem}.trust-grid p{color:#BFC8D6;margin:0;font-size:.87rem;line-height:1.45}

/* Testimonials */
.testimonials-section{padding-top:105px}.testimonials-track{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.testimonial-card{padding:34px 34px 30px;min-height:275px}.review-stars{color:var(--sky);font-size:1.45rem;letter-spacing:3px}.testimonial-card blockquote{margin:30px 0 28px;color:#526278;font-style:italic;line-height:1.55}.reviewer{display:flex;align-items:center;gap:13px}.avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-weight:900}.avatar-red{background:#FFE8E8;color:#FF3D4E}.avatar-blue{background:#E6F0FF;color:#0866E5}.avatar-green{background:#E4FAEC;color:#24B95A}.reviewer strong{display:block}.reviewer small{display:block;color:var(--slate-500)}.carousel-dots{display:flex;justify-content:center;gap:7px;margin-top:54px}.carousel-dots span{width:9px;height:9px;border-radius:50%;background:#DDE5EE}.carousel-dots .active{background:var(--blue)}

/* CTA + FAQ */
.faq-section{padding-top:70px}.help-cta{margin-bottom:96px;padding:48px 52px;border-radius:22px;background:linear-gradient(100deg,#1C2D43 0%,#0A7DB8 100%);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:36px;box-shadow:var(--shadow)}.help-copy{display:flex;align-items:center;gap:28px}.help-icon{width:88px;height:88px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:2rem;border:1px solid rgba(255,255,255,.08)}.help-copy h2{text-align:left;margin:0 0 8px;font-size:1.9rem;letter-spacing:-.03em}.help-copy p{margin:0;color:#E7EEF7}.help-action{display:grid;gap:7px;text-align:center;min-width:270px}.help-whatsapp{background:var(--cyan);color:#07182F;padding:16px 22px;font-size:1rem}.help-action small{font-weight:700}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.faq-grid details{padding:20px 24px}.faq-grid summary{font-weight:900;cursor:pointer;list-style:none;position:relative;padding-right:24px}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary::after{content:"⌄";position:absolute;right:0;color:var(--blue);font-size:1.25rem;top:-3px;transition:transform .2s ease}.faq-grid details:not([open]) summary::after{transform:rotate(-90deg)}.faq-grid details p{color:var(--slate-600);font-size:.91rem;line-height:1.52;margin:12px 0 0}

/* Footer */
.site-footer{padding:82px 0 26px;background:#111A30;color:#697B95}.footer-grid{display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr 1.1fr;gap:0}.footer-card{border:1px solid rgba(255,255,255,.10);padding:30px 26px;min-height:255px;background:rgba(255,255,255,.012)}.footer-card:first-child{border-radius:18px 0 0 18px}.footer-card:last-child{border-radius:0 18px 18px 0}.footer-brand img{width:210px;height:80px;object-fit:contain;object-position:left center;margin-bottom:20px}.footer-brand p{max-width:310px;line-height:1.55}.socials{display:flex;gap:12px;margin-top:24px}.socials a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.10);display:grid;place-items:center;color:#fff;font-weight:800}.footer-card h3{margin-bottom:18px}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a:hover,.footer-bottom a:hover{color:var(--sky)}.support-card p{margin:9px 0}.support-button{display:block;border-radius:9px;padding:12px 15px;margin-bottom:12px;color:#fff;font-weight:900}.whatsapp-support{background:#25D366}.telegram-support{background:#229ED9}.payment-icons{display:flex;gap:9px;margin:18px 0 20px}.payment-icons>.payment-icon{width:45px;height:42px;border-radius:9px;display:grid;place-items:center;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.16);font-weight:900;line-height:1}.payment-spei{background:linear-gradient(145deg,#fff 0%,#EAF7F5 100%);color:#056E62;font-size:.72rem;letter-spacing:-.03em;border:1px solid rgba(5,110,98,.18)}.payment-oxxo{background:#E52420;color:#FFD739;font-size:.70rem;font-style:italic;letter-spacing:-.04em;border:2px solid #FFD739;text-shadow:0 1px 0 rgba(0,0,0,.12)}.payment-visa{background:#fff;color:#17357D;font-size:.82rem;font-style:italic;letter-spacing:-.05em;border:1px solid rgba(23,53,125,.14)}.payment-mastercard{background:#fff;border:1px solid rgba(15,23,42,.12)}.payment-mastercard::before,.payment-mastercard::after{content:"";position:absolute;top:50%;width:18px;height:18px;border-radius:50%;transform:translateY(-50%)}.payment-mastercard::before{left:8px;background:#EB001B}.payment-mastercard::after{right:8px;background:#F79E1B;mix-blend-mode:multiply}.secure-payment{display:inline-flex;padding:9px 14px;border-radius:8px;background:rgba(255,255,255,.10);color:#fff;font-weight:900;font-size:.85rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding:34px 0 0;display:flex;justify-content:space-between;gap:30px;font-size:.84rem}.footer-bottom p{margin:0}.footer-bottom div{display:flex;gap:30px}

/* Motion */
@media (prefers-reduced-motion:no-preference){.software-pill{animation:float 4.5s ease-in-out infinite}.pill-powerpoint,.pill-photoshop{animation-delay:.8s}.pill-excel,.pill-illustrator{animation-delay:1.5s}@keyframes float{50%{transform:translateY(-8px)}}}

/* Responsive */
@media (max-width:1280px){
  .header-inner{grid-template-columns:250px 1fr 250px}.main-nav{gap:23px}.product-grid{grid-template-columns:repeat(3,1fr)}.five-col{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1020px){
  .site-header{position:sticky}.header-inner{grid-template-columns:1fr auto auto}.brand img{width:170px}.nav-toggle{display:block;order:3}.main-nav{display:none;position:absolute;left:0;right:0;top:84px;background:#0F172A;flex-direction:column;align-items:flex-start;padding:20px 24px 28px;gap:0;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 20px 40px rgba(0,0,0,.25)}.main-nav.open{display:flex}.main-nav a{width:100%;padding:14px 0}.main-nav a.active::after{display:none}.header-actions{justify-content:center}.cart-link{display:none}.btn-whatsapp{padding:11px 15px}
  .hero-grid{grid-template-columns:1fr;gap:55px;padding-top:80px}.hero{min-height:auto}.hero-visual{min-height:470px}.four-col{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr);gap:22px}.step-arrow{display:none}.testimonials-track{grid-template-columns:1fr 1fr}.testimonial-card:last-child{grid-column:1/-1}.faq-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-card:first-child{border-radius:18px 0 0 0}.footer-card:nth-child(2){border-radius:0 18px 0 0}.footer-card:last-child{border-radius:0 0 18px 0}.footer-card:nth-child(3){border-radius:0 0 0 18px}.help-cta{align-items:flex-start}.help-copy{align-items:flex-start}
}
@media (max-width:720px){
  .container,.wide-container{width:min(100% - 28px,1500px)}.section{padding:62px 0}h2{font-size:2.15rem;margin-bottom:38px}.section-subtitle{font-size:1rem;margin-top:-28px;margin-bottom:34px}.header-inner{height:72px}.main-nav{top:72px}.brand img{width:145px;height:52px}.btn-whatsapp{font-size:0;width:44px;height:44px;padding:0;border-radius:50%}.btn-whatsapp svg{width:23px;height:23px}.hero-grid{padding-top:58px;padding-bottom:70px}.hero-copy h1{font-size:clamp(2.75rem,12vw,4rem)}.hero-copy h1 br{display:none}.hero-lead{font-size:1.08rem}.hero-buttons{display:grid;grid-template-columns:1fr}.hero-buttons .btn{width:100%}.hero-visual{min-height:360px}.visual-card{width:88%}.software-pill{padding:9px 12px;font-size:.8rem}.pill-word{left:0;top:8%}.pill-powerpoint{right:8%;top:0}.pill-excel{right:0;top:25%}.pill-photoshop{left:3%;bottom:5%}.pill-illustrator{right:0;bottom:2%}
  .four-col,.five-col,.product-grid,.faq-grid,.trust-grid,.testimonials-track,.footer-grid{grid-template-columns:1fr}.info-card{min-height:auto;padding:30px}.square-icon{width:70px;height:70px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:auto}.notice-pill{border-radius:18px;text-align:center;padding:13px 20px;margin-top:38px}.product-card{padding:26px 24px}.product-card h3{white-space:normal}.service-card{min-height:auto}.testimonials-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.testimonial-card{min-width:88%;scroll-snap-align:center}.testimonial-card:last-child{grid-column:auto}.help-cta{margin-bottom:70px;padding:30px 24px;flex-direction:column}.help-copy{flex-direction:column;gap:18px}.help-copy h2{font-size:1.6rem}.help-action{width:100%;min-width:0}.faq-grid details{padding:18px}.footer-card,.footer-card:first-child,.footer-card:nth-child(2),.footer-card:nth-child(3),.footer-card:last-child{border-radius:14px!important}.footer-grid{gap:12px}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap;gap:14px 22px}
}
@media (max-width:420px){.hero-copy h1{font-size:2.65rem}.header-actions{gap:8px}.brand img{width:128px}.nav-toggle{padding:4px}.software-pill{font-size:.7rem}.visual-card{width:92%}}

/* ========================================
   BOTONES DE DESCARGA RUSTDESK
======================================== */

.rustdesk-downloads {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 30px auto;
}

.rustdesk-button {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: radial-gradient(circle at 85% 50%, rgba(22, 140, 255, 0.13), transparent 38%), #07182f;
  border: 2px solid #168cff;
  border-radius: 18px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(22, 140, 255, 0.12), inset 0 0 20px rgba(22, 140, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}


.rustdesk-downloads > .rustdesk-button:only-child {
  grid-column: 1 / -1;
  width: calc((100% - 20px) / 2);
  justify-self: center;
}

.rustdesk-button:hover {
  transform: translateY(-3px);
  border-color: #4aa8ff;
  box-shadow: 0 7px 22px rgba(22, 140, 255, 0.20), 0 0 18px rgba(22, 140, 255, 0.12);
  color: #ffffff;
}

.rustdesk-platform-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rustdesk-platform-icon svg {
  display: block;
  width: 38px;
  height: 38px;
  max-width: 38px;
  max-height: 38px;
  fill: #ffffff;
}

.rustdesk-divider {
  flex-shrink: 0;
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
}

.rustdesk-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rustdesk-text span {
  margin-bottom: 4px;
  color: #168cff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.7px;
}

.rustdesk-text strong {
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.rustdesk-text small {
  color: #d4dbe6;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.rustdesk-download-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #168cff, #005be7);
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 13px rgba(0, 119, 255, 0.28);
}

@media (max-width: 900px) {
  .rustdesk-downloads {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rustdesk-downloads > .rustdesk-button:only-child {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .rustdesk-downloads {
    margin: 22px auto;
  }

  .rustdesk-button {
    min-height: 82px;
    gap: 11px;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .rustdesk-platform-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
  }

  .rustdesk-platform-icon svg {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
  }

  .rustdesk-divider {
    height: 38px;
  }

  .rustdesk-text span {
    font-size: 10px;
  }

  .rustdesk-text strong {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .rustdesk-text small {
    font-size: 10px;
  }

  .rustdesk-download-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
