html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }
@media print {
    body { margin: 0; background: white; }
    .blurred-background { display: none; }
    .container { box-shadow: none; max-width: 100%; }
    .cta-section, .contact-form, .quick-contact, .quick-nav-button { display: none; }
}
body {
    font-family: 'Inter', -apple-system, blinkmacsystemfont, 'segoe ui', 'calibri', 'helvetica', arial, sans-serif;
    font-weight: 400; line-height: 1.7; background: none; 
    color: #2d3748; padding: 0 20px 20px 20px; font-size: 17px;
}
:root {
    /* === CHANGED THESE COLORS === */
    --main-blue: #2465eb; 
    --light-blue: #e9effd; /* lighter shade for new blue */
    --dark-blue: #1e52bc; /* darker shade for new blue */
    
    --bg-color: #ffffff; --text-color: #2d3748; --section-bg: rgba(255, 255, 255, 0.95);
    --subtle-gray-border: #e2e8f0;
    [data-theme="dark"] {
        --main-blue: #60a8ff; --light-blue: #0e1722; --dark-blue: #1b2d42;
        --bg-color: #0b0c10; --text-color: #e5e5e5; --section-bg: rgba(20, 22, 25, 0.9);
    }
    --mobile-horizontal-padding: 15px;
}

/* Sleek Top Announcement Bar */
.top-bar-cta {
    display: block;
    text-align: center;
    padding: 6px 12px; /* slimmer on desktop */
    background-color: var(--main-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 16px 16px 0 0;
    margin: 0 auto;
    max-width: 1000px;
    cursor: pointer;

    position: relative;
    overflow: hidden;

    transition: background-color 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    outline: 1px solid rgba(255,255,255,0.15);
}

.top-bar-cta:hover {
    background-color: #3d79ff; /* lighter hover for premium lift */
    box-shadow: 0 10px 28px rgba(0,0,0,0.10);
}

@media (max-width: 768px) {
  .top-bar-cta {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0; 
    max-width: 100%;
  }
}


.blurred-background {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background-color: #111111; background-image: url('https://i.imgur.com/whYpfHq.png'); 
    background-size: 120%; background-position: center; filter: none; z-index: -1;
    opacity: 0; transition: opacity 0.6s ease;
}
.blurred-background.loaded { opacity: 1; }
.skip-link { position: absolute; top: 0px; left: 0; background: transparent; color: transparent; padding: 8px; text-decoration: none; z-index: 100; }
.skip-link:focus { top: 0; }
.container {
    background: transparent; max-width: 1000px; margin: 0 auto; padding: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.50); 
    overflow: hidden; position: relative;
}
.header {
    /* === CHANGED: updated to new blue color (rgba of #2465eb) === */
    background-color: rgba(36, 101, 235, 0.75); 
    color: white; text-align: center;
    padding: 60px 40px; position: relative; overflow: hidden;
    border-bottom: 4px solid #d4af37;
}
.lang-toggle {
    position: fixed; top: 15px; right: 20px; width: fit-content; height: fit-content;
    background: transparent; border: none; padding: 8px 12px; border-radius: 6px; cursor: pointer;
    font-size: 24px; transition: all 0.3s ease; z-index: 1001;
    backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
    color: inherit;
    opacity: 1;
    display: block;
}
.lang-toggle span {
    display: inline-block;
    opacity: 1;
    filter: none;
}
.lang-toggle:hover { 
    background: rgba(255, 255, 255, 0.2); 
    transform: scale(1.1);
}
.lang-toggle:focus { outline: none; }
.header::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
    opacity: 0.4;
}
.header::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    /* === CHANGED: updated to new blue color (rgba of #2465eb) === */
    background: linear-gradient(180deg, rgba(36, 101, 235, 0) 0%, rgba(36, 101, 235, 0.7) 100%); 
    z-index: 1;
}
h1 { font-size: 48px; margin: 0 0 15px 0; font-weight: 700; position: relative; letter-spacing: 0.5px; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); z-index: 2; }
.subtitle { font-size: 20px; opacity: 0.95; font-weight: 400; position: relative; max-width: 600px; margin: 0 auto; z-index: 2; }
main { padding: 50px 60px; background: rgba(255, 255, 255, 0.95); }
.highlight-box {
    border: 2px solid #d4af37; padding: 30px; margin: 40px 0;
    font-size: 32px; font-weight: 600; color: #6b5d2e; border-radius: 8px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.1); text-align: center;
    background: linear-gradient(135deg, #fffaf0 0%, #fef8e4 100%);
}

/* Sheen Effect */
.highlight-box {
    position: relative;
    overflow: hidden;
}

.highlight-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.70),
        transparent
    );
    transform: skewX(-20deg);
    animation: sheen 6s ease-in-out infinite;
}

@keyframes sheen {
    0%   { left: -150%; }
    60%  { left: 150%; }
    100% { left: 150%; }
}



