/* =============================================================
   Consumer Header + Footer — static-header.css
   Add your CSS here. This file loads only on pages using
   the "Consumer Header" or "Consumer Footer" option.
   ============================================================= */
   /* ============================================================
   HEADER
   ============================================================ */
/*#wpadminbar{display:none;}*/
.consumer-header {
    background: #ffffff;
    z-index: 50;
}
.consumer-header.is-sticky{
	box-shadow:0 1px 12px 0 rgba(0, 0, 0, 0.18) !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
}
.consumer-header-inner {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    padding: 0;
    padding-left: clamp(0px, 3.364%, 80px);
    padding-right: clamp(0px, 3.364%, 80px);
    box-sizing: border-box;
}


.consumer-header-row {
    display: flex;
    align-items: center;
    height:10rem;
    gap: 2rem;
}

/* ============================================================
   LOGO
   ============================================================ */
.consumer-logo-wrap {
    flex-shrink: 0;
    width: 25%;
}

@media (max-width: 1023px) {
    .consumer-logo-wrap {
        width: auto;
        flex: 1;
      line-height:1;
    }
.consumer-header-row{
height:8rem;
}
}

.consumer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem; /* 10px */
}

/* Badge: 5rem × 5rem = 40px circle */
.consumer-logo-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background: #005EEE;
    border-radius: 9999px;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5rem; /* 20px */
    line-height: 1;
    flex-shrink: 0;
}

