html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    background: #454545;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}
.select_versions body
{
    background: #378e95;
}
.backgroundColor body 
{
    background: #16a085; /* Our flat color for background */
}
.backgroundVideo body
{
    background: #000;
}
.backgroundImage body 
{
    /* Full background image */
    background: url('images/bg1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}
h1.logo 
{
    font-size: 45px;
    padding-top: 100px;
    font-family: 'Lemon', cursive;
}
h2.logo 
{
    font-family: 'Lemon', cursive;
}
h2
{
    font-size: 20px;
}
h3.logo 
{
    font-family: 'Lemon', cursive;
}
h3
{
    font-size: 17px;
}
a 
{
    color: #fff;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #f0f0f0;
}
a, button
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*********************************/
/*********** Countdown ***********/
/*********************************/ 
#countdown 
{
    
}
#countdown .countdown_group
{
    display: inline-block;
    padding: 0px 20px;
}
#countdown .countdown_group .countdown_value 
{
    font-size: 60px;
    display: block;
}
#countdown .countdown_group .countdown_help 
{
    font-size: 15px;
    display: block;
}


/*********************************/
/******** Form newsletter ********/
/*********************************/ 
#form_newsletter button
{
    background-color: #ffffff;
    background: rgba(255,255,255,0.6);
    border: 1px solid #ffffff;
    color: #545454;
}
#form_newsletter button:hover
{
    background-color: #ffffff;
    background: rgba(255,255,255,1);
    color: #545454;
}

#form_newsletter_result .alert 
{
    margin-top: 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}
#form_newsletter_result .alert.alert-danger
{
    background-color: #c0392b;
    border: none;
    color: #fff;
}
#form_newsletter_result .alert.alert-success
{
    background-color: #16a085;
    border: none;
    color: #fff;
}
.form-control,
.input-group-lg .form-control
{
    border-radius: 0px;
}
.input-group-lg .input-group-btn .btn
{
    border-radius: 0px;
}
.form-control
{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.form-control:focus 
{
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/* Sticky footer */
#footer 
{
    color: #ffffff;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}

/* Footer gradient */
.backgroundImage #footer, 
.backgroundSlider #footer,
.backgroundVideo #footer
{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
}

#footer p 
{
    font-size: 15px;
    margin: 0px;
}

#footer a 
{
    color: #ffffff;
    text-decoration: underline;
}

.slide.cycle-slide
{
    width: 100%;
}

/*********************************/
/*********** About us ************/
/*********************************/
#about_us 
{
    display: none;
    background: #ffffff;
    background: rgba(255,255,255, 0.95);
    position: absolute;
    overflow: hidden;
    width: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #545454;
    text-align: center;
    padding: 100px 10px;
}
#about_us h1 
{
    margin-bottom: 20px;
}
#about_us p 
{
    margin-bottom: 10px;
}


/*********************************/
/************* .btn **************/
/*********************************/                  
.btn 
{
    border-radius: 0px;
}
.btn-transparent 
{
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active 
{
  color: #545454;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active 
{
    color: #ffffff;
    background-color: #3B5998;
    border-color: #3B5998;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active
{
    color: #ffffff;
    background-color: #00aced;
    border-color: #00aced;
}

.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active,
.btn-googleplus.active
{
    color: #ffffff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active
{
    color: #ffffff;
    background-color: #bb0000;
    border-color: #bb0000;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active
{
    color: #ffffff;
    background-color: #007bb6;
    border-color: #007bb6;
}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active
{
    color: #ffffff;
    background-color: #517fa4;
    border-color: #517fa4;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active
{
    color: #ffffff;
    background-color: #cb2027;
    border-color: #cb2027;
}

/*********************************/
/********* Placeholder ***********/
/*********************************/  
.form-control::-webkit-input-placeholder 
{
   color: #ffffff;
}

.form-control:-moz-placeholder 
{
   color: #ffffff;  
}

.form-control::-moz-placeholder 
{  
   color: #ffffff;  
}

.form-control:-ms-input-placeholder 
{  
   color: #ffffff;  
}

/*********************************/
/************ Others *************/
/*********************************/ 
.video-btns
{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}

#controlBar_bgndVideo {
    display: none !important;
}

.YTPOverlay.raster {
    background: #000;
    opacity: 0.2;
}

.version_theme 
{
    margin-bottom: 20px;
}

.version_theme a 
{
    display: block;
}

.version_theme a img 
{
    max-width: 100%;
}
.version_theme a h2 
{
    margin-bottom: 20px;
}

.section{
    padding: 10px 0px;
}

#contact 
{
    margin: 10px 0px;
}

#contact a:first-child 
{
    margin-right: 20px;
}

/*********************************/
/************ @media *************/
/*********************************/
@media (max-width:991px)
{
    .backgroundVideo body
    {
        /* Full background image because video can't autoplay on mobile & tablet devices */
        background: url('../images/bg1.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .video-btns
    {
        position: relative;
        top: 10px;
        left: auto;
        right: auto;
        
        display: none;
    }
}
@media (max-width:767px)
{
    h1.logo 
    {
        padding-top: 10px;
        font-size: 25px;
    }

    #countdown .countdown_group
    {
        padding: 0px 10px;
    }
    
    #countdown .countdown_group .countdown_value 
    {
        font-size: 30px;
    }
    
    #footer p 
    {
        font-size: 11px;
    }
    
    #about_us 
    {
        padding: 20px 10px;
    }
    
    #about_us p 
    {
        text-align: left;
    }
    
    
}

/* Modernizacion 2026 */
:root {
    --accent: #5eead4;
    --ink: #f8fafc;
    --muted: rgba(248, 250, 252, .72);
    --line: rgba(255, 255, 255, .18);
}
* { box-sizing: border-box; }
html { min-height: 100%; }
body {
    min-height: 100vh;
    margin: 0;
    padding: 30px 20px 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    color: var(--ink);
    background: #08111f;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at 15% 15%, rgba(45,212,191,.22), transparent 32%), linear-gradient(125deg, rgba(2,6,23,.86), rgba(8,15,28,.5));
}
.container { width: 100%; }
.container > .row > .col-md-12 {
    width: min(100%, 760px);
    float: none;
    margin: 0 auto;
    padding: clamp(30px, 6vw, 62px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(8,15,28,.66);
    box-shadow: 0 30px 90px rgba(0,0,0,.35);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.section { padding: 7px 0; }
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid rgba(94,234,212,.25);
    border-radius: 999px;
    color: #ccfbf1;
    background: rgba(20,184,166,.1);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(94,234,212,.1); }
.store-logo {
    display: grid;
    place-items: center;
    width: 180px;
    height: 180px;
    margin: 24px auto 18px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 45px rgba(0,0,0,.18);
    overflow: hidden;
}
.store-logo img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
h1.logo {
    margin: 20px 0 14px;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: clamp(34px, 7vw, 66px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -.045em;
}
#text_slider { min-height: 66px; }
#text_slider h2 { margin: 0; color: #e2e8f0; font-size: clamp(20px,3vw,27px); font-weight: 500; line-height: 1.35; }
.intro { max-width: 520px; margin: 18px auto 22px; color: var(--muted); line-height: 1.7; }
.notify-form { display: flex; width: 100%; gap: 10px; }
.notify-form .form-control {
    height: 54px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 13px !important;
    color: #fff;
    background: rgba(255,255,255,.08);
    box-shadow: none;
}
.notify-form .form-control:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(94,234,212,.12); }
.notify-form .form-control::placeholder { color: rgba(255,255,255,.48); }
.notify-form .input-group-btn { width: auto; }
.notify-form .btn {
    height: 54px;
    padding: 0 22px;
    border: 0 !important;
    border-radius: 13px !important;
    color: #042f2e !important;
    background: var(--accent) !important;
    font-weight: 800;
}
.notify-form .btn:hover { background: #99f6e4 !important; transform: translateY(-1px); }
.notify-form .fa { margin-left: 7px; }
.notify-trigger {
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 13px;
    color: #042f2e;
    background: var(--accent);
    font-weight: 800;
}
.notify-trigger:hover, .notify-trigger:focus {
    color: #042f2e;
    background: #99f6e4;
    transform: translateY(-1px);
}
.notify-trigger .fa { margin-left: 8px; }
#contact { margin: 24px 0 14px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 24px; }
#contact a:first-child { margin-right: 0; }
#contact a { color: var(--muted); }
#contact i { margin-right: 7px; color: var(--accent); }
.btn-transparent { width: 40px; height: 40px; padding: 9px; margin: 3px; border-color: var(--line); border-radius: 50%; background: rgba(255,255,255,.05); }
.btn-transparent:hover { border-color: var(--accent); color: #042f2e; background: var(--accent); }
.about-trigger {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 14px;
    padding: 8px 10px 8px 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: #fff;
    background: rgba(255,255,255,.06);
    font-weight: 700;
    transition: .2s ease;
}
.about-trigger:hover, .about-trigger:focus { border-color: rgba(94,234,212,.6); color: var(--accent); background: rgba(94,234,212,.08); transform: translateY(-1px); }
.about-trigger-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #042f2e; background: var(--accent); font-size: 16px; }
.about-trigger-arrow { margin-left: 3px; font-size: 12px; }
#footer { padding: 22px 20px; color: rgba(255,255,255,.55); background: none; font-size: 12px; }
#footer p { font-size: 12px; }
#footer a { color: rgba(255,255,255,.8); }
#about_us.about-popup {
    position: fixed;
    inset: 0;
    z-index: 1150;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    color: #172033;
    background: rgba(2,6,23,.76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity .25s ease, visibility .25s ease;
}
#about_us.about-popup.is-visible { visibility: visible; opacity: 1; }
.about-dialog {
    position: relative;
    width: min(100%, 650px);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 40px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.38);
    text-align: left;
    transform: translateY(18px) scale(.98);
    transition: transform .25s ease;
}
#about_us.is-visible .about-dialog { transform: translateY(0) scale(1); }
.about-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; color: #64748b; background: #f1f5f9; }
.about-close:hover, .about-close:focus { color: #0f172a; background: #e2e8f0; }
.about-heading { padding-right: 45px; margin-bottom: 22px; }
.about-kicker { display: inline-block; margin-bottom: 8px; color: #0f766e; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#about_us .about-heading h2 { margin: 0; color: #0f172a; font-size: clamp(27px,5vw,40px); font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
.about-content { color: #526071; font-size: 15px; line-height: 1.8; }
.about-content p { margin: 0 0 14px; }
.about-content img { max-width: 100%; height: auto; border-radius: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.popup-open { overflow: hidden; }
.newsletter-popup {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    background: rgba(2, 6, 23, .76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity .25s ease, visibility .25s ease;
}
.newsletter-popup.is-visible { visibility: visible; opacity: 1; }
.newsletter-dialog {
    position: relative;
    width: min(100%, 470px);
    padding: 38px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    color: #172033;
    background: #fff;
    box-shadow: 0 30px 90px rgba(0,0,0,.38);
    text-align: left;
    transform: translateY(18px) scale(.98);
    transition: transform .25s ease;
}
.newsletter-popup.is-visible .newsletter-dialog { transform: translateY(0) scale(1); }
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #64748b;
    background: #f1f5f9;
}
.popup-close:hover, .popup-close:focus { color: #0f172a; background: #e2e8f0; }
.popup-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 14px;
    color: #0f766e;
    background: #ccfbf1;
    font-size: 20px;
}
.newsletter-dialog h2 { margin: 0 42px 8px 0; color: #0f172a; font-size: 25px; font-weight: 800; letter-spacing: -.025em; }
.newsletter-dialog > p { margin: 0 0 24px; color: #64748b; line-height: 1.6; }
.popup-form .form-field { margin-bottom: 16px; }
.popup-form label { display: block; margin-bottom: 7px; color: #334155; font-size: 13px; font-weight: 700; }
.popup-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #cbd5e1;
    border-radius: 11px;
    color: #0f172a;
    background: #fff;
    box-shadow: none;
}
.popup-form .form-control::placeholder { color: #94a3b8; }
.popup-form .form-control:focus { border-color: #14b8a6; box-shadow: 0 0 0 3px rgba(20,184,166,.12); }
.popup-submit {
    width: 100%;
    min-height: 50px;
    margin-top: 3px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: #0f766e;
    font-weight: 800;
}
.popup-submit:hover, .popup-submit:focus { color: #fff; background: #115e59; }
.popup-submit .fa { margin-left: 7px; }
#newsletter-mensaje:empty { display: none; }
#newsletter-mensaje.subscription-message {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 15px 15px 15px 52px;
    border: 1px solid #99f6e4;
    border-radius: 12px;
    color: #115e59;
    background: #ecfdf5;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
    animation: messageIn .28s ease both;
}
#newsletter-mensaje.subscription-message::before {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 15px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    background: #10b981;
    font-size: 15px;
    font-weight: 800;
    transform: translateY(-50%);
}
#newsletter-mensaje.subscription-message.is-error {
    border-color: #fecaca;
    color: #991b1b;
    background: #fef2f2;
}
#newsletter-mensaje.subscription-message.is-error::before {
    content: '!';
    background: #ef4444;
}
#newsletter-mensaje.subscription-message a {
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
}
#form_newsletter_result:empty { display: none; }
@keyframes messageIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    body { padding: 16px 12px 76px; align-items: flex-start; }
    .container { padding: 0; }
    .container > .row { margin: 0; }
    .container > .row > .col-md-12 { padding: 30px 20px; border-radius: 22px; }
    h1.logo { padding-top: 0; font-size: clamp(32px,11vw,48px); }
    .store-logo { width: 150px; height: 150px; padding: 0; }
    .notify-form { display: flex; flex-direction: column; }
    .notify-form .form-control, .notify-form .input-group-btn, .notify-form .btn { display: block; width: 100%; }
    .newsletter-dialog { padding: 30px 22px 24px; border-radius: 20px; }
    .newsletter-dialog h2 { font-size: 22px; }
    .about-dialog { padding: 32px 22px 24px; border-radius: 20px; }
    #contact { align-items: center; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Diseno editorial claro 2026 */
:root {
    --accent: #22d3ee;
    --accent-dark: #0891b2;
    --accent-soft: rgba(34,211,238,.12);
    --ink: #f8fafc;
    --muted: #a7b5cb;
    --line: rgba(148,163,184,.22);
}
body {
    padding: 42px 22px 96px;
    color: var(--ink);
    background: #070b1c;
}
body::before {
    z-index: 0;
    background:
        radial-gradient(circle at 10% 14%, rgba(124,58,237,.55), transparent 32%),
        radial-gradient(circle at 90% 82%, rgba(6,182,212,.45), transparent 34%),
        linear-gradient(135deg, rgba(4,7,24,.92), rgba(15,23,42,.78));
}
body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .42;
    background-image: linear-gradient(rgba(103,232,249,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(103,232,249,.08) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
#backgroundImages { opacity: .22; filter: saturate(1.15) blur(1px); }
.container { position: relative; z-index: 2; }
.container > .row > .col-md-12 {
    width: min(100%, 820px);
    padding: clamp(34px, 6vw, 68px);
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 36px;
    color: var(--ink);
    background: rgba(8,13,32,.88);
    box-shadow: 0 35px 100px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
.container > .row > .col-md-12::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 112px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #8b5cf6, #22d3ee);
    transform: translateX(-50%);
}
.status-pill {
    padding: 9px 14px;
    border-color: rgba(34,211,238,.3);
    color: #a5f3fc;
    background: rgba(8,145,178,.13);
    box-shadow: 0 8px 24px rgba(34,211,238,.08);
}
.status-pill span { background: #10b981; box-shadow: 0 0 0 5px rgba(16,185,129,.12); }
.store-logo {
    width: 172px;
    height: 172px;
    margin: 28px auto 22px;
    border: 6px solid #fff;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(34,211,238,.32), 0 20px 50px rgba(34,211,238,.2);
}
h1.logo {
    max-width: 680px;
    margin: 18px auto 12px;
    color: #fff;
    font-size: clamp(38px, 7vw, 68px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.055em;
}
#text_slider { min-height: 62px; }
#text_slider h2 { color: #cbd5e1; font-size: clamp(19px, 3vw, 25px); font-weight: 500; }
.intro { margin: 20px auto 24px; color: #94a3b8; font-size: 15px; }
.notify-trigger {
    min-height: 56px;
    padding: 0 26px;
    border-radius: 999px;
    color: #fff;
    color: #07111f;
    background: linear-gradient(135deg, #22d3ee, #67e8f9);
    box-shadow: 0 14px 32px rgba(34,211,238,.25);
    transition: transform .2s ease, box-shadow .2s ease;
}
.notify-trigger:hover, .notify-trigger:focus {
    color: #07111f;
    background: linear-gradient(135deg, #67e8f9, #a5f3fc);
    box-shadow: 0 18px 38px rgba(34,211,238,.34);
    transform: translateY(-2px);
}
#contact {
    margin: 34px 0 14px;
    padding-top: 24px;
    border-top: 1px solid rgba(148,163,184,.2);
}
#contact a { color: #b8c4d6; font-weight: 600; }
#contact a:hover { color: #67e8f9; }
#contact i { color: #22d3ee; }
.btn-transparent {
    width: 42px;
    height: 42px;
    border-color: rgba(148,163,184,.24);
    color: #cbd5e1;
    background: rgba(255,255,255,.055);
}
.btn-transparent:hover, .btn-transparent:focus { border-color: #22d3ee; color: #07111f; background: #22d3ee; transform: translateY(-2px); }
.about-trigger {
    margin-top: 17px;
    border-color: rgba(148,163,184,.24);
    color: #e2e8f0;
    background: rgba(255,255,255,.055);
}
.about-trigger:hover, .about-trigger:focus { border-color: rgba(34,211,238,.5); color: #67e8f9; background: rgba(34,211,238,.08); }
.about-trigger-icon { color: #07111f; background: linear-gradient(135deg, #22d3ee, #8b5cf6); }
#footer { z-index: 2; color: #94a3b8; }
#footer a { color: #67e8f9; font-weight: 700; }

@media (max-width: 600px) {
    body { padding: 14px 10px 76px; }
    .container > .row > .col-md-12 { padding: 34px 20px 30px; border-radius: 26px; }
    .store-logo { width: 142px; height: 142px; margin-top: 24px; }
    h1.logo { font-size: clamp(34px, 12vw, 48px); }
    #contact { gap: 12px; }
    #contact a { width: 100%; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.055); }
    .notify-trigger { width: 100%; }
}