.guarantee-box {
    /* === NEW: cleaner gradient === */
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%); 
    border: 2px solid var(--main-blue); padding: 30px;
    font-size: 20px; font-weight: 600; color: var(--dark-blue); border-radius: 8px;
    box-shadow: 0 4px 15px rgba(55, 136, 216, 0.1); margin: 60px 0;
    text-align: center; transition: all 0.3s ease;
}
/* === UPGRADED: GUARANTEE BOX ANIMATION === */
.guarantee-box:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(55, 136, 216, 0.2);
    border-color: #d4af37; /* Gold accent border on hover */
}
.section {
    margin: 80px 0; background: white; padding: 40px; border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04); transition: box-shadow 0.3s ease;
}
/* === NEW: DROP OFF SECTION FONT SIZE === */
[data-i18n="drop-off-p"] {
    font-size: 1.1rem; /* Bumps up from 17px to ~18-19px */
    line-height: 1.8;
    color: #475569;
    margin-bottom: 25px;
}
.fade-in-section { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.fade-in-section.is-visible { opacity: 1; transform: translateY(0); }
h2 { color: var(--main-blue); font-size: 32px; margin: 0 0 35px 0; font-weight: 700; display: flex; align-items: center; gap: 15px; }
h3 { font-weight: 700; }

/* === NEW: lowercase and sleek text === */
h1, h2, h3, .service-title, .btn, .service-cta {
    text-transform: lowercase;
}
h1 { letter-spacing: 1px; }
h2 { letter-spacing: 0.5px; }
/* === end new text rules === */

.icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: white; border-radius: 6px; color: #2d3748; font-size: 24px; flex-shrink: 0; border: 2px solid var(--main-blue); box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.section:hover > h2 > .icon { transform: rotate(-3deg) scale(1.05); }
.service-grid { display: grid; gap: 30px; margin-top: 30px; }
.service-card {
    /* === NEW: subtle gradient background === */
    background: linear-gradient(145deg, #ffffff 0%, #fcfdff 100%);
    border: 3px solid var(--subtle-gray-border); border-radius: 8px;
    padding: 30px; transition: all 0.3s ease; position: relative; overflow: hidden;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(55, 136, 216, 0.5); border-color: var(--main-blue); }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, #d4af37 0%, #e6c665 100%); transform-origin: bottom; transform: scaleY(0); transition: transform 0.4s ease; }
.service-card:hover::before { transform: scaleY(1); }
.service-header { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 15px; }
.service-icon { width: 50px; height: 50px; background: white; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #2d3748; font-size: 26px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border: 2px solid var(--main-blue); }
.service-content { flex: 1; }
.service-title { font-size: 22px; font-weight: 700; color: #2d3748; margin-bottom: 12px; line-height: 1.3; }
.service-description { color: #64748b; margin-bottom: 15px; font-size: 16px; line-height: 1.6; }
.service-price { font-weight: 700; color: var(--dark-blue); font-size: 24px; display: inline-block; background-color: var(--light-blue); padding: 8px 20px; border-radius: 6px; border: 2px solid #d4af37; margin-bottom: 15px; }
.service-cta {
    margin-top: 0;
    display: block;
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(to right, #2465eb, #2465eb); /* flat blue as gradient */
    color: white;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-cta:hover {
    transform: scale(1.01);
    background: linear-gradient(to right, #2465eb, #3d79ff); /* real hover gradient */
    box-shadow: 0 4px 12px rgba(55, 136, 216, 0.4);
}

.btn:active, .service-cta:active { transform: scale(0.98); transition-duration: 0.1s; }
.quick-contact { margin-top: 20px; padding: 20px; background: rgba(255, 250, 239); color: white; border: 2px solid #d4af37; border-radius: 6px; display: none; }
.quick-contact.active { display: block; animation: slideDown 0.3s ease; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.form-success { background: #d4edda; color: #155724; padding: 15px; border-radius: 6px; margin-bottom: 15px; border: 2px solid #c3e6cb; display: none; }
.note { background: #f0f5fa; border-left: 4px solid var(--main-blue); padding: 20px; margin-top: 25px; font-size: 15px; color: #475569; border-radius: 4px; font-style: italic; }
.divider { height: 1px; background: linear-gradient(90deg, transparent 0%, #e8eef5 20%, #e8eef5 80%, transparent 100%); margin: 60px 0; }
.cta-section { 
    /* === CHANGED: updated to new blue color (rgba of #2465eb) === */
    background-color: #2465eb; 
    color: white; padding: 60px 40px; text-align: center; margin: 60px -60px 0 -60px; border-top: 4px solid #d4af37; 
}
.cta-section h2 { color: white; margin-bottom: 25px; justify-content: center; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.btn { padding: 16px 40px; font-size: 18px; font-weight: 600; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; border: none; cursor: pointer; }
.btn:focus { outline: 3px solid #d4af37; outline-offset: 3px; }
.btn-primary { background: white; color: var(--main-blue); box-shadow: 0 4px 15px rgba(0,0,0,0.1);  border: 1px solid #d4af37; --x: 50%; --y: 50%; } 
.btn-primary:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    background: white; 
}
.btn-secondary { background: transparent; color: white; border: 1px solid white; }
.btn-secondary:hover { 
    background: rgba(255,255,255,0.2); 
    transform: translateY(-3px); 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}
.contact-form { background: rgba(255, 255, 255, 0.95); padding: 50px; margin: 60px -60px 0 -60px; }
.contact-form h2 { text-align: center; margin-bottom: 40px; justify-content: center; }
.form-grid { display: grid; gap: 25px; max-width: 700px; margin: 0 auto; }
.form-group { display: flex; flex-direction: column; gap: 10px; }
label { font-weight: 600; color: #2d3748; font-size: 16px; }
input, textarea, select { padding: 14px 18px; border: 1px solid var(--subtle-gray-border); border-radius: 6px; font-size: 16px; font-family: inherit; transition: all 0.3s ease; background: white; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--main-blue); box-shadow: none; background-color: #f7faff; }
textarea { resize: vertical; min-height: 120px; }
.footer { background-color: #2465eb; color: white; text-align: center; padding: 45px; font-size: 18px; font-weight: 600; line-height: 2; }
.footer-links {
    display: inline-flex;
    gap: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 12px;
}
.footer-links a {
    color: white;
    text-decoration: none;
}
.footer-links a:hover {
    opacity: 0.8;
}

.footer strong {
    display: block;
    margin-bottom: 25px;   /* adjust this number (20–30px) */
}


/* === UPGRADED: POLICY ACCORDION STYLES === */
/* ============================
   FOOTER POLICY (FINAL VERSION)
   ============================ */

.footer .policy-info {
    margin: 25px auto 0 auto;
    max-width: 1000px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    text-align: left;      /* Ensure left alignment here */

}

.policy-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.policy-toggle:hover {
    background-color: rgba(212, 175, 55, 0.2);
}

.policy-toggle p {
    font-size: 16px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    margin: 0;
    text-align: left;      /* Fix: remove centering */
    flex-grow: 1;
}
/* === Centered Policy Accordion Text === */
.policy-info {
  text-align: center !important;
}

.policy-toggle {
  justify-content: center !important;
  gap: 8px;
}

.policy-toggle p {
  text-align: center !important;
  width: 100%;
}


.toggle-icon {
    font-size: 28px;
    color: #d4af37;
    font-weight: 300;
    transition: transform 0.3s ease;
    line-height: 1;
}

.policy-toggle.active .toggle-icon {
    transform: rotate(135deg);
}

.policy-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.policy-content.show {
    max-height: 600px;
}

/* REAL BULLETS with GOLD ACCENT */
.policy-content ul {
    list-style: none;
    padding: 15px 25px;
    margin: 0;
    text-align: left;        /* Force left alignment inside */
}

.policy-content ul li {
    position: relative;
    font-size: 12px;
    font-weight: 50;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 18px;
}

.policy-content ul {
    list-style: none;
    padding: 15px 25px;
    margin: 0;
    text-align: left;
}

.policy-content ul li {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 18px;
}

.policy-content ul li::before {
    content: '-';           /* Proper bullet */
    color: #d4af37;         /* Gold bullet color */
    font-size: 12px;        /* Slightly larger for premium feel */
    position: absolute;
    left: 0;
    top: 2px;
}



.loading { opacity: 0.6; pointer-events: none; }
.spinner { display: inline-block; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; border-top-color: white; animation: spin 0.6s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.quick-nav-button {
    position: fixed; top: 20px; left: 10px; z-index: 1000;
    padding: 10px 18px; font-size: 15px; font-weight: 600; background-color: rgba(255, 255, 255, 0.9);
    color: var(--dark-blue); border: 1px solid var(--subtle-gray-border); border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: all 0.3s ease;
}
.quick-nav-button:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); background-color: #f7f9fb; }
.quick-nav-menu {
    position: fixed; top: 70px; left: 10px; z-index: 999; 
    border-radius: 8px; box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    overflow: hidden; opacity: 0;
    transform: translateY(-10px); visibility: hidden; 
    transition: all 0.3s ease;
}
.quick-nav-menu.show { opacity: 1; transform: translateY(0); visibility: visible; }
.quick-nav-menu a { display: block; padding: 12px 25px; color: #2d3748; text-decoration: none; font-size: 16px; font-weight: 600; transition: background-color 0.2s ease, color 0.2s ease; }
.quick-nav-menu a:hover { background-color: var(--light-blue); color: var(--main-blue); }
.quick-nav-menu a:not(:last-child) { border-bottom: 1px solid var(--subtle-gray-border); }

@media (max-width: 768px) {
    body { padding: 0; font-size: 16px; }
    main { padding-top: 50px; }
    :root { --mobile-horizontal-padding: 15px; }
    .header { padding: 40px var(--mobile-horizontal-padding); }
    main { padding: 30px var(--mobile-horizontal-padding); }
    .section { padding: 25px 20px; margin: 60px 0; }
    h1 { font-size: 30px; }
    .subtitle { font-size: 17px; }
    
    /* ✅ Wider yellow form */
    .quick-contact {
        width: 92% !important;
        max-width: 92% !important;
        margin: 15px auto 0 auto;
        padding: 14px 16px;
        box-sizing: border-box;
    }



    h2 { font-size: 24px; }
    .highlight-box, .guarantee-box { font-size: 18px; padding: 25px 20px; }
    .guarantee-box { margin: 40px 0; }
    .service-card { padding: 20px; }
    .service-title { font-size: 19px; }
    .service-price { font-size: 20px; }

    /* ✅ Fix select text readability */
    .quick-contact select {
        width: 100% !important;max-width: 100% !important;
        font-size: 16px !important;
        white-space: normal !important;
    }






    .quick-contact input,
    .quick-contact textarea,
    .quick-contact select {
        padding: 10px 12px;
    }

    .cta-section, .contact-form { margin-left: calc(-1 * var(--mobile-horizontal-padding)); margin-right: calc(-1 * var(--mobile-horizontal-padding)); padding: 40px var(--mobile-horizontal-padding); }
    .cta-buttons { flex-direction: column; }
    .btn { width: 100%; justify-content: center; }
    .top-bar-cta { 
        max-width: 100%; 
        border-radius: 0; 
        font-size: 14px; /* CHANGED: slightly smaller font */
        padding: 10px 15px; /* CHANGED: reduced vertical padding */
    }
    .container { border-radius: 0; }
    
    /* === FIXED: MOBILE QUICK NAV & LANG TOGGLE OVERLAP === */
    .lang-toggle {
        top: 15px; right: 15px; bottom: auto;
        font-size: 22px;
    }
    .quick-nav-button {
        top: 48px; left: 10px; /* Positioned left of the lang toggle */
    }
    .quick-nav-menu { top: 100px; left: 20px; width: 200px; }
}
.blurred-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #111111; background-image: url('https://i.imgur.com/whYpfHq.png'); background-repeat: no-repeat; background-size: auto; background-position: center center; filter: none; z-index: -1; opacity: 0; transition: opacity 0.6s ease; }
@media (max-width: 768px) { .contact-form .btn.btn-primary { display: flex; justify-content: center; align-items: center; margin: 20px auto 0 auto; width: 100%; text-align: center; } }
.contact-form { background: transparent; padding-top: 40px; padding-bottom: 40px; }
.contact-form .form-grid { background: rgba(255,255,255,0.98); max-width: 700px; margin: 0 auto; padding: 28px; border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); border-top: 4px solid #0053ff; border-bottom: 4px solid #85868e; display: block; }
.contact-form h2 { text-align: center; margin-top: 0; margin-bottom: 18px; }
.contact-form .btn.btn-primary { max-width: 420px; margin: 18px auto 0; display: block; justify-content: center; }
@media (max-width: 420px) {
    .contact-form .form-grid { padding: 18px; margin-left: 12px; margin-right: 12px; }
    .contact-form .btn.btn-primary { width: 100%; max-width: none; }
    .quick-nav-button { left: 10px; } /* Adjust for very narrow screens */
}
.contact-form { background: rgba(255, 255, 255, 0.95); padding-top: 40px; padding-bottom: 40px; }


/*  DESKTOP RESET for Top CTA (place this OUTSIDE any @media) */
.top-bar-cta {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.info-box-blue {
  background: linear-gradient(to right, #e7edfc 0%, #f5f8ff 100%); /* subtle left fade */
  border-left: 3px solid #2465eb;
  color: #2d407a;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  box-shadow: 0 1px 4px rgba(36, 101, 235, 0.08);
}

.info-box-blue {
  display: block !important;
  background: linear-gradient(to right, #e7edfc 0%, #f5f8ff 100%) !important;
  color: #2d407a !important;
  z-index: 1;

}

.info-box-blue strong {
  font-weight: 900;
}




.service-note {
  background: linear-gradient(to right, #fff7d6 0%, #fffbe9 100%);
  border-left: 3px solid #e6c665;
  color: #665c22;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5;
  box-shadow: 0 1px 4px rgba(230, 198, 101, 0.15);
}


/* === NAV RESURRECTION 9000 === */
.main-nav {
  all: unset;
  display: flex !important;
  justify-content: center;
  gap: 2.5rem;
  position: relative;
  z-index: 2000 !important; /* Bring it to the top */
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.main-nav a {
  font-family: "Inter", sans-serif;
  color: #1a1a1a !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.25s ease;
}

.main-nav a:hover {
  color: #2465eb !important;
}

/* Desktop */
@media (min-width: 769px) {
  .quick-nav-button,
  .quick-nav-menu {
    display: none !important;
  }

  .main-nav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .main-nav {
    display: none !important;
  }

.quick-nav-button {
  position: fixed;
  bottom: 6px;
  left: 20px;
  background: none !important;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 20px;
  color: white;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: fit-content;
  width: fit-content;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}






  .quick-nav-menu {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    overflow: hidden;
  }

  .quick-nav-menu a {
    color: #1a1a1a;
    display: block;
    padding: 12px 16px;
  }

  .quick-nav-menu a:hover {
    background: rgba(36, 101, 235, 0.08);
    color: #2465eb;
  }
}

/* === Scroll color change for Quick Nav === */
.quick-nav-button.scrolled {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #2465eb !important;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* === Cursor Glow Effect === */
.cursor-glow {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 220px; /* was 180px — bigger radius */
  height: 220px;
  background: radial-gradient(circle, rgba(36, 101, 235, 0.55) 0%, rgba(36, 101, 235, 0) 80%); /* stronger intensity */
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: blur(30px); /* was 45px — softer, but spreads more light */
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.1s ease;
}


button:hover ~ .cursor-glow,
.btn:hover ~ .cursor-glow,
.service-cta:hover ~ .cursor-glow {
  opacity: 1;
}

/* === TRUST BADGES === */
.trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid var(--subtle-gray-border);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: var(--main-blue);
}

.badge-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.badge-text {
  font-weight: 600;
  color: #2d3748;
  font-size: 15px;
}

/* === TESTIMONIALS === */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.testimonial-card {
  background: linear-gradient(145deg, #ffffff 0%, #fcfdff 100%);
  border: 2px solid var(--subtle-gray-border);
  border-radius: 8px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(36, 101, 235, 0.15);
  border-color: var(--main-blue);
}

.testimonial-rating {
  color: #d4af37;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3748;
  margin-bottom: 15px;
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  color: var(--main-blue);
  font-size: 14px;
}

/* === FAQ SECTION === */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 2px solid var(--subtle-gray-border);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--main-blue);
}

.faq-question {
  width: 100%;
  background: white;
  border: none;
  padding: 20px 25px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #2d3748;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: var(--light-blue);
  color: var(--main-blue);
}

.faq-icon {
  font-size: 24px;
  color: var(--main-blue);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #f8f9fa;
}

.faq-answer.show {
  max-height: 300px;
  padding: 20px 25px;
}

.faq-answer p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 16px;
}

/* === BUSINESS HOURS === */
.business-hours {
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.business-hours h3 {
  font-size: 18px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.business-hours p {
  font-size: 16px;
  margin: 6px 0;
  color: white;
  font-weight: 400;
}

/* === STICKY MOBILE CTA === */
.sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--main-blue) 0%, var(--dark-blue) 100%);
  color: white;
  padding: 16px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(36, 101, 235, 0.4);
  z-index: 999;
  transition: all 0.3s ease;
  display: none;
  animation: pulse-cta 2s infinite;
}

.sticky-cta:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 32px rgba(36, 101, 235, 0.5);
}

@keyframes pulse-cta {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(36, 101, 235, 0.4);
  }
  50% {
    box-shadow: 0 8px 32px rgba(36, 101, 235, 0.6);
  }
}

@media (max-width: 768px) {
  .sticky-cta {
    display: block;
  }
  
  .trust-badges {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  
  .badge {
    flex-direction: column;
    text-align: center;
    padding: 14px;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* 1. BUTTON WRAPPER - handles positioning and clipping */
.button-wrapper {
  /* give it the same size and position as the button */
  display: inline-block; 
  position: relative;
  border-radius: inherit;
  /* 🌟 THE FIX: The wrapper hides the pulse center, but lets the shadow expand */
  overflow: hidden; 
}

/* 2. THE BUTTON - the animation is a box-shadow that expands outside */
.contact-form .btn.btn-primary {
  /* keep your core button styles */
  position: relative;
  border: 2px solid #d4af37;
  background-color: white; 
  color: #2465eb;
  font-weight: 600;
  /* Important: Remove overflow and z-index from the button itself */
  overflow: visible; 
  z-index: 1; 
  
  /* Apply the animation to the button, using box-shadow for the pulse */
  animation: outward-border-pulse 1.8s infinite alternate ease-in-out;
  /* set initial box shadow that matches the border, but is slightly soft */
  box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
}

/* 3. KEYFRAMES - controls the breathing effect */
@keyframes outward-border-pulse {
  0% {
    /* subtle initial shadow on the button border */
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4);
  }
  100% {
    /* ✨ THE FIX: Shortened the scale from 1.3 to 1.1 */
    box-shadow: 0 0 0 10px rgba(212, 175, 55, 0), /* this inner shadow is fake, just for effect */
                0 0 0 20px rgba(212, 175, 55, 0.0); /* the main outward pulse, make it transparent to soften the edge */
    transform: scale(1.1); /* This now limits expansion to 10% beyond the button */
  }
}

.quick-nav-menu a {
  color: white;
  transition: color 0.3s ease;
}

.quick-nav-menu.scrolled a {
  color: #1a1a1a; /* turns black when scrolled */
}

/* base state — when you're at the top */
.quick-nav-menu {
  position: fixed;
  top: 65px;
  left: 12px;
  right: 12px;
  background: rgba(10, 25, 80, 0.35); /* transparent dark blue */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  overflow: hidden;
  transition: background-color 0.7s ease, color 0.7s ease;
}

/* links inside menu */
.quick-nav-menu a {
  display: block;
  padding: 14px 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.quick-nav-menu a:last-child {
  border-bottom: none;
}

/* scrolled state — when you're below the blue area */
.quick-nav-menu.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.quick-nav-menu.scrolled a {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

/* link color behavior + hover animations */

/* top of page (dark blur background) */
.quick-nav-menu a {
  color: #fff;
  transition: color 0.25s ease;
}

.quick-nav-menu a:hover {
  color: #ffffff; /* pure white hover on dark background */
}

/* when scrolled (light blur background) */
.quick-nav-menu.scrolled a {
  color: #000; /* normal text color on light background */
}

.quick-nav-menu.scrolled a:hover {
  color: #1a3cff; /* brand blue hover on light background */
}



/* --- hamburger menu animation --- */
.quick-nav-button {
  transition: transform 0.3s ease;
}

.quick-nav-button.is-open {
  transform: rotate(90deg);
}

.quick-nav-menu {
  margin-top: 8px; /* gives it breathing room below the button */
  transform-origin: top center;
  transition: margin-top 0.3s ease, transform 0.3s ease;
}

/* when menu is shown, keep alignment stable */
.quick-nav-menu.show {
  margin-top: 12px; /* adjusts slightly when open */
}

/* remove ugly tap highlight / focus glow on mobile */
.quick-nav-menu a,
.quick-nav-button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.quick-nav-menu a:focus,
.quick-nav-button:focus {
  outline: none;
  box-shadow: none;
}

.quick-nav-button {
  border: 1px solid transparent;
  transition: 
    background-color 0.4s ease, 
    color 0.4s ease, 
    box-shadow 0.4s ease, 
    border-color 0.4s ease,
    transform 0.3s ease; /* <-- this brings back the flip */
}

.quick-nav-button.scrolled {
  border-color: rgba(0, 0, 0, 0.08); /* just changes color instead of adding a new border */
}

/* ================================
   AMOLED DARK MODE
   Pure black for OLED screens
   ================================ */

.amoled-toggle {
  position: fixed;
  top: 15px;
  right: 65px;
  width: fit-content;
  height: fit-content;
  background: transparent;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease;
  z-index: 1001;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: inherit;
  opacity: 1;
  display: block;
}

.amoled-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

/* Dim emojis in dark mode to reduce brightness */
body.amoled-mode .service-icon,
body.amoled-mode .icon {
  filter: grayscale(100%) brightness(0.3);
  -webkit-filter: grayscale(100%) brightness(0.3);
}

body.amoled-mode .service-icon:hover,
body.amoled-mode .icon:hover {
  filter: grayscale(100%) brightness(0.5);
  -webkit-filter: grayscale(100%) brightness(0.5);
  transition: filter 0.3s ease;
}

/* Simple fix: just filter out the red color from the X emoji */
body.amoled-mode .service-cta {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* Terminal green hover on desktop nav in dark mode */
body.amoled-mode .main-nav a:hover {
  color: #00ff00 !important; /* classic terminal green */
  text-shadow: 0 0 8px rgba(0, 255, 0, 0.6);
}

/* Terminal green hover on mobile nav in dark mode */
body.amoled-mode .quick-nav-menu a:hover {
  color: #00ff00 !important;
  background-color: rgba(0, 255, 0, 0.05) !important;
}

/* Flash transition effect */
.mode-flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  animation: flashMode 0.3s ease;
}

@keyframes flashMode {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 0; }
}

/* ================================
   AMOLED MODE OVERRIDES
   ================================ */

body.amoled-mode {
  background: #000 !important;
  color: #e0e0e0 !important; /* softer white */
}

/* Background */
body.amoled-mode .blurred-background {
  background-color: #000 !important;
  background-image: url('https://i.imgur.com/uwWuqwx.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
}

/* Container */
body.amoled-mode .container {
  background: #000 !important;
  box-shadow: none !important;
}

/* Header */
body.amoled-mode .header {
  background-color: #000 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important; /* softer border */
  color: #e0e0e0 !important;
}

body.amoled-mode .header::before,
body.amoled-mode .header::after {
  display: none !important;
}

body.amoled-mode h1,
body.amoled-mode .subtitle {
  color: #e0e0e0 !important;
  text-shadow: none !important;
}

/* Top CTA Bar */
body.amoled-mode .top-bar-cta {
  background-color: #000 !important;
  color: #e0e0e0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  outline: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* Main content */
body.amoled-mode main {
  background: #000 !important;
  color: #e0e0e0 !important;
}

/* All sections */
body.amoled-mode .section {
  background: #000 !important;
  color: #e0e0e0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important; /* softer borders */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.03) !important; /* subtle glow */
}

/* Highlight boxes */
body.amoled-mode .highlight-box,
body.amoled-mode .guarantee-box {
  background: #000 !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important; /* softer border */
  color: #e0e0e0 !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05) !important; /* subtle outer glow */
}

body.amoled-mode .highlight-box::after {
  display: none !important;
}

/* Headings */
body.amoled-mode h2,
body.amoled-mode h3,
body.amoled-mode .service-title {
  color: #e0e0e0 !important;
}

/* Icons */
body.amoled-mode .icon {
  background: #000 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: #e0e0e0 !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05) !important;
}

body.amoled-mode .service-icon {
  background: #000 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  color: #e0e0e0 !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05) !important;
}

/* Service cards */
body.amoled-mode .service-card {
  background: #000 !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.03) !important;
}

body.amoled-mode .service-card::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%) !important;
}

body.amoled-mode .service-card:hover {
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.08) !important;
}

body.amoled-mode .service-description {
  color: #b0b0b0 !important;
}

body.amoled-mode .service-price {
  background-color: #000 !important;
  color: #e0e0e0 !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
}

/* Buttons */
body.amoled-mode .btn,
body.amoled-mode .service-cta {
  background: #000 !important;
  color: #e0e0e0 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.03) !important;
}

body.amoled-mode .btn:hover,
body.amoled-mode .service-cta:hover {
  background: #0a0a0a !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
}

body.amoled-mode .btn-primary {
  background: #000 !important;
  color: #e0e0e0 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

body.amoled-mode .btn-secondary {
  background: transparent !important;
  color: #e0e0e0 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

/* Forms */
body.amoled-mode .quick-contact {
  background: #000 !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  color: #e0e0e0 !important;
}

body.amoled-mode .contact-form {
  background: #000 !important;
  color: #e0e0e0 !important;
}

body.amoled-mode .contact-form .form-grid {
  background: #000 !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05) !important;
}

body.amoled-mode input,
body.amoled-mode textarea,
body.amoled-mode select {
  background: #000 !important;
  color: #e0e0e0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

body.amoled-mode input:focus,
body.amoled-mode textarea:focus,
body.amoled-mode select:focus {
  background-color: #0a0a0a !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.08) !important;
}

body.amoled-mode label {
  color: #c0c0c0 !important;
}

/* Info boxes */
body.amoled-mode .info-box-blue,
body.amoled-mode .service-note {
  background: #000 !important;
  border-left: 3px solid rgba(255, 255, 255, 0.3) !important;
  color: #c0c0c0 !important;
  box-shadow: none !important;
}

body.amoled-mode .note {
  background: #000 !important;
  border-left: 4px solid rgba(255, 255, 255, 0.3) !important;
  color: #c0c0c0 !important;
}

/* CTA Section */
body.amoled-mode .cta-section {
  background-color: #000 !important;
  border-top: 4px solid rgba(255, 255, 255, 0.25) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
  color: #e0e0e0 !important;
}

body.amoled-mode .cta-section h2 {
  color: #e0e0e0 !important;
}

/* Footer */
body.amoled-mode .footer {
  background-color: #000 !important;
  color: #e0e0e0 !important;
  border-top: 2px solid rgba(255, 255, 255, 0.25) !important;
}

body.amoled-mode .footer a {
  color: #e0e0e0 !important;
}

body.amoled-mode .policy-toggle {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.amoled-mode .policy-toggle p,
body.amoled-mode .toggle-icon {
  color: #c0c0c0 !important;
}

body.amoled-mode .policy-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.amoled-mode .policy-content ul li {
  color: #b0b0b0 !important;
}

body.amoled-mode .policy-content ul li::before {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* Navigation */
body.amoled-mode .main-nav {
  background: rgba(0, 0, 0, 0.95) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
}

body.amoled-mode .main-nav a {
  color: #e0e0e0 !important;
}

body.amoled-mode .main-nav a:hover {
  color: #b0b0b0 !important;
}

body.amoled-mode .quick-nav-button {
  background-color: #000 !important;
  color: #e0e0e0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: none !important;
}

body.amoled-mode .quick-nav-button.scrolled {
  background-color: #000 !important;
  color: #e0e0e0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

body.amoled-mode .quick-nav-menu {
  background: rgba(0, 0, 0, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05) !important;
}

body.amoled-mode .quick-nav-menu.scrolled {
  background: rgba(0, 0, 0, 0.98) !important;
}

body.amoled-mode .quick-nav-menu a {
  color: #e0e0e0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

body.amoled-mode .quick-nav-menu.scrolled a {
  color: #e0e0e0 !important;
}

body.amoled-mode .quick-nav-menu a:hover {
  background-color: rgba(255, 255, 255, 0.03) !important;
  color: #e0e0e0 !important;
}

/* Success messages */
body.amoled-mode .form-success {
  background: #000 !important;
  color: #e0e0e0 !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

/* Cursor glow (soften it) */
body.amoled-mode .cursor-glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 80%) !important;
}

/* Lang toggle */
body.amoled-mode .lang-toggle {
  background: transparent !important;
  filter: none !important;
}

body.amoled-mode .lang-toggle span {
  filter: none !important;
  opacity: 1 !important;
}

body.amoled-mode .lang-toggle:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}

body.amoled-mode .amoled-toggle {
  filter: none !important;
  opacity: 1 !important;
}

/* === TRUST BADGES === */
body.amoled-mode .trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

body.amoled-mode .badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
}

body.amoled-mode .badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

body.amoled-mode .badge-icon {
  font-size: 24px;
  flex-shrink: 0;
}

body.amoled-mode .badge-text {
  font-weight: 600;
  color: #2d3748;
  font-size: 15px;
}

/* === TESTIMONIALS === */
body.amoled-mode .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

body.amoled-mode .testimonial-card {
  background: linear-gradient(145deg, #ffffff 0%, #fcfdff 100%);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 25px;
  transition: all 0.3s ease;
  position: relative;
}

body.amoled-mode .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(36, 101, 235, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}

body.amoled-mode .testimonial-rating {
  color: #d4af37;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

body.amoled-mode .testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #2d3748;
  margin-bottom: 15px;
  font-style: italic;
}

body.amoled-mode .testimonial-author {
  font-weight: 600;
  color: #e0e0e0;
  font-size: 14px;
}

/* === FAQ SECTION === */
body.amoled-mode .faq-container {
  max-width: 800px;
  margin: 0 auto;
}

body.amoled-mode .faq-item {
  margin-bottom: 15px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

body.amoled-mode .faq-item:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

body.amoled-mode .faq-question {
  width: 100%;
  background: #000;
  border: none;
  padding: 20px 25px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

body.amoled-mode .faq-question:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #e0e0e0;
}

body.amoled-mode .faq-icon {
  font-size: 24px;
  color: #e0e0e0;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

body.amoled-mode .faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(135deg);
}

body.amoled-mode .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #f8f9fa;
}

body.amoled-mode .faq-answer.show {
  max-height: 300px;
  padding: 20px 25px;
}

body.amoled-mode .faq-answer p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
  font-size: 16px;
}

/* === BUSINESS HOURS === */
body.amoled-mode .business-hours {
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.amoled-mode .business-hours h3 {
  font-size: 18px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.amoled-mode .business-hours p {
  font-size: 16px;
  margin: 6px 0;
  color: #e0e0e0;
  font-weight: 400;
}

/* === STICKY MOBILE CTA === */
body.amoled-mode .sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #000 0%, #0a0a0a 100%);
  color: #e0e0e0;
  padding: 16px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 999;
  transition: all 0.3s ease;
  display: none;
  animation: pulse-cta 2s infinite;
}

body.amoled-mode .sticky-cta:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

@keyframes pulse-cta {
  0%, 100% {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 768px) {
  .amoled-toggle {
    top: 15px;
    right: 60px;
    font-size: 22px;
  }
  
  .lang-toggle {
    font-size: 22px;
    padding: 8px 12px;
  }
  
  .trust-badges {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
  }
  
  .badge {
    flex-direction: column;
    text-align: center;
    padding: 14px;
  }
  
  .badge-icon {
    font-size: 20px;
  }
  
  .badge-text {
    font-size: 13px;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonial-card {
    padding: 20px;
  }
  
  .faq-question {
    font-size: 15px;
    padding: 16px 20px;
  }
  
  .faq-answer p {
    font-size: 14px;
  }
  
  .business-hours h3 {
    font-size: 16px;
  }
  
  .business-hours p {
    font-size: 14px;
  }
  
  .sticky-cta {
    display: block;
    bottom: 80px;
    right: 15px;
    padding: 14px 24px;
    font-size: 15px;
  }
}