/* Corner triangle: 1.5rem × 1.5rem */
.consumer-logo-badge-corner {
    position: absolute;
    bottom: -0.25rem;
    left: -0.25rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #005EEE;
    border-radius: 2px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.consumer-logo-text {
    display: flex;
    flex-direction: column;
}

.consumer-logo-title {
    font-size: 2rem; /* 16px */
    font-weight: 700;
    color: #111827;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.consumer-logo-subtitle {
    font-size: 1.25rem; /* 10px */
    color: #4b5563;
    font-weight: 500;
    line-height: 1;
    margin-top: 0.25rem;
}

/* ============================================================
   PRIMARY NAVIGATION WRAPPER
   ============================================================ */
.consumer-menu-wrap {
    display: none;
    flex: 1;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .consumer-menu-wrap {
        display: flex;
    }
}

.consumer-menu {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 1.88rem;
}

.consumer-menu-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

/* Nav link: font-size 1.875rem = 15px, padding 1rem 2rem = 8px 16px */
.consumer-menu-link {
    position: relative;
font-family: 'Epilogue-Medium';
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-radius: 0.625rem;
    font-size: 1.75rem;
    color: #000;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.consumer-menu-link:hover {
background: rgba(0, 94, 238, 0.10);
}

.consumer-menu-link.consumer-menu-direct {
    cursor: pointer;
}

.consumer-menu-item.is-active > .consumer-menu-link {
    background: rgba(0, 94, 238, 0.10);
}

/* Chevron icon rotation */
.consumer-menu-link .icon-chevron {
    color: #000;
    transition: transform 0.25s ease;
}

.consumer-menu-item.is-active > .consumer-menu-link .icon-chevron {
    transform: rotate(180deg);
}

/* Triangle indicator at bottom of header */
.consumer-menu-indicator {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-bottom: 1.25rem solid #005EEE;
    z-index: 51;
    opacity: 0;
    transform: translate(-50%, 0.25rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.consumer-menu-item.is-active .consumer-menu-indicator {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* ============================================================
   MEGA PANEL BASE STYLES
   ============================================================ */
.consumer-sub-menu.consumer-mega-panel {
    position: fixed;
    top: 10rem;
    left: 0;
    width: 100%;
    min-height: 56.25rem;
    background: #eef4ff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    display: none;
    opacity: 0;
    transform: translateY(1.25rem);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    z-index: 40;
    overflow: hidden;
    border-top:1px solid #005EEE;
}

/* Resources variant is full white */
.consumer-sub-menu.consumer-mega-panel.is-columns {
    background: #ffffff;
}

.consumer-sub-menu.consumer-mega-panel.is-open {
    opacity: 1;
    transform: translateY(0);
}

/* Shared inner wrapper */
.consumer-mega-inner {
    max-width: 200rem;
    margin: 0 auto;
    display: flex;
    min-height: 56.25rem;
    height: 100%;
}


/* ============================================================
   PRODUCT PANEL — 105rem centered
   3-class chain overrides base left/width; 4-class .is-open
   beats base 3-class .is-open to keep translateX(-50%)
   ============================================================ */
.consumer-sub-menu.consumer-mega-panel.product-sub-panel {
    left: 50%;
    width: 120rem;
    min-height: 0;
    transform: translateX(-50%) translateY(1.25rem);
    border-radius: 0 0 1rem 1rem;
}

.consumer-sub-menu.consumer-mega-panel.product-sub-panel.is-open {
    transform: translateX(-50%) translateY(0);
}


/* ============================================================
   FEATURES PANEL — full white, two-column (like Resources)
   ============================================================ */
.consumer-sub-menu.consumer-mega-panel.features-sub-panel {
    left: 50%;
    width: 90rem;
    min-height: 0;
    transform: translateX(-50%) translateY(1.25rem);
    border-radius: 0 0 1rem 1rem;
    padding:3.75rem 7.5rem;
}

.consumer-sub-menu.consumer-mega-panel.features-sub-panel.is-open {
    transform: translateX(-50%) translateY(0);
}

.features-sub-panel .consumer-mega-inner {
    min-height: 0;
    height: auto;
}

/* "All Features" link at bottom of left column */
.features-sub-all-link {
    margin-top: 2rem;
}

/* ============================================================
   RESOURCES PANEL — 92.625rem centered
   ============================================================ */
.consumer-sub-menu.consumer-mega-panel.resources-sub-panel {
    left: 50%;
    width:100rem;
    min-height: 0;
    transform: translateX(-50%) translateY(1.25rem);
    border-radius: 0 0 1rem 1rem;
    padding:3.75rem 7.5rem;
}

.consumer-sub-menu.consumer-mega-panel.resources-sub-panel.is-open {
    transform: translateX(-50%) translateY(0);
}

.resources-sub-panel .consumer-mega-inner {
    min-height: 0;
    height: auto;
}

/* ============================================================
   PRODUCT HERO HEADING (replaces active feature card)
   ============================================================ */
.product-sub-hero{
margin-bottom:1.25rem;
}
.product-sub-hero-title {
    font-size:2.5rem; 
    font-family: "Epilogue-Bold";
    color: #000;
    line-height: 1.25;
    margin-bottom: 2.5rem;
   
}

.product-sub-hero-desc {
    font-size: 1.75rem;
    color: #444;
    opacity:0.8;
    font-family: "Epilogue-Regular";
    line-height: 1;
   margin:0;
}

/* ============================================================
   PRODUCT SUB-MENU — left 52.5rem / right 52.5rem (50/50 of 105rem)
   ============================================================ */
.product-sub-panel-left {
    width: 40%;
    background: rgba(0, 94, 238, 0.10);
    padding: 3.75rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-sizing: border-box;
    z-index: 1;
}

.product-sub-panel-right {
    width: 60%;
    background: #ffffff;
    padding: 3.75rem 7.5rem;
    display: flex;
    flex-direction: column;
}

/* ============================================================
   FEATURES SUB-MENU — left 38.02% / right 61.98% (54.75/144 : 89.25/144)
   Percentages ensure proportions hold when panel is narrower than 144rem
   ============================================================ */
.features-sub-panel-left {
    width:60%;
    flex-shrink: 1;
    background: rgba(0, 94, 238, 0.10);;
    padding: 3.75rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.features-sub-panel-right {
    width: 40%;
    flex-shrink: 1;
    background:#fff;
    padding: 3.75rem 7.5rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
}


/* ============================================================
   SECTION LABEL
   font-size: 1.625rem (13px), uppercase, gray-500
   ============================================================ */
.product-sub-section-label {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Enterprise info icon + tooltip */
.product-enterprise-info-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.product-enterprise-info-icon {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
}
.product-enterprise-tooltip {
    position: absolute;
    left: calc(100% + 1rem);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: #B2CFFA;
    color: #000;
    font-family: "Epilogue-Regular";
    font-size: 1.25rem;
    text-transform: none;
    letter-spacing: normal;
    padding:1.25rem;
    border-radius: 0.405rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
}

span.product-enterprise-tooltip:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-right: 0.8rem solid #B2CFFA;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.product-enterprise-info-wrap:hover .product-enterprise-tooltip {
    opacity: 1;
}

.consumer-section-label {
    font-size: 1.625rem;
    font-family: "Epilogue-Regular";
    text-transform: uppercase;
    letter-spacing: 0.1625rem;
    line-height:1;
    color: #5f5f5f;
    opacity:0.8;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 94, 238, 0.30);
}

.consumer-section-label.product-sub-section-label.enterprise-label {
    margin-top: 3.75rem;
    justify-content: space-between;
}
/* ============================================================
   FEATURE CARD (hover-only — no active state)
   ============================================================ */
.consumer-feature-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:2.15rem 2.5rem 1.88rem;
    border-radius: 1.25rem;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    cursor: pointer;
    border: 1px solid #02becc;
}

.consumer-feature-card:hover {
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.5rem);
    border:none;
    border-bottom: 1px solid #02becc;
}

.consumer-feature-card:hover .consumer-feature-title {
    color: #000;
}

.consumer-feature-card:hover .consumer-feature-arrow {
    transform: translateX(0);
}

/* ============================================================
   SOGOSURVEY PRODUCT CARDS — border & arrow override
   ============================================================ */
.product-sogosurvey-card {
    border: 1px solid rgba(0, 94, 238, 0.10);
}

.product-sogosurvey-card:hover {
    border: 1px solid #005EEE;
}

/* .product-sogosurvey-card .consumer-feature-arrow {
    color: #005EEE;
} */

/* Active state for product sogosurvey cards */
.product-sogosurvey-card.is-active {
    background: transparent;
    border-color: #005EEE;
}
.product-sogosurvey-card.is-active .consumer-feature-title, .product-sogosurvey-card.is-active:hover .consumer-feature-title {
    color: #000;
    opacity: 1;
}

/* .product-sogosurvey-card.is-active .consumer-feature-arrow {
    color: #ffffff;
    transform: translateX(0);
} */
.product-sogosurvey-card.is-active:hover {
    background: transparent;
    border: 1px solid #005EEE;
    box-shadow: none;
    transform: none;
}


/* Active state for enterprise product cards (teal border) */
/* .product-sub-feature-card:not(.product-sogosurvey-card).is-active {
    background: #02becc;
    border-color: #02becc;
}
.product-sub-feature-card:not(.product-sogosurvey-card).is-active .consumer-feature-title {
    color: #ffffff;
}
.product-sub-feature-card:not(.product-sogosurvey-card).is-active .consumer-feature-arrow {
    color: #ffffff;
    transform: translateX(0);
}
.product-sub-feature-card:not(.product-sogosurvey-card).is-active:hover {
    background: #029aa6;
    border: 1px solid #029aa6;
    box-shadow: none;
    transform: none;
}
.product-sub-feature-card:not(.product-sogosurvey-card).is-active:hover .consumer-feature-title {
    color: #ffffff;
} */

/* Product right panel content — show/hide with slide animation */
.product-right-content {
    display: none;
    flex-direction: column;
    opacity: 0;
    transform: translateX(2rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.product-right-content.is-active {
    display: flex;
    opacity: 1;
    transform: translateX(0);
}

/* Product right panel styles */
.product-right-header-link {
    display: flex;
    justify-content: space-between;
    align-items:center;
    text-decoration: none;
    margin-bottom: 2.5rem;
    border-bottom:1px solid #DDDFE3;
}
.product-right-header-link:hover {
    text-decoration: none;
    border-bottom:1px solid #005EEE;
}
.product-right-header-link:hover .product-right-heading{
    color: #005EEE;
}

.product-right-header-text{
    margin-bottom: 2.5rem;
}

.product-right-heading {
    font-family: "Epilogue-Bold";
    font-size: 2rem;
    color: #000;
    line-height: 1.25;
    margin: 0 0 1.25rem;
}
.product-right-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.75rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
}
.product-right-desc.para-space {
   margin-top: 2rem;
}
.product-right-arrow {
    flex-shrink: 0;
    color: #005EEE;
    margin-left: 2rem;
}

.product-right-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 3rem;
}
.product-right-feature-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.product-right-feature-title {
    font-family: "Epilogue-Bold";
    font-size: 1.875rem;
    color: #000;
    margin: 0;
    line-height: 1;
}
.product-right-feature-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.5rem;
    color: #444;
    opacity: 0.8;
    margin: 0;
    line-height: 1.4;
}

.consumer-feature-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
   gap:1.88rem;
}

