* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    touch-action: manipulation;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2C2C2C;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
}

body, html {
    overflow-x: hidden;
}

nav {
    background: rgba(255, 255, 255, 0.98);
    padding: 0.75rem 5%;
    box-shadow: 0 2px 20px rgba(197, 156, 72, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid #e0c961;
    backdrop-filter: blur(10px);
    width: 100%;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 2vw, 1rem);
    text-decoration: none;
    flex-shrink: 0;
}

.logo-image {
    height: clamp(40px, 8vw, 55px);
    width: auto;
    transition: transform 0.3s ease;
}

.logo-container:hover .logo-image {
    transform: scale(1.05);
}

.logo-text {
    font-size: clamp(0.9rem, 2.5vw, 1.4rem);
    font-weight: 700;
    color: #2C2C2C;
    letter-spacing: 0.3px;
    line-height: 1.2;
    white-space: nowrap;
}

.logo-text span {
    color: #e0c961;
}

/* Desktop nav — sits naturally in the header */
.nav-links {
    display: flex;
    list-style: none;
    gap: clamp(1rem, 3vw, 2.5rem);
    align-items: center;
    margin: 0;
    padding: 0;
    position: static;
}

.nav-links li {
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #2C2C2C;
    font-weight: 500;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    transition: color 0.3s;
    position: relative;
    padding: 0.5rem 0;
    display: block;
    white-space: nowrap;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e0c961;
    transition: width 0.3s;
}

.nav-links a:hover {
    color: #e0c961;
}

.nav-links a:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1002;
    position: relative;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: #e0c961;
    transition: all 0.3s ease;
    border-radius: 3px;
    display: block;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: clamp(3rem, 6vw, 4rem) 5%;
    width: 100%;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(rgba(197, 156, 72, 0.15), rgba(197, 156, 72, 0.2)), 
                url('WhatsApp Image 2026-02-10 at 20.32.12.jpeg') center/cover;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: clamp(150px, 20vw, 250px);
    height: clamp(150px, 20vw, 250px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='350' cy='80' r='8' fill='%23D4A855'/%3E%3Cellipse cx='350' cy='60' rx='15' ry='25' fill='%23e0c961' opacity='0.8' transform='rotate(0 350 60)'/%3E%3Cellipse cx='370' cy='70' rx='15' ry='25' fill='%23e0c961' opacity='0.8' transform='rotate(72 370 70)'/%3E%3Cellipse cx='365' cy='92' rx='15' ry='25' fill='%23e0c961' opacity='0.8' transform='rotate(144 365 92)'/%3E%3Cellipse cx='335' cy='92' rx='15' ry='25' fill='%23e0c961' opacity='0.8' transform='rotate(216 335 92)'/%3E%3Cellipse cx='330' cy='70' rx='15' ry='25' fill='%23e0c961' opacity='0.8' transform='rotate(288 330 70)'/%3E%3Ccircle cx='320' cy='150' r='6' fill='%23B88A3C'/%3E%3Cellipse cx='320' cy='135' rx='12' ry='20' fill='%23D4A855' opacity='0.75' transform='rotate(0 320 135)'/%3E%3Cellipse cx='335' cy='143' rx='12' ry='20' fill='%23D4A855' opacity='0.75' transform='rotate(72 335 143)'/%3E%3Cellipse cx='330' cy='160' rx='12' ry='20' fill='%23D4A855' opacity='0.75' transform='rotate(144 330 160)'/%3E%3Cellipse cx='310' cy='160' rx='12' ry='20' fill='%23D4A855' opacity='0.75' transform='rotate(216 310 160)'/%3E%3Cellipse cx='305' cy='143' rx='12' ry='20' fill='%23D4A855' opacity='0.75' transform='rotate(288 305 143)'/%3E%3Cellipse cx='290' cy='100' rx='25' ry='12' fill='%23e0c961' opacity='0.5' transform='rotate(-30 290 100)'/%3E%3Cellipse cx='340' cy='120' rx='22' ry='10' fill='%23e0c961' opacity='0.5' transform='rotate(40 340 120)'/%3E%3Cellipse cx='310' cy='180' rx='20' ry='10' fill='%23D4A855' opacity='0.5' transform='rotate(-45 310 180)'/%3E%3Ccircle cx='370' cy='130' r='4' fill='%23D4A855'/%3E%3Cellipse cx='370' cy='122' rx='8' ry='12' fill='%23e0c961' opacity='0.7' transform='rotate(0 370 122)'/%3E%3Cellipse cx='378' cy='128' rx='8' ry='12' fill='%23e0c961' opacity='0.7' transform='rotate(72 378 128)'/%3E%3Cellipse cx='375' cy='138' rx='8' ry='12' fill='%23e0c961' opacity='0.7' transform='rotate(144 375 138)'/%3E%3Cellipse cx='365' cy='138' rx='8' ry='12' fill='%23e0c961' opacity='0.7' transform='rotate(216 365 138)'/%3E%3Cellipse cx='362' cy='128' rx='8' ry='12' fill='%23e0c961' opacity='0.7' transform='rotate(288 362 128)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    opacity: 0.8;
    pointer-events: none;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 10;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 246, 0.98));
    max-width: 600px;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(197, 156, 72, 0.2);
}

.hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e0c961, #D4A855);
    border-radius: 20px 20px 0 0;
}

.hero-logo {
    width: clamp(80px, 15vw, 120px);
    height: auto;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 10px rgba(197, 156, 72, 0.3));
}

.hero h1 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
    font-weight: 700;
    color: #2C2C2C;
    line-height: 1.2;
    position: relative;
}

.hero h1::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e0c961, #D4A855);
    border-radius: 2px;
}

.hero h1 span {
    color: #e0c961;
}

.hero p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    margin-bottom: 1.5rem;
    color: #4A4A4A;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #e0c961 0%, #B88A3C 100%);
    color: white;
    padding: clamp(0.8rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2.5rem);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(197, 156, 72, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M25,10 Q30,20 35,22 L25,30 L15,22 Q20,20 25,10' fill='white' opacity='0.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s, left 0.3s;
}

