* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #fefaf5;
    color: #1c1c1c;
    line-height: 1.5;
}

/* Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.03);
    padding: 0.65rem 0;
    transition: all 0.2s;
}
.navbar-brand {
    color: #1f2f3a;
}

.storiio-brand {
    align-items: center;
    display: inline-flex;
    gap: 0.68rem;
    min-height: 48px;
    text-decoration: none;
}

.storiio-brand:hover {
    color: #1f2f3a;
}

.storiio-brand-mark {
    align-items: center;
    background: #fff;
    border: 1px solid #eadfd5;
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(31, 47, 58, 0.08);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    overflow: hidden;
    padding: 3px;
    width: 46px;
}

.storiio-brand-mark img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.36);
    width: 100%;
}

.storiio-brand-text {
    background: linear-gradient(135deg, #1a2a3a, #2c3e4e);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: -0.8px;
    line-height: 1;
}
.nav-link {
    font-weight: 500;
    color: #2c3e4e;
    margin: 0 0.25rem;
    transition: color 0.2s;
    font-size: 0.95rem;
}
.nav-link:hover {
    color: #c9773e;
}
.nav-icon-link {
    color: #2c3e4e !important;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nav-icon-link:hover {
    color: #c9773e !important;
    transform: scale(1.15);
}

.nav-products-menu,
.nav-services-menu {
    position: relative;
}

.products-mega-menu {
    border: 1px solid #eadfd5;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(31, 47, 58, 0.16);
    left: 50% !important;
    margin-top: 0.9rem;
    max-width: min(930px, calc(100vw - 32px));
    padding: 1.35rem;
    top: 100% !important;
    transform: translateX(-50%) !important;
    width: 930px;
}

.products-mega-menu::before {
    background: #fff;
    border-left: 1px solid #eadfd5;
    border-top: 1px solid #eadfd5;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: -9px;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
}

.products-mega-grid {
    display: grid;
    gap: 0.75rem 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-menu-card {
    align-items: flex-start;
    border-radius: 14px;
    color: #1f2f3a;
    display: flex;
    gap: 0.9rem;
    min-height: 116px;
    padding: 1rem;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product-menu-card:hover {
    background: #fdf7f0;
    box-shadow: 0 14px 30px rgba(31, 47, 58, 0.08);
    color: #1f2f3a;
    transform: translateY(-2px);
}

.product-menu-icon {
    align-items: center;
    background: #c9773e14;
    border: 1px solid #efd8c7;
    border-radius: 13px;
    color: #c9773e;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 1.1rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.product-menu-card strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.25;
    margin-bottom: 0.38rem;
}

.product-menu-card small {
    color: #66717d;
    display: block;
    font-size: 0.84rem;
    line-height: 1.45;
}

.product-menu-card-highlight {
    background: linear-gradient(135deg, #1f2f3a 0%, #314452 100%);
    color: #fff;
}

.product-menu-card-highlight:hover {
    background: linear-gradient(135deg, #263947 0%, #405463 100%);
    color: #fff;
}

.product-menu-card-highlight .product-menu-icon {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    color: #f0b077;
}

.product-menu-card-highlight small {
    color: rgba(255, 255, 255, 0.75);
}

/* Hero Section - Showcase Ready-Made Solutions */
.hero-section {
    background: linear-gradient(120deg, #f0ede8 0%, #faf6f0 100%);
    padding: 3.4rem 0 3rem;
    border-bottom: 1px solid #eee5dc;
}
.hero-badge {
    display: inline-block;
    background: #c9773e20;
    color: #b45a2e;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 1.2rem;
}
.hero-title {
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2f3a;
}
.hero-highlight {
    color: #c9773e;
    border-bottom: 3px solid #eac8b0;
}
.hero-description {
    font-size: 1.1rem;
    color: #4a5b68;
    max-width: 550px;
    margin: 1.5rem 0;
}
.btn-hero {
    align-items: center;
    background: #1f2f3a;
    border: none;
    color: white;
    display: inline-flex;
    font-weight: 600;
    gap: 0.45rem;
    justify-content: center;
    min-height: 54px;
    padding: 0.9rem 2rem;
    border-radius: 40px;
    transition: all 0.25s;
    box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}
.btn-hero:hover {
    background: #c9773e;
    color: #fff;
    transform: translateY(-2px);
}
.btn-hero-secondary {
    align-items: center;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #d8c8ba;
    border-radius: 40px;
    color: #1f2f3a;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    min-height: 54px;
    padding: 0.9rem 1.85rem;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.btn-hero-secondary:hover {
    background: #fff;
    border-color: #c9773e;
    color: #c65f2e;
    box-shadow: 0 14px 28px rgba(31, 47, 58, 0.12);
    transform: translateY(-2px);
}

.free-launch-section {
    background: #fff;
    border-bottom: 1px solid #eee5dc;
    border-top: 1px solid #eee5dc;
    padding: 2.6rem 0;
}

.free-launch-card {
    background: linear-gradient(135deg, #1f2f3a 0%, #314452 100%);
    border-radius: 30px;
    box-shadow: 0 26px 58px -34px rgba(31, 47, 58, 0.75);
    color: #fff;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}

.free-launch-card::after {
    background: radial-gradient(circle, rgba(240, 176, 119, 0.32), transparent 62%);
    content: "";
    height: 260px;
    position: absolute;
    right: -80px;
    top: -90px;
    width: 260px;
}

.free-launch-content,
.free-launch-price {
    position: relative;
    z-index: 1;
}

.free-launch-content h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.9px;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.free-launch-content p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.4rem;
    max-width: 620px;
}

.free-launch-points {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.2rem;
}

.free-launch-point {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    display: flex;
    gap: 0.65rem;
    padding: 0.9rem;
}

.free-launch-point i {
    color: #f0b077;
}

.free-launch-point span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
}

.free-launch-price {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    padding: 1.4rem;
}

.free-launch-price .trial-label {
    color: #f0b077;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}

.free-launch-price strong {
    display: block;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 850;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0.65rem 0;
}

.free-launch-price small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    line-height: 1.55;
}

.free-launch-btn {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f2f3a;
    display: inline-flex;
    font-weight: 800;
    gap: 0.55rem;
    justify-content: center;
    margin-top: 1.1rem;
    padding: 0.9rem 1.2rem;
    text-decoration: none;
    width: 100%;
}

.free-launch-btn:hover {
    color: #c9773e;
}

.theme-support-section {
    background: #fff;
    border-bottom: 1px solid #eee5dc;
    border-top: 1px solid #eee5dc;
    padding: 3rem 0;
}

.theme-support-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.theme-support-card {
    background: #fff;
    border: 1px solid #f0e4d8;
    border-radius: 22px;
    box-shadow: 0 18px 34px -28px rgba(31, 47, 58, 0.42);
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.theme-support-card:hover {
    box-shadow: 0 24px 42px -28px rgba(31, 47, 58, 0.45);
    transform: translateY(-4px);
}

.theme-preview {
    align-items: flex-end;
    background: linear-gradient(135deg, #1f2f3a, #c9773e);
    display: flex;
    min-height: 128px;
    padding: 1rem;
}

.theme-preview.jewellery {
    background: linear-gradient(135deg, #f7e7d6, #b56b42);
}

.theme-preview.fashion {
    background: linear-gradient(135deg, #101820, #e6b17e);
}

.theme-preview.electronics {
    background: linear-gradient(135deg, #152b46, #55b7d9);
}

.theme-preview.grocery {
    background: linear-gradient(135deg, #1f6f43, #d9c86c);
}

.theme-preview.beauty {
    background: linear-gradient(135deg, #6f375c, #f2b4c8);
}

.theme-preview.custom {
    background: linear-gradient(135deg, #1f2f3a, #f0b077);
}

.theme-preview span {
    background: rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    color: #1f2f3a;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.38rem 0.75rem;
}

.theme-support-body {
    padding: 1.25rem;
}

.theme-support-body h4 {
    color: #1f2f3a;
    font-size: 1.05rem;
    font-weight: 750;
    margin-bottom: 0.45rem;
}

.theme-support-body p {
    color: #5f6f7b;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}
.solution-card-img {
    background: #fff;
    padding: 0.5rem;
    border-radius: 28px;
    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
}

/* solution highlight section */
.solutions-showcase {
    background: #ffffff;
    border-radius: 32px;
    margin-top: -2rem;
    padding: 2.5rem;
    box-shadow: 0 18px 48px rgba(31, 47, 58, 0.06);
    border: 1px solid #f1e7dd;
    overflow: hidden;
}
.solutions-header {
    max-width: 860px;
    margin: 0 auto 2rem;
    text-align: center;
}
.solutions-header h2 {
    color: #1f2f3a;
    font-size: 2.35rem;
    line-height: 1.16;
    margin: 0.65rem 0 0.7rem;
}
.solutions-header p {
    font-size: 1rem;
    margin: 0 auto;
}
.solution-eyebrow {
    display: inline-flex;
    align-items: center;
    background: #c9773e14;
    border: 1px solid #efd8c7;
    color: #b45a2e;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 700;
}
.platform-card {
    background: #fef9f4;
    border-radius: 20px;
    padding: 1.35rem;
    transition: all 0.2s ease;
    border: 1px solid #f0e5db;
}
.platform-card:hover {
    transform: translateY(-5px);
    border-color: #e1cfbe;
    box-shadow: 0 20px 30px -12px rgba(0,0,0,0.08);
}
.platform-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #c9773e14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #c9773e;
    margin-bottom: 0.9rem;
}
.marketplace-feature-card {
    background:
        linear-gradient(135deg, rgba(31, 47, 58, 0.96) 0%, rgba(40, 58, 68, 0.95) 100%),
        url("https://images.unsplash.com/photo-1556742044-3c52d6e88c62?w=900&h=700&fit=crop");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 1.85rem;
    border-color: rgba(255, 255, 255, 0.1);
    text-align: left;
    min-height: 100%;
}
.marketplace-feature-card .platform-icon {
    background: rgba(240, 176, 119, 0.14);
    color: #f0b077;
}
.marketplace-feature-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.marketplace-feature-card p {
    color: rgba(255, 255, 255, 0.76);
    max-width: 620px;
}
.marketplace-feature-card .solution-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}
.service-section-header {
    margin-top: 0;
    margin-bottom: 2rem;
}
.single-seller-feature-card {
    background:
        linear-gradient(135deg, rgba(30, 42, 50, 0.96) 0%, rgba(55, 66, 73, 0.94) 100%),
        url("https://images.unsplash.com/photo-1472851294608-062f824d29cc?w=900&h=700&fit=crop");
    background-size: cover;
    background-position: center;
}
.service-tech-panel {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 1rem;
    margin: 1.35rem 0;
}
.service-tech-title {
    color: #f0b077;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}
.service-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
.service-tech-grid.single-store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-tech-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    padding: 0.85rem;
    min-height: 102px;
}
.service-tech-item i {
    color: #f0b077;
    font-size: 1rem;
    margin-bottom: 0.55rem;
}
.service-tech-item span,
.service-tech-item strong {
    display: block;
}
.service-tech-item span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.74rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
.service-tech-item strong {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.28;
}
.marketplace-capability-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0;
    margin: 0;
}
.marketplace-capability-list li {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.85rem;
    padding: 0.65rem 0.75rem;
}
.marketplace-capability-list i {
    color: #77d39f;
    margin-right: 0.4rem;
}
.solution-small-card,
.solution-compact-card {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.solution-small-card h4,
.solution-compact-card h4 {
    color: #1f2f3a;
    font-size: 1.18rem;
    font-weight: 700;
}
.solution-small-card p,
.solution-compact-card p {
    color: #4a5b68;
    font-size: 0.94rem;
    flex: 1;
}
.service-divider {
    height: 1px;
    background: #eee5dc;
    margin: 2.5rem 0;
}
.btn-outline-solution {
    border: 1.5px solid #c9773e;
    background: transparent;
    color: #c9773e;
    border-radius: 40px;
    padding: 0.4rem 1.2rem;
    font-weight: 500;
    font-size: 0.85rem;
    align-self: flex-start;
}
.btn-outline-solution:hover {
    background: #c9773e;
    color: white;
}

/* CTA Banner for Solutions */
.cta-solutions-banner {
    background: linear-gradient(135deg, #1e2a32 0%, #2a3b45 100%);
    border-radius: 32px;
    padding: 3rem 2rem;
    margin: 2rem 0;
    color: white;
}
.cta-solutions-banner h3 {
    font-size: 1.8rem;
    font-weight: 700;
}
.btn-light-solution {
    background: #c9773e;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.2s;
}
.btn-light-solution:hover {
    background: #a85f2e;
    transform: translateY(-2px);
    color: white;
}

/* Showcase Grid of Solutions (No Products, No Feature Cards) */
.solutions-grid-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}
.solution-item-card {
    background: white;
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 18px rgba(0,0,0,0.03);
    border: 1px solid #f0e4d8;
}
.solution-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 36px -12px rgba(0,0,0,0.12);
}
.solution-img {
    background: #f7f2ea;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.solution-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.solution-item-card:hover .solution-img img {
    transform: scale(1.03);
}
.solution-info {
    padding: 1.5rem;
}
.solution-info h3 {
    font-weight: 700;
    font-size: 1.3rem;
}
.solution-badge {
    background: #c9773e10;
    color: #c9773e;
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.8rem;
}
.btn-solution-demo {
    background: #f5ede5;
    border: none;
    width: 100%;
    padding: 0.7rem;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.2s;
    color: #2c3e4e;
    margin-top: 1rem;
}
.btn-solution-demo:hover {
    background: #c9773e;
    color: white;
}

/* Trust strip (minimal alternative to features) - optional but professional */
.trust-strip {
    background: #f9f5f0;
    border-radius: 60px;
    padding: 0.8rem 1.5rem;
    margin: 2rem 0 1rem;
    text-align: center;
}
.trust-strip span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #3c4f5c;
    margin: 0 1rem;
}

footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(201, 119, 62, 0.18), transparent 32%),
        linear-gradient(135deg, #172733 0%, #203441 100%);
    color: #e7dfd7;
    margin-top: 3rem;
    padding: 3rem 0 1.15rem;
}

.footer-top {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(150px, 1fr));
}

.footer-logo {
    color: #fff;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 850;
    gap: 0.75rem;
    align-items: center;
    letter-spacing: -0.8px;
    margin-bottom: 1rem;
    text-decoration: none;
}

.footer-logo:hover {
    color: #f0b077;
}

.storiio-footer-mark {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    padding: 3px;
    width: 50px;
}

.storiio-footer-mark img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.36);
    width: 100%;
}

.footer-brand-block p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    margin: 0;
    max-width: 430px;
}

.footer-contact-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    margin-top: 1.4rem;
    padding: 1rem;
    width: min(100%, 360px);
}

.footer-contact-card span {
    color: rgba(255, 255, 255, 0.74);
    display: block;
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.footer-contact-card span i {
    color: #25d366;
    margin-right: 0.35rem;
}

.footer-contact-card a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 850;
    text-decoration: none;
}

.footer h4,
.footer-col h4 {
    color: #fff;
    font-size: 0.86rem;
    font-weight: 850;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.footer-col ul {
    display: grid;
    gap: 0.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.94rem;
    text-decoration: none;
}

.footer-col ul li a:hover {
    color: #f0b077;
}

.footer-cta-strip {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 2.2rem 0 0;
    padding: 1.1rem 1.2rem;
}

.footer-cta-strip strong {
    color: #fff;
    display: block;
    font-size: 1.05rem;
}

.footer-cta-strip span {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.footer-cta-strip a {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #1f2f3a;
    display: inline-flex;
    flex-shrink: 0;
    font-weight: 850;
    gap: 0.5rem;
    padding: 0.85rem 1.1rem;
    text-decoration: none;
}

.footer-cta-strip a:hover {
    color: #c9773e;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1.6rem;
    padding-top: 1.25rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.62);
    margin: 0;
}

.social-links {
    display: flex;
    gap: 0.65rem;
}

.social-links a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.76);
    display: inline-flex;
    font-size: 1rem;
    height: 38px;
    justify-content: center;
    text-decoration: none;
    width: 38px;
}