.consumer-feature-title {
    font-family:"Epilogue-Bold";
    font-size: 1.75rem;
    color: #000;
    opacity: 0.7;
    transition: color 0.2s ease;
    line-height: 1;
    margin:0;
}

.consumer-feature-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.5rem;
    color: #444;
   opacity:0.8;
    margin:0;
    line-height: 1;
    transition: color 0.2s ease;
}

/* Arrow: hidden by default, slides in on hover */
.consumer-feature-arrow {
    flex-shrink: 0;
    margin-left: 2rem;
    color: #02becc;
    transform: translateX(-1.5rem);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* ============================================================
   PRODUCT RIGHT — Grid header + single-column list
   ============================================================ */

/* "SogoSurvey Products" header */
.consumer-grid-header {
    font-family: "Epilogue-SemiBold";
    font-size: 2rem;
    color: #9AA0AC;
    padding-bottom:1.88rem;
    margin-bottom: 1.88rem;
    border-bottom: 1px solid #DDDFE3;
}

.consumer-grid-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
   list-style:none;
}

/* ============================================================
   GRID ITEM (shared by Product right, Features right)
   ============================================================ */
.consumer-grid-item {
    display: flex;
    flex-direction: column;
    padding: 1.88rem 0 0;
  gap:1.25rem;
}