.cta-button:hover::before {
    opacity: 1;
    left: 15px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(197, 156, 72, 0.4);
    background: linear-gradient(135deg, #B88A3C 0%, #A67B35 100%);
}

@media (max-width: 968px) {
    .hero::before {
        width: 100%;
        clip-path: none;
        opacity: 0.3;
    }
    
    .hero-content {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 2.5rem 5%;
    }
    
    .hero-content {
        padding: 1.5rem;
    }
}

.page-header {
    background: linear-gradient(rgba(197, 156, 72, 0.1), rgba(212, 168, 85, 0.1));
    padding: clamp(4rem, 10vw, 6rem) 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: clamp(150px, 25vw, 280px);
    height: clamp(150px, 25vw, 280px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg opacity='0.7'%3E%3Ccircle cx='60' cy='60' r='7' fill='%23D4A855'/%3E%3Cellipse cx='60' cy='43' rx='13' ry='20' fill='%23e0c961' opacity='0.8' transform='rotate(0 60 43)'/%3E%3Cellipse cx='77' cy='51' rx='13' ry='20' fill='%23e0c961' opacity='0.8' transform='rotate(72 77 51)'/%3E%3Cellipse cx='72' cy='70' rx='13' ry='20' fill='%23e0c961' opacity='0.8' transform='rotate(144 72 70)'/%3E%3Cellipse cx='48' cy='70' rx='13' ry='20' fill='%23e0c961' opacity='0.8' transform='rotate(216 48 70)'/%3E%3Cellipse cx='43' cy='51' rx='13' ry='20' fill='%23e0c961' opacity='0.8' transform='rotate(288 43 51)'/%3E%3Cellipse cx='35' cy='80' rx='20' ry='10' fill='%23D4A855' opacity='0.6' transform='rotate(-40 35 80)'/%3E%3Cellipse cx='85' cy='75' rx='18' ry='9' fill='%23e0c961' opacity='0.6' transform='rotate(35 85 75)'/%3E%3Ccircle cx='90' cy='50' r='4' fill='%23B88A3C'/%3E%3Cellipse cx='90' cy='42' rx='7' ry='11' fill='%23D4A855' opacity='0.75' transform='rotate(0 90 42)'/%3E%3Cellipse cx='98' cy='48' rx='7' ry='11' fill='%23D4A855' opacity='0.75' transform='rotate(72 98 48)'/%3E%3Cellipse cx='95' cy='58' rx='7' ry='11' fill='%23D4A855' opacity='0.75' transform='rotate(144 95 58)'/%3E%3Cellipse cx='85' cy='58' rx='7' ry='11' fill='%23D4A855' opacity='0.75' transform='rotate(216 85 58)'/%3E%3Cellipse cx='82' cy='48' rx='7' ry='11' fill='%23D4A855' opacity='0.75' transform='rotate(288 82 48)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: clamp(140px, 23vw, 260px);
    height: clamp(140px, 23vw, 260px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg opacity='0.7'%3E%3Ccircle cx='140' cy='140' r='6' fill='%23D4A855'/%3E%3Cellipse cx='140' cy='125' rx='12' ry='18' fill='%23e0c961' opacity='0.8' transform='rotate(0 140 125)'/%3E%3Cellipse cx='155' cy='132' rx='12' ry='18' fill='%23e0c961' opacity='0.8' transform='rotate(72 155 132)'/%3E%3Cellipse cx='151' cy='148' rx='12' ry='18' fill='%23e0c961' opacity='0.8' transform='rotate(144 151 148)'/%3E%3Cellipse cx='129' cy='148' rx='12' ry='18' fill='%23e0c961' opacity='0.8' transform='rotate(216 129 148)'/%3E%3Cellipse cx='125' cy='132' rx='12' ry='18' fill='%23e0c961' opacity='0.8' transform='rotate(288 125 132)'/%3E%3Cellipse cx='115' cy='120' rx='18' ry='9' fill='%23D4A855' opacity='0.6' transform='rotate(45 115 120)'/%3E%3Cellipse cx='160' cy='155' rx='16' ry='8' fill='%23e0c961' opacity='0.6' transform='rotate(-30 160 155)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
}

.page-header h1 {
    font-size: clamp(2rem, 6vw, 3.5rem);
    margin-bottom: 1rem;
    color: #2C2C2C;
    font-weight: 700;
}

.page-header h1 span {
    color: #e0c961;
}

.page-header p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #4A4A4A;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
}

section {
    padding: clamp(3rem, 8vw, 5rem) 5%;
    width: 100%;
}

section h2 {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    margin-bottom: 1rem;
    color: #2C2C2C;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.5rem;
}

section h2::before,
section h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 60px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cpath d='M10,30 Q20,25 30,30 L40,35 L50,30 Q60,25 70,30' stroke='%23e0c961' stroke-width='2.5' fill='none' opacity='0.7'/%3E%3Cellipse cx='25' cy='28' rx='7' ry='10' fill='%23e0c961' opacity='0.6' transform='rotate(-25 25 28)'/%3E%3Cellipse cx='40' cy='26' rx='6' ry='9' fill='%23D4A855' opacity='0.6' transform='rotate(15 40 26)'/%3E%3Cellipse cx='55' cy='28' rx='7' ry='10' fill='%23e0c961' opacity='0.6' transform='rotate(-20 55 28)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

section h2::before {
    left: calc(50% - 120px);
}

section h2::after {
    right: calc(50% - 120px);
    transform: scaleX(-1);
}

section h2 span {
    color: #e0c961;
}

section > .container > p,
section > p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #4A4A4A;
    line-height: 1.7;
}

.cta-section {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: rgba(197, 156, 72, 0.05);
    border-radius: 15px;
}

.cta-section h2 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    margin-bottom: 2rem;
}

.services {
    background: linear-gradient(rgba(250, 249, 246, 0.98), rgba(255, 255, 255, 0.98)),
                url('https://images.unsplash.com/photo-1522337360788-8b13dee7a37e?w=1600&q=80') center/cover;
    background-attachment: scroll;
}

/* ========================================
   SERVICES V2 - ACCORDION PANEL
   ======================================== */

.services-v2 {
    background: #FFFDF8;
    padding: clamp(3rem, 8vw, 5rem) 5%;
}

.services-v2-label {
    text-align: center;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e0c961;
    margin-bottom: 12px !important;
    font-weight: 700;
}

.services-v2-panel {
    display: flex;
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ece4d4;
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 460px;
}

/* ══════════════════════════════════════
   SERVICES GRID SECTION
══════════════════════════════════════ */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2px;
    background: rgba(201, 168, 76, 0.25);
    border: 1px solid rgba(201, 168, 76, 0.25);
}

.service-card {
    background: #fdfaf4;
    padding: 40px 36px;
    transition: background 0.3s ease;
}