.social-links a:hover {
    background: #c9773e;
    color: #fff;
}

.whatsapp-support-float {
    align-items: center;
    background: #25d366;
    border-radius: 50%;
    bottom: 22px;
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.28);
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 58px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 22px;
    text-decoration: none;
    width: 58px;
    z-index: 1200;
}

.whatsapp-support-float:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-2px);
}

.whatsapp-support-float i {
    font-size: 1.75rem;
}

.whatsapp-support-float span {
    display: none;
}
@media (max-width: 768px) {
    footer {
        padding: 3rem 0 1rem;
    }

    .storiio-brand {
        min-height: 42px;
    }

    .storiio-brand-mark {
        border-radius: 13px;
        height: 40px;
        width: 40px;
    }

    .storiio-brand-text {
        font-size: 1.45rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-cta-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-cta-strip a {
        justify-content: center;
        width: 100%;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .navbar-nav {
        align-items: stretch !important;
        gap: 0.35rem !important;
        padding-top: 0.75rem;
    }

    .nav-products-menu,
    .nav-services-menu {
        position: relative;
    }

    .products-mega-menu {
        border-radius: 16px;
        box-shadow: none;
        left: auto !important;
        margin-top: 0.4rem;
        max-width: 100%;
        padding: 0.65rem;
        transform: none !important;
        width: 100%;
    }

    .products-mega-menu::before {
        display: none;
    }

    .products-mega-grid {
        grid-template-columns: 1fr;
    }

    .free-launch-points {
        grid-template-columns: 1fr;
    }

    .theme-support-grid {
        grid-template-columns: 1fr;
    }

    .product-menu-card {
        min-height: auto;
        padding: 0.85rem;
    }

    .product-menu-card:hover {
        transform: none;
    }

    .hero-title {
        font-size: 2.2rem;
    }
    .solutions-showcase {
        border-radius: 22px;
        padding: 1.4rem;
    }
    .solutions-header h2 {
        font-size: 1.8rem;
    }
    .service-tech-grid,
    .service-tech-grid.single-store-grid,
    .marketplace-capability-list {
        grid-template-columns: 1fr;
    }
}
.solution-alert {
    background: #ecf7f0;
    border-left: 5px solid #c9773e;
    border-radius: 20px;
}

/* Client Logos Section */
.client-logo-box {
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    transition: all 0.3s ease;
}
.client-logo-box:hover {
    box-shadow: 0 8px 20px rgba(201, 119, 62, 0.15);
    transform: translateY(-4px);
}
.client-logo-box img {
    opacity: 0.7;
    transition: opacity 0.3s;
}
.client-logo-box:hover img {
    opacity: 1;
}

@media (max-width: 768px) {
    .whatsapp-support-float {
        border-radius: 50%;
        bottom: 18px;
        height: 54px;
        justify-content: center;
        padding: 0;
        right: 18px;
        width: 54px;
    }

    .whatsapp-support-float span {
        display: none;
    }
}