.consumer-grid-title {
    font-family: 'Epilogue-SemiBold';
    font-size: 1.75rem;
    color: #000;
    opacity:0.7;
    display: inline-block;
    transition: color 0.2s ease;
    line-height: 1;
   margin:0;
}

/* isLink: title always color-ostblue */
.consumer-grid-item.is-link .consumer-grid-title {
    color: #005EEE;
}

.consumer-grid-item:hover .consumer-grid-title {
    color: #005EEE;
    opacity:1;
}

.consumer-grid-desc {
    font-family: 'Epilogue-Regular';
    position: relative;
    display: inline-block;
    width: fit-content;
    font-size: 1.5rem;
    color: #444;
    opacity: 0.8;
    margin: 0;
    line-height: 1.33;
    padding-bottom: 1.88rem;
}
.a.consumer-grid-item.product-sub-grid-item:last-child .consumer-grid-desc.product-sub-grid-desc{
   padding-bottom:1.89rem; 
}
/* Underline slide-in on hover */
.consumer-grid-desc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #005EEE;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.consumer-grid-item:hover .consumer-grid-desc::after {
    transform: scaleX(1);
}

/* ============================================================
   FEATURES LEFT — Sidebar info block
   ============================================================ */
.consumer-sidebar-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem; /* mb-6 = 24px = 3rem */
}