.service-card:hover {
    background: #fff9ed;
}

.service-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #C9A84C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 24px;
    color: #C9A84C;
}

.service-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-card p {
    color: #6b6b6b;
    font-size: 0.93rem;
    line-height: 1.75;
}

.service-tag {
    display: inline-block;
    margin-top: 16px;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C9A84C;
    border-bottom: 1px solid #C9A84C;
    padding-bottom: 2px;
}

@media (max-width: 960px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }

    .service-card {
        padding: 32px 24px;
    }
}

/* Left: Service List */
.services-v2-list {
    width: 380px;
    min-width: 380px;
    border-right: 1px solid #ece4d4;
    flex-shrink: 0;
}

.sv2-item {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #ece4d4;
    background: transparent;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.sv2-item:last-child {
    border-bottom: none;
}

.sv2-item:hover {
    background: rgba(197, 156, 72, 0.04);
}

.sv2-item.active {
    background: linear-gradient(90deg, rgba(197, 156, 72, 0.08), transparent);
    border-left-color: #e0c961;
}

.sv2-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f5f0e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sv2-item.active .sv2-icon-box {
    background: #e0c961;
    box-shadow: 0 4px 14px rgba(197, 156, 72, 0.3);
}

.sv2-item-text h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #888;
    transition: all 0.3s ease;
    text-align: left;
}

.sv2-item.active .sv2-item-text h3 {
    font-weight: 700;
    color: #1a1a1a;
}

.sv2-arrow {
    margin-left: auto;
    font-size: 22px;
    color: #e0c961;
    opacity: 0;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.sv2-item.active .sv2-arrow {
    opacity: 1;
}

/* Right: Detail Panel */
.services-v2-detail {
    flex: 1;
    background: linear-gradient(160deg, #FFFDF8 0%, #f9f4ea 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sv2-detail-glow {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(197, 156, 72, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.sv2-detail-inner {
    padding: clamp(2.5rem, 5vw, 3.5rem);
    position: relative;
    z-index: 1;
    width: 100%;
}

.sv2-detail-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e0c961;
    margin-bottom: 16px;
    background: rgba(197, 156, 72, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
}

.sv2-detail-emoji {
    font-size: 48px;
    margin-bottom: 16px;
}

.sv2-detail-title {
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px;
    text-align: left;
}

.sv2-detail-desc {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    line-height: 1.8;
    color: #666;
    margin: 0 0 20px;
    max-width: 420px;
    text-align: left;
}

.sv2-detail-img {
    width: 100%;
    max-width: 420px;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(197, 156, 72, 0.15);
    transition: opacity 0.3s ease;
}

.sv2-detail-btn {
    display: inline-block;
    padding: clamp(0.7rem, 2vw, 0.85rem) clamp(1.5rem, 3vw, 2rem);
    background: linear-gradient(135deg, #e0c961, #D4A855);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1rem);
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(197, 156, 72, 0.3);
}

.sv2-detail-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(197, 156, 72, 0.4);
    background: linear-gradient(135deg, #B88A3C, #e0c961);
}

/* ========================================
   IMPROVED MOBILE STYLES FOR SERVICES V2
   ======================================== */

@media (max-width: 968px) {
    .services-v2-panel {
        flex-direction: column;
        min-height: auto;
    }

    .services-v2-list {
        width: 100%;
        min-width: unset;
        border-right: none;
        border-bottom: 1px solid #ece4d4;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0;
        padding: 8px 0;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 20px;
    }

    .services-v2-list::-webkit-scrollbar {
        display: none;
    }

    .sv2-item {
        flex-direction: column;
        gap: 8px;
        padding: 16px 20px;
        min-width: 130px;
        text-align: center;
        border-bottom: none;
        border-left: none;
        border-right: 1px solid #ece4d4;
        border-top: 3px solid transparent;
        flex-shrink: 0;
        scroll-snap-align: start;
        transition: all 0.3s ease;
    }

    .sv2-item:first-child {
        margin-left: 8px;
    }

    .sv2-item:last-child {
        border-right: none;
        margin-right: 8px;
    }

    .sv2-item.active {
        border-left-color: transparent;
        border-top-color: #e0c961;
        background: rgba(197, 156, 72, 0.12);
        box-shadow: 0 2px 8px rgba(197, 156, 72, 0.15);
    }

    .sv2-icon-box {
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin: 0 auto;
        transition: transform 0.3s ease;
    }

    .sv2-item.active .sv2-icon-box {
        transform: scale(1.1);
        background: #e0c961;
    }

    .sv2-item-text h3 {
        font-size: 13px;
        white-space: normal;
        line-height: 1.3;
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: break-word;
    }

    .sv2-arrow {
        display: none;
    }

    .sv2-detail-inner {
        text-align: center;
        padding: 2rem 1.5rem;
    }

    .sv2-detail-desc {
        text-align: center;
        max-width: 100%;
    }

    .sv2-detail-title {
        text-align: center;
    }

    .sv2-detail-img {
        max-width: 100%;
        height: 250px;
    }

    .sv2-detail-badge {
        margin: 0 auto 12px;
    }
}

/* Stack tabs vertically on small screens */
@media (max-width: 640px) {
    .services-v2-list {
        flex-direction: column;
        overflow-x: visible;
        border-bottom: none;
        border-right: 1px solid #ece4d4;
        max-width: 100%;
        padding: 0;
    }

    .sv2-item {
        flex-direction: row;
        min-width: unset;
        width: 100%;
        text-align: left;
        gap: 12px;
        padding: 16px 20px;
        border-right: none;
        border-bottom: 1px solid #ece4d4;
        border-top: none;
        border-left: 3px solid transparent;
        margin: 0 !important;
    }

    .sv2-item:last-child {
        border-bottom: 1px solid #ece4d4;
    }

    .sv2-item.active {
        border-top-color: transparent;
        border-left-color: #e0c961;
        background: rgba(197, 156, 72, 0.12);
    }

    .sv2-icon-box {
        margin: 0;
    }

    .sv2-item-text {
        flex: 1;
        text-align: left;
    }

    .sv2-item-text h3 {
        text-align: left;
        justify-content: flex-start;
        min-height: auto;
        font-size: 14px;
    }

    .sv2-arrow {
        display: block;
        opacity: 1;
        margin-left: auto;
    }

    .sv2-detail-img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .sv2-item {
        padding: 14px 16px;
    }

    .sv2-icon-box {
        width: 36px;
        height: 36px;
        font-size: 18px;
        border-radius: 10px;
    }

    .sv2-item-text h3 {
        font-size: 13px;
    }

    .sv2-detail-inner {
        padding: 2rem 1.25rem;
    }

    .sv2-detail-emoji {
        font-size: 36px;
    }

    .sv2-detail-img {
        height: 180px;
        margin-bottom: 16px;
    }

    .sv2-detail-badge {
        font-size: 11px;
        padding: 5px 12px;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 3rem;
    width: 100%;
}

.service-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(197, 156, 72, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 4px solid #e0c961;
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M20,50 Q30,45 40,50 L50,55 L60,50 Q70,45 80,50' stroke='%23e0c961' stroke-width='2' fill='none' opacity='0.6'/%3E%3Cellipse cx='35' cy='48' rx='8' ry='12' fill='%23e0c961' opacity='0.5' transform='rotate(-20 35 48)'/%3E%3Cellipse cx='50' cy='45' rx='7' ry='11' fill='%23D4A855' opacity='0.5' transform='rotate(10 50 45)'/%3E%3Cellipse cx='65' cy='48' rx='8' ry='12' fill='%23e0c961' opacity='0.5' transform='rotate(-15 65 48)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(197, 156, 72, 0.25);
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    display: block;
    flex-shrink: 0;
}

.service-content {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    flex: 1;
}

.service-card h3 {
    color: #2C2C2C;
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 700;
}

.service-card p {
    text-align: left;
    margin: 0;
    color: #4A4A4A;
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.7;
}

.differentiation {
    background: linear-gradient(rgba(255, 253, 247, 0.95), rgba(250, 249, 246, 0.95)),
                url('https://images.unsplash.com/photo-1519699047748-de8e457a634e?w=1600&q=80') center/cover;
    background-attachment: scroll;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 3rem;
    width: 100%;
}

.feature {
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.12);
    transition: transform 0.3s;
    backdrop-filter: blur(10px);
    overflow: visible;
    position: relative;
}

.feature::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M20,80 Q30,70 40,75 L50,85 L60,75 Q70,70 80,80' stroke='%23e0c961' stroke-width='2' fill='none' opacity='0.25'/%3E%3Ccircle cx='50' cy='20' r='8' fill='%23D4A855' opacity='0.2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    pointer-events: none;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature-image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.feature:hover .feature-image {
    transform: scale(1.05);
}

.feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(197, 156, 72, 0.3) 100%);
}

.feature:nth-child(2) .feature-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(74, 144, 226, 0.3) 100%);
}