.consumer-sidebar-title {
    font-family: "Epilogue-Bold";
    font-size: 2.5rem;
    color: #000;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.consumer-sidebar-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.75rem;
    color: #444;
    opacity: 0.8;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.consumer-sidebar-link {
font-family: "Epilogue-Bold";
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    color: #005EEE;
    line-height: 1;
    transition: 0.3s all ease;
}

.consumer-sidebar-link .icon-arrow {
    transition: transform 0.2s ease;
    
}

.consumer-sidebar-link:hover .icon-arrow, .consumer-sidebar-link:hover {
    transform: translateX(0.25rem);
}

/* ============================================================
   FEATURES RIGHT — single-column list (stacked rows)
   ============================================================ */
.consumer-grid-2col {
    display: grid;
    grid-template-columns: 1fr;
    row-gap:1.88rem;
}

/* ============================================================
   RESOURCES PANEL — full-width white, two columns
   ============================================================ */
.consumer-columns-wrap {
    display: flex;
    width: 100%;
   gap:8.75rem;
}

.consumer-col {
    flex: 1;
    display: flex;
    flex-direction: column;
   gap:2.5rem;
}

/* Resources-specific padding — 46.3125rem each side of 92.625rem */

.consumer-col-header {
    font-family: "Epilogue-Bold";
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2rem;
    color: #9AA0AC;
    padding-bottom: 1.25rem;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    width: 100%;
}

/* Both columns: gray border-bottom by default */
.consumer-col-header {
    border-bottom: 1px solid #DDDFE3;
}


.consumer-col-header .icon-arrow {
    transition: transform 0.2s ease;
}

.consumer-col-header:hover .icon-arrow {
    transform: translateX(0.25rem);
}

/* Non-clickable column headers (div instead of a) */
div.consumer-col-header {
    cursor: default;
}


/* "More Templates" CTA link */
.resources-more-templates-link {
    margin-top: 2.5rem;
}

/* Column items list */
.consumer-col-items {
    display: flex;
    flex-direction: column;
    gap:3rem;
   list-style:none;
}

.consumer-col-item {
    display: block;
}

/* isLink (Blog): title always color-ostblue, desc underline always visible */
.consumer-col-item.is-link .consumer-col-title {
    color: #005EEE;
}

.consumer-col-item.is-link .consumer-col-desc::after {
    transform: scaleX(1);
}

.consumer-col-title {
    font-size: 1.75rem;
    font-family: "Epilogue-SemiBold";
    color: #000;
   opacity:0.7;
    transition: color 0.2s ease;
    line-height: 1;
    margin:0;
}

.consumer-col-item:hover .consumer-col-title {
    color: #005EEE;
}

.consumer-col-desc {
    font-family: "Epilogue-Regular";
    position: relative;
    display: inline-block;
    font-size: 1.5rem; 
    color: #000;
    opacity:0.8;
    padding-bottom: 1.88rem;
    line-height: 1;
   margin:0;
}

.consumer-col-desc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; /* h-[1.5px] — matches React, thicker than grid-desc */
    background: #005EEE;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.consumer-col-item:hover .consumer-col-desc::after {
    transform: scaleX(1);
}

/* ============================================================
   HEADER ACTIONS (Right Side — desktop)
   ============================================================ */
.consumer-header-actions {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
    flex-shrink: 0;
    width: 25%;
}

@media (min-width: 1024px) {
    .consumer-header-actions {
        display: flex;
    }
}

.consumer-action-login {
font-family: "Epilogue-Medium";
    font-size: 1.75rem;
    color: #000;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.consumer-action-login:hover {
    color: #005EEE;
}

.consumer-action-signup {
font-family: "Epilogue-SemiBold";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2.5rem;
    border-radius: 0.625rem;
    font-size: 1.75rem;
    color: #ffffff;
    background: #005EEE;
    white-space: nowrap;
    transition: background 0.2s ease;
   line-height:normal;
}

.consumer-action-signup:hover {
    background: #004bbf;
    color:#fff;
}

/* ============================================================
   MOBILE TOGGLE BUTTON
   ============================================================ */
.consumer-mobile-toggle-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (min-width: 1024px) {
    .consumer-mobile-toggle-wrap {
        display: none;
    }
}

.consumer-mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: #6b7280;
    transition: color 0.2s ease;
}

.consumer-mobile-btn:hover {
        color: #1C1B1F;
    background: none;
    border: none;
}

/* Hamburger icon */
.consumer-icon-menu {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

.consumer-icon-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: #1C1B1F;
    border-radius: 1rem;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.consumer-icon-menu span:nth-child(1) { top: 0.5rem; }
.consumer-icon-menu span:nth-child(2) { top: 1.375rem; }
.consumer-icon-menu span:nth-child(3) { top: 2.25rem; }

/* Close icon */
.consumer-icon-close {
    position: relative;
    display: none;
    width: 3rem;
    height: 3rem;
}

.consumer-icon-close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1C1B1F;
    border-radius: 1px;
    margin-top: -1px;
}

.consumer-icon-close span:nth-child(1) { transform: rotate(45deg); }
.consumer-icon-close span:nth-child(2) { transform: rotate(-45deg); }

/* Toggle state */
.consumer-mobile-btn.is-open .consumer-icon-menu { display: none; }
.consumer-mobile-btn.is-open .consumer-icon-close { display: inline-block; }

/* ============================================================
   MOBILE MENU PANEL
   ============================================================ */
.consumer-mobile-menu {
    display: none;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    overflow: hidden;
}

.consumer-mobile-inner {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 8rem);
    overflow: hidden;
}
.consumer-mobile-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 0;
}

/* Mobile nav item wrapper */

.consumer-mobile-item:last-of-type {
    border-bottom: 0;
}

/* Accordion button (items with children) */
.consumer-mobile-btn-item {
    font-family: "Epilogue-Bold";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2.5rem;
    font-size:2rem;
    color: #000;
    line-height:normal;
    text-align: left;
}

/* Caret inside accordion button */
.consumer-mobile-caret {
    color: #000;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.consumer-mobile-item.is-open .consumer-mobile-caret:not(.consumer-mobile-product-caret) {
    transform: rotate(180deg);
}

/* Sub-menu panel */
.consumer-mobile-sub {
    display: none;
}

/* ============================================================
   MOBILE PRODUCT — blue wrapper (hero + enterprise section)
   ============================================================ */
.consumer-mobile-product-wrap {
    background: #E5EFFD;
    padding:2.5rem;
    margin-bottom: 1.25rem;
}

/* ============================================================
   MOBILE PRODUCT — hero heading
   ============================================================ */
.consumer-mobile-product-hero {
    margin-bottom: 1.25rem;
    margin-top:2.5rem;
}

.consumer-mobile-product-hero-title {
    font-family: "Epilogue-Bold";
    font-size: 2rem;
    color: #000;
    line-height: 1;
    margin-bottom: 1.88rem;
}

.consumer-mobile-product-hero-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.75rem;
    color: #444;
    opacity: 0.8;
    line-height: 1;
   margin-bottom:7.5rem;
}

/* Section label inside mobile sub */
.consumer-mobile-section-label {
    font-size: 1.85rem;
    margin: 2.5rem 0 1.25rem;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* Inside product wrap, adjust section label border color to blend with #E5EFFD bg */
.consumer-mobile-product-bottom-wrap {
    padding: 0 2.5rem;
}
/* "SogoSurvey Products" header — NOT the section-label style */
.consumer-mobile-products-header {
    font-family: "Epilogue-SemiBold";
    font-size: 1.75rem;
    color: #9AA0AC;
    margin-bottom: 1.25rem;
    padding: 1.88rem 0;
    border-bottom: 1px solid #DDDFE3;
}

/* ============================================================
   MOBILE PRODUCT — enterprise feature cards
   ============================================================ */
.consumer-mobile-feature-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.88rem 2.5rem;
    margin: 1rem 0;
    border-radius: 1.25rem;
    border:1px solid rgba(0, 94, 238, 0.10);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}


.consumer-mobile-feature-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    gap: 1.88rem;
}

.consumer-mobile-feature-title {
    font-family: "Epilogue-Bold";
    font-size: 2rem;
    color: #000;
    opacity: 0.7;
    line-height: 1;
    transition: color 0.2s ease;
   margin:0;
}


.consumer-mobile-feature-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.5rem;
    color: #444;
    opacity: 0.8;
    line-height: 1;
    margin:0;
}

.consumer-mobile-feature-arrow {
    flex-shrink: 0;
    margin-left: 2rem;
    color: #02becc;
}

/* Sub-section label (Resources / Free Templates) — acts like col-header */
.consumer-mobile-sub-section-top, .consumer-mobile-sub-section-bottom {
    padding: 0 2.5rem;
}

.consumer-mobile-sub-section-label {
    font-family: "Epilogue-Bold";
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.875rem;
    color: #9AA0AC;
    padding: 2rem 0 1.25rem;
    border-bottom: 1px solid #DDDFE3;
    margin-bottom: 0.75rem;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    text-transform: none;
    letter-spacing: normal;
}