.feature:nth-child(3) .feature-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 105, 180, 0.3) 100%);
}

.feature-content {
    padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
}

.feature h3 {
    color: #2C2C2C;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.feature p {
    margin: 0;
    font-size: clamp(0.95rem, 2vw, 1rem);
    text-align: center;
}

.process {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(250, 249, 246, 0.95)),
                url('https://images.unsplash.com/photo-1562322140-8baeececf3df?w=1600&q=80') center/cover;
    background-attachment: scroll;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 3rem;
    width: 100%;
}

.step {
    position: relative;
    padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    border-left: 4px solid #e0c961;
    transition: transform 0.3s;
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.15);
    backdrop-filter: blur(10px);
}

.step:hover {
    transform: translateX(5px);
}

.step:nth-child(2) { border-left-color: #4A90E2; }
.step:nth-child(3) { border-left-color: #FF69B4; }
.step:nth-child(4) { border-left-color: #e0c961; }
.step:nth-child(5) { border-left-color: #4A90E2; }

.step-number {
    position: absolute;
    top: -15px;
    left: 20px;
    background: linear-gradient(135deg, #e0c961, #D4A855);
    color: white;
    width: clamp(40px, 8vw, 45px);
    height: clamp(40px, 8vw, 45px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 1.2rem);
    box-shadow: 0 3px 10px rgba(197, 156, 72, 0.4);
}

.step:nth-child(2) .step-number { background: linear-gradient(135deg, #4A90E2, #357ABD); }
.step:nth-child(3) .step-number { background: linear-gradient(135deg, #FF69B4, #FF1493); }
.step:nth-child(4) .step-number { background: linear-gradient(135deg, #e0c961, #B88A3C); }
.step:nth-child(5) .step-number { background: linear-gradient(135deg, #4A90E2, #357ABD); }

.step h3 {
    margin-top: 1rem;
    color: #2C2C2C;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.step p {
    text-align: left;
    margin: 0;
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.7;
}

.cansa-partnership {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 246, 0.98));
    padding: clamp(4rem, 8vw, 6rem) 5%;
    position: relative;
    overflow: hidden;
}

.cansa-partnership::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: clamp(150px, 20vw, 250px);
    height: clamp(150px, 20vw, 250px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Cg opacity='0.6'%3E%3Ccircle cx='200' cy='120' r='8' fill='%23D4A855'/%3E%3Cellipse cx='200' cy='100' rx='15' ry='25' fill='%23e0c961' opacity='0.7' transform='rotate(0 200 100)'/%3E%3Cellipse cx='220' cy='110' rx='15' ry='25' fill='%23e0c961' opacity='0.7' transform='rotate(72 220 110)'/%3E%3Cellipse cx='215' cy='132' rx='15' ry='25' fill='%23e0c961' opacity='0.7' transform='rotate(144 215 132)'/%3E%3Cellipse cx='185' cy='132' rx='15' ry='25' fill='%23e0c961' opacity='0.7' transform='rotate(216 185 132)'/%3E%3Cellipse cx='180' cy='110' rx='15' ry='25' fill='%23e0c961' opacity='0.7' transform='rotate(288 180 110)'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    pointer-events: none;
}

.partnership-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: clamp(3rem, 6vw, 5rem);
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.partnership-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(197, 156, 72, 0.15);
    border: 2px solid rgba(197, 156, 72, 0.2);
    transition: all 0.3s;
}

.partnership-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(197, 156, 72, 0.25);
}

.cansa-logo {
    width: 100%;
    max-width: clamp(200px, 30vw, 350px);
    height: auto;
    display: block;
}

.partnership-text {
    position: relative;
    z-index: 2;
}

.partnership-text h2 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    margin-bottom: 1.5rem;
    color: #2C2C2C;
    font-weight: 700;
}

.partnership-text h2 span {
    color: #00A79D;
}

.partnership-text p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 1.5rem;
}

.partnership-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(197, 156, 72, 0.05);
    border-radius: 10px;
    border-left: 4px solid #e0c961;
    transition: all 0.3s;
}

.feature-item:hover {
    background: rgba(197, 156, 72, 0.1);
    transform: translateX(5px);
}

.feature-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #e0c961, #D4A855);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.feature-item span:last-child {
    font-size: clamp(0.95rem, 2vw, 1.05rem);
    color: #2C2C2C;
    font-weight: 500;
}

@media (max-width: 968px) {
    .partnership-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .partnership-text h2 {
        text-align: center;
    }

    .partnership-features {
        align-items: center;
    }

    .feature-item {
        max-width: 500px;
    }
}

@media (max-width: 480px) {
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
}

.products {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(250, 249, 246, 0.95)),
                url('https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?w=1600&q=80') center/cover;
    background-attachment: scroll;
}

.product-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 3rem;
    width: 100%;
}

.category-card {
    background: white;
    color: #2C2C2C;
    padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 3vw, 2rem);
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(197, 156, 72, 0.15);
}

.category-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M100,50 Q120,80 140,90 L130,120 Q110,140 90,130 L70,110 Q60,80 80,60 L100,50' fill='%23e0c961' opacity='0.06'/%3E%3Ccircle cx='120' cy='80' r='15' fill='%23D4A855' opacity='0.08'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
    transition: transform 0.3s;
}

.category-card:hover::after {
    transform: scale(1.1) rotate(10deg);
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #e0c961, #D4A855);
}

.category-card:nth-child(2)::before { background: linear-gradient(90deg, #4A90E2, #357ABD); }
.category-card:nth-child(3)::before { background: linear-gradient(90deg, #FF69B4, #FF1493); }
.category-card:nth-child(4)::before { background: linear-gradient(90deg, #e0c961, #B88A3C); }

.category-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(197, 156, 72, 0.25);
}

.category-icon {
    width: clamp(60px, 12vw, 80px);
    height: clamp(60px, 12vw, 80px);
    background: linear-gradient(135deg, #e0c961, #D4A855);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: clamp(2rem, 5vw, 2.5rem);
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.3);
}

.category-card:nth-child(2) .category-icon { background: linear-gradient(135deg, #4A90E2, #357ABD); }
.category-card:nth-child(3) .category-icon { background: linear-gradient(135deg, #FF69B4, #FF1493); }
.category-card:nth-child(4) .category-icon { background: linear-gradient(135deg, #e0c961, #B88A3C); }

.category-card h3 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
    color: #2C2C2C;
    font-weight: 700;
}

.category-card p {
    color: #4A4A4A;
    margin: 0;
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.7;
}

.donation {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(44, 44, 44, 0.6)),
                url('juan-tb-UXWELm5JC8c-unsplash.jpg') top/cover;
    background-attachment: scroll;
    color: #FFFFFF;
    text-align: center;
    height: max-content;
}

.donation h2 {
    color: #FFFFFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.donation > .container > p {
    color: #FFFFFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.donation-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 3rem;
    width: 100%;
}

.donation-box {
    background: rgba(255, 255, 255, 0.95);
    padding: clamp(2rem, 4vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(197, 156, 72, 0.2);
    transition: transform 0.3s;
    backdrop-filter: blur(10px);
}

.donation-box:hover {
    transform: translateY(-5px);
}

.donation-box h3 {
    margin-bottom: 1rem;
    color: #2C2C2C;
    font-weight: 700;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.donation-box p {
    margin: 0;
    color: #4A4A4A;
    font-size: clamp(0.95rem, 2vw, 1rem);
    line-height: 1.7;
}

.donation-icon {
    width: clamp(60px, 12vw, 70px);
    height: clamp(60px, 12vw, 70px);
    background: linear-gradient(135deg, #e0c961, #D4A855);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: clamp(1.5rem, 4vw, 2rem);
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.4);
}

.donation-box:nth-child(2) .donation-icon { background: linear-gradient(135deg, #4A90E2, #357ABD); }
.donation-box:nth-child(3) .donation-icon { background: linear-gradient(135deg, #FF69B4, #FF1493); }

.testimonials {
    background: linear-gradient(rgba(250, 249, 246, 0.95), rgba(255, 255, 255, 0.95)),
                url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=1600&q=80') center/cover;
    background-attachment: scroll;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 3rem;
    width: 100%;
}

.testimonial {
    background: rgba(255, 255, 255, 0.95);
    padding: clamp(2rem, 4vw, 2.5rem);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.15);
    border-left: 4px solid #e0c961;
    backdrop-filter: blur(10px);
    transition: transform 0.3s;
    position: relative;
}

.testimonial::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 4rem;
    color: #e0c961;
    opacity: 0.15;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M15,25 Q20,15 25,20 Q30,25 35,20 Q40,15 45,25' stroke='%23e0c961' stroke-width='1.5' fill='none' opacity='0.3'/%3E%3Ccircle cx='25' cy='35' r='3' fill='%23D4A855' opacity='0.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    pointer-events: none;
}

.testimonial:hover {
    transform: translateY(-5px);
}

.testimonial:nth-child(2) { border-left-color: #FF69B4; }
.testimonial:nth-child(3) { border-left-color: #e0c961; }

.testimonial-text {
    font-style: italic;
    margin-bottom: 1rem;
    color: #4A4A4A;
    text-align: left;
    line-height: 1.8;
    font-size: clamp(0.95rem, 2vw, 1rem);
}

.testimonial-author {
    font-weight: 700;
    color: #2C2C2C;
    text-align: left;
    font-size: clamp(0.95rem, 2vw, 1rem);
}

.testimonial-stars {
    color: #e0c961;
    margin-bottom: 1rem;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.contact-form-section {
    background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(250, 249, 246, 0.95));
    padding: clamp(4rem, 8vw, 6rem) 5%;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    margin-top: 3rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.form-container {
    background: white;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(197, 156, 72, 0.15);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: #2C2C2C;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.form-group input,
.form-group textarea {
    padding: clamp(0.8rem, 2vw, 1rem);
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-family: inherit;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #e0c961;
    box-shadow: 0 0 0 3px rgba(197, 156, 72, 0.1);
}

.form-group small {
    color: #6B6B6B;
    font-size: 0.85rem;
}

.form-submit {
    margin-top: 1rem;
    width: 100%;
    cursor: pointer;
    border: none;
}

.measurement-guide {
    background: linear-gradient(135deg, rgba(197, 156, 72, 0.05), rgba(212, 168, 85, 0.05));
    padding: clamp(2rem, 4vw, 2.5rem);
    border-radius: 15px;
    border: 2px solid rgba(197, 156, 72, 0.2);
}

.measurement-guide h3 {
    color: #2C2C2C;
    margin-bottom: 1.5rem;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    text-align: center;
}

.guide-image-container {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.2);
}

.guide-image {
    width: 100%;
    height: max-content;
    display: block;
}

.guide-text h4 {
    color: #e0c961;
    margin-bottom: 1rem;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
}

.guide-text ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.guide-text li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.guide-text li strong {
    color: #e0c961;
}

.guide-note {
    background: rgba(197, 156, 72, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #e0c961;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    font-style: italic;
}

.contact-info-section {
    background: white;
    padding: clamp(3rem, 6vw, 5rem) 5%;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(2rem, 4vw, 3rem);
    max-width: 1200px;
    margin: 0 auto;
}

.contact-card {
    background: linear-gradient(135deg, rgba(197, 156, 72, 0.05), rgba(212, 168, 85, 0.05));
    padding: clamp(2rem, 4vw, 2.5rem);
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid rgba(197, 156, 72, 0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(197, 156, 72, 0.2);
    border-color: #e0c961;
}

.contact-icon {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
}

.contact-card h3 {
    color: #2C2C2C;
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, 3vw, 1.4rem);
}

.contact-card p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    margin-bottom: 0.5rem;
}

.contact-card a {
    color: #e0c961;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.contact-card a:hover {
    color: #B88A3C;
}

.contact-card small {
    display: block;
    color: #6B6B6B;
    font-size: clamp(0.85rem, 1.8vw, 0.9rem);
    margin-top: 0.5rem;
}

.map-section {
    background: linear-gradient(rgba(250, 249, 246, 0.95), rgba(255, 255, 255, 0.95));
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.map-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 5%;
}

.container-full {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(197, 156, 72, 0.2);
    border: 3px solid #e0c961;
}

.map-container iframe {
    display: block;
}

.contact-cta {
    background: linear-gradient(rgba(197, 156, 72, 0.15), rgba(212, 168, 85, 0.15)),
                url('tabitha-turner-dVO5sjMBY4Y-unsplash.jpg') center/cover;
    background-attachment: scroll;
    color: #2C2C2C;
    text-align: center;
    padding: clamp(3rem, 8vw, 5rem) 5%;
}

.contact-cta h2 {
    color: #2C2C2C;
    margin-bottom: 1rem;
}

.contact-cta > .container > p {
    color: #4A4A4A;
    margin-bottom: 2rem;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    flex-wrap: wrap;
    margin-top: 2rem;
    width: 100%;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: clamp(1rem, 3vw, 1.5rem) clamp(1.5rem, 3vw, 2rem);
    border-radius: 15px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.15);
    min-width: 250px;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50,20 Q60,30 65,40 Q70,50 65,60 Q60,70 50,80 Q40,70 35,60 Q30,50 35,40 Q40,30 50,20' fill='%23e0c961' opacity='0.08'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(197, 156, 72, 0.25);
}

.contact-item span {
    font-size: clamp(1.5rem, 4vw, 2rem);
    flex-shrink: 0;
}

.contact-item div {
    text-align: left;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.contact-item strong {
    color: #e0c961;
    display: block;
    margin-bottom: 0.25rem;
}

@media (max-width: 968px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .contact-item {
        min-width: unset;
        flex-direction: column;
        text-align: center;
    }

    .contact-item div {
        text-align: center;
    }
}

footer {
    background: linear-gradient(135deg, #FAF9F6 0%, #FFFFFF 100%);
    color: #4A4A4A;
    padding: clamp(3rem, 6vw, 4rem) 5%;
    border-top: 3px solid #e0c961;
    width: 100%;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: clamp(2rem, 5vw, 4rem);
    margin-bottom: 2.5rem;
    width: 100%;
}

.footer-logo-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.footer-logo {
    height: clamp(50px, 10vw, 70px);
    width: auto;
}

.footer-logo-text {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #2C2C2C;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.footer-logo-text span {
    color: #e0c961;
}

.footer-tagline {
    margin-top: 0.5rem;
    color: #4A4A4A;
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
    max-width: 280px;
}

.footer-section h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #2C2C2C;
    margin-bottom: 1.2rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #e0c961;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 2;
    margin-bottom: 0.3rem;
}

.footer-section li strong {
    color: #e0c961;
    font-weight: 600;
}

.footer-section a {
    color: #4A4A4A;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
}

.footer-section a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s;
    color: #e0c961;
}

.footer-section a:hover {
    color: #e0c961;
    padding-left: 20px;
}

.footer-section a:hover::before {
    opacity: 1;
    left: 0;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(197, 156, 72, 0.3);
    color: #4A4A4A;
    font-size: clamp(0.85rem, 1.8vw, 0.95rem);
}

@media (max-width: 968px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: clamp(2rem, 4vw, 3rem);
    }

    .footer-logo-section {
        grid-column: 1 / -1;
        text-align: center;
        align-items: center;
    }

    .footer-logo-container {
        justify-content: center;
    }

    .footer-tagline {
        max-width: 100%;
        text-align: center;
    }

    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section a:hover {
        padding-left: 0;
    }

    .footer-section a::before {
        display: none;
    }
}

.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(197, 156, 72, 0.3);
    border-left: 5px solid #e0c961;
    z-index: 1001;
    animation: slideIn 0.5s ease-out;
    max-width: min(90vw, 350px);
    display: none;
}

@keyframes slideIn {
    from { transform: translateX(400px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.popup h4 {
    color: #2C2C2C;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.1rem);
}

.popup p {
    margin: 0;
    text-align: left;
    color: #4A4A4A;
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.popup button {
    margin-top: 1rem;
    background: linear-gradient(135deg, #e0c961, #D4A855);
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(197, 156, 72, 0.3);
    font-size: clamp(0.9rem, 2vw, 1rem);
}

.popup button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.4);
}

.popup .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: #999;
    font-size: 1.5rem;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.accent-bar {
    height: 3px;
    background: linear-gradient(90deg, #FF69B4 100%);
    margin: clamp(2rem, 4vw, 3rem) auto;
    width: min(100px, 30vw);
    border-radius: 3px;
    position: relative;
}

.accent-bar::before,
.accent-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath d='M30,15 L30,45 M15,30 L45,30' stroke='%23e0c961' stroke-width='2' opacity='0.6'/%3E%3Cellipse cx='30' cy='20' rx='6' ry='9' fill='%23e0c961' opacity='0.7' transform='rotate(20 30 20)'/%3E%3Cellipse cx='40' cy='30' rx='6' ry='9' fill='%23D4A855' opacity='0.7' transform='rotate(-20 40 30)'/%3E%3Cellipse cx='30' cy='40' rx='6' ry='9' fill='%23e0c961' opacity='0.7' transform='rotate(20 30 40)'/%3E%3Cellipse cx='20' cy='30' rx='6' ry='9' fill='%23B88A3C' opacity='0.7' transform='rotate(-20 20 30)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.accent-bar::before { left: -55px; }
.accent-bar::after { right: -55px; transform: translateY(-50%) rotate(90deg); }

/* ========================================
   MOBILE MENU
   ======================================== */

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    pointer-events: none;
}

.menu-overlay.active {
    display: block;
    pointer-events: auto;
}

@media (max-width: 968px) {
    .menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(75vw, 320px);
        height: 100vh;
        background: linear-gradient(135deg, #FFFFFF 0%, #FAF9F6 100%);
        flex-direction: column;
        padding: 5rem 2rem 2rem;
        gap: 0;
        transition: right 0.4s ease;
        box-shadow: -5px 0 25px rgba(197, 156, 72, 0.2);
        z-index: 999;
        align-items: flex-start;
        overflow-y: auto;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links a {
        width: 100%;
        padding: 1rem 0;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(197, 156, 72, 0.1);
    }

    .nav-links a::after {
        display: none;
    }
}

@media (max-width: 480px) {
    nav {
        padding: 0.6rem 3%;
    }

    .contact-item {
        min-width: unset;
        flex-direction: column;
        text-align: center;
    }

    .contact-item div {
        text-align: center;
    }

    .popup {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

@media (max-width: 360px) {
    .logo-text {
        font-size: 0.85rem;
    }

    .nav-links {
        width: 85vw;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        padding: 3rem 5%;
        min-height: auto;
    }

    .hero-logo {
        width: 80px;
        margin-bottom: 1rem;
    }

    section {
        padding: 2rem 5%;
    }
}

::selection {
    background: #e0c961;
    color: white;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   PRODUCTS PAGE STYLES
   ======================================== */

.product-filters-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 246, 0.98));
    padding: clamp(3rem, 6vw, 4rem) 5%;
    border-bottom: 1px solid rgba(197, 156, 72, 0.1);
}

.filter-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.filter-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #2C2C2C;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.filter-header p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #4A4A4A;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}

.filter-btn {
    padding: clamp(0.7rem, 2vw, 0.9rem) clamp(1.2rem, 3vw, 1.8rem);
    background: white;
    border: 2px solid rgba(197, 156, 72, 0.3);
    border-radius: 50px;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 600;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
}

.filter-btn:hover {
    background: rgba(197, 156, 72, 0.1);
    border-color: #e0c961;
    color: #2C2C2C;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: linear-gradient(135deg, #e0c961, #D4A855);
    border-color: #e0c961;
    color: white;
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.3);
}

.products-showcase {
    background: linear-gradient(rgba(250, 249, 246, 0.5), rgba(255, 255, 255, 0.5));
    padding: clamp(3rem, 6vw, 5rem) 5%;
}

.products-showcase .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    gap: clamp(2rem, 4vw, 2.5rem);
    max-width: 1400px;
}

.product-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(197, 156, 72, 0.15);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(20px);
    display: none;
}

.product-item.show {
    opacity: 1;
    transform: translateY(0);
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(197, 156, 72, 0.25);
}

.product-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-item:hover .product-img {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #e0c961, #D4A855);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(197, 156, 72, 0.4);
    z-index: 2;
}

.product-info {
    padding: clamp(1.5rem, 3vw, 2rem);
}

.product-info h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: #2C2C2C;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.product-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.tag {
    background: rgba(197, 156, 72, 0.1);
    color: #e0c961;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.product-info > p {
    color: #4A4A4A;
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
}

.product-features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(197, 156, 72, 0.2);
}

.product-features span {
    font-size: 0.9rem;
    color: #4A4A4A;
}

.custom-solutions-cta {
    background: linear-gradient(135deg, rgba(197, 156, 72, 0.05), rgba(212, 168, 85, 0.05));
    padding: clamp(4rem, 8vw, 6rem) 5%;
    position: relative;
    overflow: hidden;
}

.custom-solutions-cta::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(197, 156, 72, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.custom-solutions-cta .container {
    max-width: 1000px;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    color: #2C2C2C;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content > p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #4A4A4A;
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 3rem;
}

.cta-feature {
    background: white;
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(197, 156, 72, 0.1);
    transition: all 0.3s;
}

.cta-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(197, 156, 72, 0.2);
}

.cta-icon {
    font-size: clamp(2rem, 5vw, 2.5rem);
    display: block;
    margin-bottom: 1rem;
}

.cta-feature h4 {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    color: #2C2C2C;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.cta-feature p {
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    color: #4A4A4A;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .filter-buttons { gap: 0.8rem; }
    .filter-btn { font-size: 0.85rem; padding: 0.6rem 1rem; }
    .products-showcase .container { grid-template-columns: 1fr; }
    .cta-features-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .product-image-wrapper { height: 200px; }
    .filter-buttons { flex-direction: column; align-items: stretch; }
    .filter-btn { width: 100%; text-align: center; }
}

/* ========================================
   ICON ONCOLOGY PARTNERSHIP SECTION
   ======================================== */

.icon-partnership {
    background: linear-gradient(160deg, #f0f7fa 0%, #ffffff 50%, #f5f9fb 100%);
    padding: clamp(4rem, 8vw, 6rem) 5%;
    position: relative;
    overflow: hidden;
}

.icon-partnership::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: clamp(200px, 30vw, 350px);
    height: clamp(200px, 30vw, 350px);
    background: radial-gradient(circle, rgba(0, 159, 172, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.icon-partnership::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: clamp(180px, 25vw, 300px);
    height: clamp(180px, 25vw, 300px);
    background: radial-gradient(circle, rgba(0, 159, 172, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.icon-layout {
    grid-template-columns: 2fr 1fr;
}

.icon-partnership .partnership-text h2 span {
    color: #009FAC;
}

.icon-logo-box {
    border: 2px solid rgba(0, 159, 172, 0.2);
    box-shadow: 0 10px 40px rgba(0, 159, 172, 0.1);
}

.icon-logo-box:hover {
    border-color: rgba(0, 159, 172, 0.4);
    box-shadow: 0 15px 50px rgba(0, 159, 172, 0.2);
}

.icon-logo {
    width: 100%;
    max-width: clamp(180px, 25vw, 300px);
    height: auto;
    display: block;
}

.icon-item {
    border-left-color: #009FAC;
}

.icon-item:hover {
    background: rgba(0, 159, 172, 0.08);
}

.icon-icon {
    background: linear-gradient(135deg, #009FAC, #00b8c4) !important;
}

.icon-link-btn {
    display: inline-block;
    margin-top: 1.5rem;
    padding: clamp(0.7rem, 2vw, 0.9rem) clamp(1.5rem, 3vw, 2rem);
    background: linear-gradient(135deg, #009FAC, #00b8c4);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: clamp(0.9rem, 2vw, 1rem);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 159, 172, 0.3);
}

.icon-link-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 159, 172, 0.4);
    background: linear-gradient(135deg, #008a96, #009FAC);
}

@media (max-width: 968px) {
    .icon-layout { grid-template-columns: 1fr; }
    .icon-layout .partnership-text { order: 2; }
    .icon-layout .icon-logo-box { order: 1; }
    .icon-partnership .partnership-text h2 { text-align: center; }
    .icon-partnership .partnership-features { align-items: center; }
    .icon-partnership .icon-item { max-width: 500px; }
    .icon-link-btn { display: block; text-align: center; max-width: 300px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 480px) {
    .icon-item { flex-direction: column; text-align: center; }
}

/* ========================================
   REDESIGNED PROCESS SECTION V2
   ======================================== */

.process-v2 {
    background: linear-gradient(160deg, #1a1a1a 0%, #2C2C2C 40%, #3a2f1e 100%);
    padding: clamp(3rem, 8vw, 5rem) 5% clamp(4rem, 8vw, 6rem);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.process-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(1px 1px at 10% 20%, rgba(197, 156, 72, 0.4) 0%, transparent 100%),
        radial-gradient(1px 1px at 30% 60%, rgba(212, 168, 85, 0.3) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 50% 10%, rgba(197, 156, 72, 0.35) 0%, transparent 100%),
        radial-gradient(1px 1px at 70% 80%, rgba(212, 168, 85, 0.25) 0%, transparent 100%),
        radial-gradient(1px 1px at 90% 40%, rgba(197, 156, 72, 0.3) 0%, transparent 100%),
        radial-gradient(1.5px 1.5px at 20% 90%, rgba(212, 168, 85, 0.2) 0%, transparent 100%),
        radial-gradient(1px 1px at 80% 15%, rgba(197, 156, 72, 0.3) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.process-v2 .container {
    position: relative;
    z-index: 2;
}

.process-v2 h2 {
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.process-v2 > .container > p {
    color: rgba(255, 255, 255, 0.8);
}

.process-v2-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 2;
    align-items: start;
}

.process-media {
    position: sticky;
    top: 100px;
}

.media-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.media-main {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 4;
    border-radius: 16px;
    overflow: hidden;
    background: #111;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(197, 156, 72, 0.3),
        inset 0 0 80px rgba(0, 0, 0, 0.2);
}

.process-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1;
}

.process-video.active {
    opacity: 1;
    z-index: 2;
}

.media-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    z-index: 3;
    pointer-events: none;
}

.media-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 4;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.media-label-dot {
    width: 8px;
    height: 8px;
    background: #e0c961;
    border-radius: 50%;
    display: inline-block;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
}

.media-thumbs {
    display: flex;
    gap: 0.75rem;
}

.thumb {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(197, 156, 72, 0.2);
    border-radius: 12px;
    padding: 0.8rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: inherit;
}

.thumb:hover {
    background: rgba(197, 156, 72, 0.15);
    border-color: rgba(197, 156, 72, 0.5);
    color: #fff;
}

.thumb.active {
    background: rgba(197, 156, 72, 0.2);
    border-color: #e0c961;
    color: #fff;
    box-shadow: 0 0 20px rgba(197, 156, 72, 0.2);
}

.thumb-play { font-size: 1.2rem; }
.thumb-text { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.3px; }

.process-timeline {
    position: relative;
    padding-left: 2.5rem;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 18px;
    width: 3px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 18px;
    width: 3px;
    height: 0%;
    background: linear-gradient(180deg, #e0c961, #D4A855);
    border-radius: 3px;
    transition: height 0.6s ease;
}

.timeline-step {
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-step.visible {
    opacity: 1;
    transform: translateX(0);
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-marker {
    position: absolute;
    left: -2.5rem;
    top: 0.5rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF69B4, #FF1493);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 0 20px rgba(197, 156, 72, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.timeline-step:hover .timeline-marker {
    transform: scale(1.15);
    box-shadow: 0 0 30px rgba(197, 156, 72, 0.6), 0 6px 16px rgba(0, 0, 0, 0.3);
}

.timeline-marker span {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
}

.timeline-step:nth-child(4) .timeline-marker,
.timeline-step:nth-child(5) .timeline-marker,
.timeline-step:nth-child(7) .timeline-marker {
    background: linear-gradient(135deg, #FF69B4, #FF1493);
    box-shadow: 0 0 20px rgba(255, 105, 180, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.timeline-content {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 156, 72, 0.15);
    border-radius: 14px;
    padding: clamp(1.5rem, 3vw, 2rem);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e0c961, transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.timeline-step:hover .timeline-content {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(197, 156, 72, 0.3);
    transform: translateX(5px);
}

.timeline-step:hover .timeline-content::before {
    opacity: 1;
}

.timeline-icon {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
}

.timeline-content h3 {
    color: #FFFFFF;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.timeline-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.9rem, 2vw, 0.95rem);
    line-height: 1.7;
    text-align: left;
    margin: 0;
}

@media (max-width: 968px) {
    .process-v2-layout { grid-template-columns: 1fr; }
    .process-media { position: relative; top: 0; }
    .media-main { aspect-ratio: 9 / 12; }
}

@media (max-width: 480px) {
    .process-timeline { padding-left: 2rem; }
    .timeline-marker { width: 32px; height: 32px; left: -2rem; }
    .timeline-marker span { font-size: 0.85rem; }
    .timeline-line, .timeline-progress { left: 14px; }
    .thumb { padding: 0.6rem 0.3rem; }
    .thumb-text { font-size: 0.7rem; }
}