a.consumer-mobile-sub-section-label:hover {
    color: #005EEE;
    border-bottom-color: #005EEE;
}

.consumer-mobile-sub-section-label .icon-arrow {
    transition: transform 0.2s ease;
}

a.consumer-mobile-sub-section-label:hover .icon-arrow {
    transform: translateX(0.25rem);
}

/* Individual sub-menu link */
.consumer-mobile-link {
    display: block;
    padding: 1.88rem 0;
    transition: background 0.15s ease, color 0.15s ease;
}

.consumer-mobile-link:hover {
    color: #005EEE;
}

.consumer-mobile-title {
    font-family: "Epilogue-SemiBold";
    display: block;
    font-size: 1.75rem;
    color: #000;
    line-height: 1;
    opacity: 0.7;
}

.consumer-mobile-desc {
    font-family: "Epilogue-Regular";
    display: block;
    font-size: 1.5rem;
    color: #444;
    opacity: 0.8;
    margin-top: 1.25rem;
    line-height: 1;
}

/* is-link: title always blue (e.g. Blog) */
.consumer-mobile-link.is-link .consumer-mobile-title {
    color: #005EEE;
}

/* Direct links (Pricing) */
.consumer-mobile-direct-link {
    display: block;
    padding: 1.25rem 2.5rem;
    font-size:2rem;
    font-family: "Epilogue-Bold";
    color: #000;
    transition: color 0.15s ease;
}

.consumer-mobile-direct-link:hover {
    color: #005EEE;
}

/* Direct text inside accordion button (label) */
.consumer-mobile-direct {
    /*font-size: 2rem;*/
}

/* Mobile CTA actions — sticky bottom */
.consumer-mobile-actions {
    padding: 2.5rem;
    margin-top: 0;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.consumer-mobile-login {
font-family: "Epilogue-Medium";
    display: block;
    text-align: center;
    padding: 1.25rem 2.5rem;
    border: 1px solid #9AA0AC;
    border-radius: 0.625rem;
    font-size:2rem;
    color: #000;
    background: #ffffff;
    transition: background 0.15s ease;
    line-height: 1.33;
}

.consumer-mobile-signup {
    font-family: "Epilogue-Bold";
    display: block;
    text-align: center;
    padding: 1.25rem 2.5rem;
    border-radius: 0.625rem;
    font-size:2rem;
    color: #ffffff;
    background: #005EEE;
    transition: background 0.15s ease;
}


/* ============================================================
   MOBILE FEATURES MENU — hero block
   ============================================================ */
.consumer-mobile-features-hero {
    padding:2.5rem;
    background: #E5EFFD;
    display: flex;
    flex-direction: column;
}

.consumer-mobile-features-hero-title {
    font-family: "Epilogue-Bold";
    font-size: 2.5rem;
    color: #000;
    line-height: 1;
    margin-bottom: 2.5rem;
}

.consumer-mobile-features-hero-desc {
    font-family: "Epilogue-Regular";
    font-size: 1.75rem;
    color: #444;
    opacity: 0.8;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.consumer-mobile-features-hero-link {
    font-family: "Epilogue-Bold";
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.75rem;
    color: #005EEE;
    line-height: 1;
}

.consumer-mobile-features-hero-link .icon-arrow {
    transition: transform 0.2s ease;
}

.consumer-mobile-features-hero-link:hover .icon-arrow {
    transform: translateX(0.25rem);
}
/* ============================================================
   MOBILE FEATURES — simple list
   ============================================================ */
.consumer-mobile-features-list {
    display: flex;
    flex-direction: column;
    padding: 0 2.5rem 1.25rem;
}
.consumer-mobile-features-link {
    font-family: "Epilogue-SemiBold";
    font-size: 2rem;
    color: #000;
    opacity: 0.7;
    padding: 1.5rem 0;
    line-height: 1;
    transition: color 0.15s ease, opacity 0.15s ease;
}
.consumer-mobile-features-link:last-of-type {
    border-bottom: none;
}
.consumer-mobile-features-link:hover {
    color: #005EEE;
    opacity: 1;
}
.consumer-mobile-features-list .features-sub-all-link {
    margin-top: 1.25rem;
}

/* ============================================================
   MOBILE PRODUCT ACCORDION — Online Survey Tool sub-dropdown
   ============================================================ */
.consumer-mobile-product-accordion {
    margin: 1rem 0;
}
.consumer-mobile-product-toggle {
    cursor: pointer;
}
.consumer-mobile-product-toggle.is-open {
    border-color: #005EEE;
}


.consumer-mobile-product-caret {
    flex-shrink: 0;
    margin-left: 2rem;
    color: #005EEE;
    transition: transform 0.25s ease, color 0.25s ease;
}
.consumer-mobile-product-toggle.is-open .consumer-mobile-product-caret {
    transform: rotate(180deg);
}
.consumer-mobile-product-dropdown {
    display: none;
    background: #ffffff;
    padding: 2.5rem;
    border-radius:1.5rem;
    margin-bottom: 1.25rem;
}
.consumer-mobile-product-dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}
.consumer-mobile-product-dropdown-title {
    font-family: "Epilogue-Bold";
    font-size:2rem;
    color: #005EEE;
    line-height: 1;
}
.consumer-mobile-product-dropdown-header svg {
    color: #005EEE;
    flex-shrink: 0;
}
.consumer-mobile-product-dropdown-header:hover .consumer-mobile-product-dropdown-title {
    text-decoration: underline;
}
.consumer-mobile-product-dropdown-divider {
    width: 100%;
    height: 1px;
    background: #DDDFE3;
    margin-bottom: 1.5rem;
}
.consumer-mobile-product-dropdown-link {
    display: block;
    font-family: "Epilogue-Regular";
    font-size:2rem;
    color: #000;
    opacity: 0.7;
    padding: 1.25rem 0;
    line-height: 1;
    transition: color 0.15s ease;
}
.consumer-mobile-product-dropdown-link:hover {
    color: #005EEE;
}

.consumer-mobile-features-wrap {
    padding: 0 2.5rem;
}
/* ============================================================
   MAIN / HERO
   ============================================================ */
.consumer-main {
    padding: 16rem 3rem 4rem; /* top = header-h + breathing room */
}

@media (max-width: 1023px) {
    .consumer-main {
        padding: 14rem 2rem 4rem;
    }
}

.consumer-main-inner {
    max-width: 160rem; /* 1280px */
    margin: 0 auto;
}

.consumer-hero-card {
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);;
    border: 1px solid #e5e7eb;
    padding: 6rem;
    text-align: center;
}

@media (max-width: 1023px) {
    .consumer-hero-card {
        padding: 4rem 3rem;
    }
}

.consumer-hero-title {
    font-size: 5.625rem; /* 45px */
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

@media (max-width: 1023px) {
    .consumer-hero-title {
        font-size: 4.5rem;
    }
}

.consumer-hero-text {
    margin-top: 2rem;
    font-size: 2.25rem; /* 18px */
    color: #4b5563;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

@media (max-width: 1023px) {
    .consumer-hero-text {
        font-size: 2rem;
    }
}

.consumer-hero-actions {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.consumer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 3.5rem;
    font-size: 2rem; /* 16px */
    font-weight: 600;
    border-radius: 1rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.consumer-btn-primary {
    background: #005EEE;
    color: #ffffff;
}

.consumer-btn-primary:hover {
    background: #004bbf;
}

.consumer-btn-secondary {
    background: #ffffff;
    color: #374151;
    border-color: #d1d5db;
}

.consumer-btn-secondary:hover {
    background: #f9fafb;
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
    .consumer-header,
    .consumer-mobile-menu {
        display: none !important;
    }

    .consumer-main {
        padding-top: 0;
    }
}

/* Scale down padding when viewport is tighter than 144rem (1152px) */
@media (max-width: 1152px) {
    .features-sub-panel-left {
        padding: 5rem 3.5rem;
    }
    .features-sub-panel-right {
        padding: 5rem 4rem;
    }
}