/* ============================================
   RESPONSIBILITY.CSS - Sustainability & Ethics
   ============================================ */

/* ---------- DESIGN SYSTEM INHERITANCE ---------- */
:root {
    --gold-primary: #e6b800;
    --gold-gradient: linear-gradient(135deg, #e6b800 0%, #ffd966 100%);
    --navy-ultra-deep: #051220;
    --navy-deep: #0a1929;
    --navy-medium: #1a2a3a;
    --white-pure: #ffffff;
    --white-off: #f8fafc;
    --gray-100: #f0f2f4;
    --gray-200: #e2e6ea;
    --gray-300: #cbd0d6;
    --gray-400: #9aa6b5;
    --gray-500: #7c8a9a;
    --gray-600: #5f6c7a;
    --green-sustainable: #2e7d32;
    --green-light: #c8e6c9;
    --blue-ocean: #0288d1;
    --shadow-sm: 0 5px 20px rgba(0,0,0,0.03);
    --shadow-md: 0 15px 35px rgba(0,0,0,0.05);
    --shadow-lg: 0 25px 50px rgba(0,0,0,0.08);
    --shadow-xl: 0 35px 70px rgba(0,0,0,0.12);
    --transition-slow: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    --transition-medium: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    --transition-fast: 0.2s ease;
}

/* ---------- TYPOGRAPHY PREMIUM (INHERITED FROM ABOUT) ---------- */
.gold-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.section-header-centered {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.eyebrow-premium {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--gold-primary);
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.eyebrow-premium::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    background: var(--gold-primary);
    transform: translateY(-50%);
}

.eyebrow-premium.light::before {
    background: var(--white-pure);
}

.eyebrow-premium.light {
    color: var(--white-pure);
}

.title-premium {
    font-size: 3.2rem;
    font-weight: 800;
    font-family: var(--font-display);
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--navy-deep);
}

.title-premium.light {
    color: var(--white-pure);
}

.subtitle-premium {
    font-size: 1.2rem;
    color: var(--gray-600);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* ---------- RESPONSIBILITY HERO ---------- */
.responsibility-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0;
    overflow: hidden;
}

.responsibility-hero-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-media {
    width: 100%;
    height: 100%;
}

.hero-video-fallback img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay.multi-layer {
    background: linear-gradient(135deg, rgba(5,18,32,0.92) 0%, rgba(10,25,41,0.8) 100%);
}

.overlay-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><path d="M30 0 L60 30 L30 60 L0 30 Z" fill="rgba(230,184,0,0.02)"/></svg>');
    background-size: 60px 60px;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    color: var(--white-pure);
}

.breadcrumb-premium {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    font-size: 0.95rem;
}

.breadcrumb-premium a {
    color: rgba(255,255,255,0.7);
    transition: color 0.3s ease;
}

.breadcrumb-premium a:hover {
    color: var(--gold-primary);
}

.breadcrumb-premium .separator {
    color: var(--gold-primary);
    font-size: 0.8rem;
}

.breadcrumb-premium .current {
    color: var(--white-pure);
    font-weight: 600;
    position: relative;
}

.breadcrumb-premium .current::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gold-primary);
}

.hero-title-group {
    margin-bottom: 40px;
}

.hero-pre-title {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--gold-primary);
    margin-bottom: 20px;
    border-bottom: 2px solid var(--gold-primary);
    padding-bottom: 10px;
}

.hero-title {
    font-size: 5.2rem;
    font-weight: 800;
    font-family: var(--font-display);
    line-height: 1;
    margin-bottom: 25px;
}

.gold-text {
    color: var(--gold-primary);
    text-shadow: 0 0 20px rgba(230,184,0,0.3);
}

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    max-width: 700px;
}

.hero-metrics {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.metric-item {
    display: flex;
    flex-direction: column;
}

.metric-value {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: var(--font-display);
    color: var(--gold-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.metric-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.2);
}

.hero-cta .btn-scroll {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 16px 32px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    color: var(--white-pure);
    font-weight: 600;
    transition: all 0.4s ease;
}

.hero-cta .btn-scroll:hover {
    background: var(--gold-primary);
    color: var(--navy-deep);
    border-color: var(--gold-primary);
    transform: translateY(-3px);
}

.btn-icon {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.btn-scroll:hover .btn-icon {
    background: var(--navy-deep);
    color: var(--white-pure);
}

.hero-shapes .shape {
    position: absolute;
    background: rgba(230,184,0,0.03);
    border-radius: 50%;
    z-index: 5;
}

.shape-1 {
    top: 20%;
    right: 10%;
    width: 300px;
    height: 300px;
}

.shape-2 {
    bottom: 10%;
    left: 5%;
    width: 200px;
    height: 200px;
}

.shape-3 {
    top: 60%;
    right: 20%;
    width: 150px;
    height: 150px;
}

/* ---------- ANIMATIONS ---------- */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    opacity: 0;
    animation: fadeUp 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- COMMITMENT STATEMENT ---------- */
.commitment-statement {
    padding: 120px 0;
    background: var(--white-pure);
    position: relative;
    z-index: 10;
}

.commitment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.section-tag {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.tag-line {
    width: 60px;
    height: 2px;
    background: var(--gold-primary);
}

.tag-text {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold-primary);
}

.section-title-large {
    font-size: 3.2rem;
    font-weight: 800;
    font-family: var(--font-display);
    line-height: 1.1;
    margin-bottom: 30px;
    color: var(--navy-deep);
}

.commitment-text .lead {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--navy-deep);
    margin-bottom: 25px;
    line-height: 1.5;
}

.text-block {
    margin-bottom: 25px;
}

.text-block p {
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.8;
}

.commitment-signature {
    margin-top: 40px;
}

.signature-line {
    width: 80px;
    height: 2px;
    background: var(--gold-primary);
    margin-bottom: 20px;
}

.signature-text {
    display: flex;
    flex-direction: column;
}

.signature-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy-deep);
}

.signature-title {
    font-size: 0.9rem;
    color: var(--gray-500);
}

/* Visual Stack */
.commitment-visual {
    position: relative;
}

.visual-stack {
    position: relative;
    height: 600px;
}

.visual-primary {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    box-shadow: var(--shadow-lg);
}

.visual-primary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.visual-primary:hover img {
    transform: scale(1.03);
}

.visual-overlay-gold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(230,184,0,0.2) 0%, transparent 100%);
    pointer-events: none;
}

.visual-secondary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
    z-index: 3;
    box-shadow: var(--shadow-xl);
    border: 4px solid var(--white-pure);
}

.visual-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-badge {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white-pure);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    border: 1px solid rgba(230,184,0,0.3);
}

.floating-badge i {
    color: var(--gold-primary);
    font-size: 1.4rem;
}

.floating-badge span {
    font-weight: 700;
    color: var(--navy-deep);
}

/* ---------- ENVIRONMENTAL SECTION ---------- */
.environmental-section {
    padding: 100px 0;
    background: var(--white-off);
}

.environmental-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}

.environmental-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
    background: var(--white-pure);
}

.environmental-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
}

.card-large {
    grid-row: span 2;
}

.card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-large .card-image {
    height: 280px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.environmental-card:hover .card-image img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10,25,41,0.4) 0%, transparent 70%);
}

.card-content {
    padding: 30px;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: var(--gold-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--navy-deep);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.environmental-card:hover .card-icon {
    background: var(--navy-deep);
    color: var(--gold-primary);
}

.card-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 12px;
}

.card-content p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.card-stats {
    display: flex;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--gray-200);
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 800;
    font-family: var(--font-display);
    color: var(--gold-primary);
    line-height: 1;
}

.stat-label {
    font-size: 0.75rem;
    color: var(--gray-500);
    text-transform: uppercase;
}

.partner-badge, .investment-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(46, 125, 50, 0.1);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--green-sustainable);
    border: 1px solid rgba(46, 125, 50, 0.3);
}

.investment-badge {
    background: rgba(2, 136, 209, 0.1);
    color: var(--blue-ocean);
    border-color: rgba(2, 136, 209, 0.3);
}

/* ---------- HSSE SECTION ---------- */
.hsse-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.hsse-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hsse-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-gradient {
    background: linear-gradient(135deg, rgba(5,18,32,0.97) 0%, rgba(10,25,41,0.95) 100%);
}

.hsse-content {
    position: relative;
    z-index: 5;
    max-width: 800px;
    color: var(--white-pure);
}

.section-tag.light .tag-text {
    color: var(--gold-primary);
}

.hsse-description {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    margin: 30px 0 50px;
    line-height: 1.8;
}

.hsse-pillars {
    display: grid;
    gap: 35px;
    margin-bottom: 50px;
}

.pillar-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.pillar-icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(230,184,0,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gold-primary);
    flex-shrink: 0;
    border: 1px solid rgba(230,184,0,0.3);
}

.pillar-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white-pure);
    margin-bottom: 8px;
}

.pillar-content p {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    line-height: 1.7;
}

.hsse-metrics {
    display: flex;
    gap: 50px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.metric-block {
    display: flex;
    flex-direction: column;
}

.metric-number {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: var(--font-display);
    color: var(--gold-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.metric-caption {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

/* ---------- COMMUNITY SECTION ---------- */
.community-section {
    padding: 120px 0;
    background: var(--white-pure);
}

.community-showcase {
    margin-top: 60px;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.community-card {
    background: var(--white-pure);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
    border: 1px solid var(--gray-100);
}

.community-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-xl);
}

.card-media {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.community-card:hover .card-media img {
    transform: scale(1.05);
}

.media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10,25,41,0.5) 0%, transparent 80%);
}

.card-info {
    padding: 30px;
    position: relative;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: var(--gold-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--navy-deep);
    margin-top: -60px;
    margin-bottom: 20px;
    border: 4px solid var(--white-pure);
    box-shadow: var(--shadow-md);
}

.card-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 12px;
    line-height: 1.4;
}

.card-info p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.info-footer {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 15px;
    border-top: 1px solid var(--gray-200);
}

.footer-stat {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gold-primary);
}

/* ---------- PRINCIPLES SECTION ---------- */
.principles-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--navy-ultra-deep) 0%, var(--navy-deep) 100%);
}

.principles-header {
    text-align: center;
    margin-bottom: 60px;
}

.principles-header .eyebrow-premium::before {
    background: var(--gold-primary);
}

.principles-header .title-premium {
    color: var(--white-pure);
}

.principles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.principle-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.principle-card:hover {
    background: rgba(255,255,255,0.08);
    border-color: var(--gold-primary);
    transform: translateY(-8px);
}

.principle-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 3.5rem;
    font-weight: 800;
    font-family: var(--font-display);
    color: rgba(230,184,0,0.1);
    line-height: 1;
}

.principle-icon {
    font-size: 2.2rem;
    color: var(--gold-primary);
    margin-bottom: 25px;
}

.principle-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white-pure);
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.principle-content p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.principle-statement {
    background: rgba(230,184,0,0.05);
    border-radius: 60px;
    padding: 50px;
    position: relative;
    border-left: 6px solid var(--gold-primary);
}

.statement-quote {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 4rem;
    color: rgba(230,184,0,0.1);
}

.statement-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.95);
    font-weight: 500;
    max-width: 900px;
    margin: 0 auto;
}

/* ---------- ACCREDITATIONS ---------- */
.accreditations-responsibility {
    padding: 100px 0;
    background: var(--white-off);
}

.accred-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.accred-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.logo-item {
    text-align: center;
}

.logo-circle {
    width: 100px;
    height: 100px;
    background: var(--white-pure);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.5rem;
    color: var(--gold-primary);
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.logo-item:hover .logo-circle {
    border-color: var(--gold-primary);
    transform: scale(1.05);
    box-shadow: var(--shadow-lg);
}

.logo-name {
    display: block;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 5px;
}

.logo-desc {
    font-size: 0.8rem;
    color: var(--gray-500);
}

/* ---------- REPORT CTA ---------- */
.report-cta {
    padding: 80px 0;
    background: var(--white-pure);
}

.report-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    background: linear-gradient(135deg, var(--white-off) 0%, var(--white-pure) 100%);
    border-radius: 40px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.report-content {
    padding: 60px;
}

.report-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-primary);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--navy-deep);
    margin-bottom: 30px;
}

.report-title {
    font-size: 2.2rem;
    font-weight: 800;
    font-family: var(--font-display);
    color: var(--navy-deep);
    margin-bottom: 20px;
}

.report-description {
    font-size: 1.1rem;
    color: var(--gray-600);
    margin-bottom: 40px;
    line-height: 1.7;
}

.report-actions {
    display: flex;
    gap: 20px;
}

.report-image {
    height: 100%;
}

.report-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- RESPONSIBILITY CTA ---------- */
.responsibility-cta {
    padding: 80px 0 120px;
    background: var(--white-off);
}

.cta-premium-card {
    background: linear-gradient(135deg, var(--navy-ultra-deep) 0%, var(--navy-deep) 100%);
    border-radius: 40px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.cta-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 30%, rgba(230,184,0,0.05) 0%, transparent 50%);
}

.cta-content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: var(--white-pure);
}

.cta-title {
    font-size: 3rem;
    font-weight: 800;
    font-family: var(--font-display);
    margin-bottom: 20px;
}

.cta-text {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.btn-cta-primary {
    background: var(--gold-primary);
    color: var(--navy-deep);
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s ease;
}

.btn-cta-primary:hover {
    background: var(--white-pure);
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(230,184,0,0.3);
}

.btn-cta-secondary {
    background: transparent;
    color: var(--white-pure);
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.4s ease;
}

.btn-cta-secondary:hover {
    background: var(--white-pure);
    color: var(--navy-deep);
    border-color: var(--white-pure);
    transform: translateY(-3px);
}

.cta-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
}

.cta-guarantee i {
    color: var(--gold-primary);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1400px) {
    .hero-title { font-size: 4.5rem; }
    .title-premium { font-size: 2.8rem; }
    .section-title-large { font-size: 2.8rem; }
}

@media (max-width: 1200px) {
    .commitment-grid,
    .accred-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .environmental-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .card-large {
        grid-column: span 2;
    }
    
    .community-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .report-card {
        grid-template-columns: 1fr;
    }
    
    .report-image {
        height: 300px;
    }
}

@media (max-width: 992px) {
    .hero-title { font-size: 3.8rem; }
    .hero-metrics { flex-direction: column; align-items: flex-start; }
    .metric-divider { display: none; }
    
    .visual-stack {
        height: 500px;
    }
    
    .hsse-metrics {
        flex-direction: column;
        gap: 30px;
    }
    
    .accred-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-title { font-size: 2.8rem; }
    .hero-subtitle { font-size: 1.1rem; }
    
    .section-title-large {
        font-size: 2.2rem;
    }
    
    .environmental-grid {
        grid-template-columns: 1fr;
    }
    
    .card-large {
        grid-column: span 1;
    }
    
    .community-grid {
        grid-template-columns: 1fr;
    }
    
    .principles-grid {
        grid-template-columns: 1fr;
    }
    
    .pillar-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-actions {
        flex-direction: column;
    }
    
    .cta-premium-card {
        padding: 50px 30px;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .report-actions {
        flex-direction: column;
    }
    
    .report-content {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .hero-title { font-size: 2.2rem; }
    .breadcrumb-premium { flex-wrap: wrap; }
    
    .visual-stack {
        height: 400px;
    }
    
    .visual-primary {
        width: 90%;
        height: 250px;
    }
    
    .visual-secondary {
        width: 80%;
        height: 200px;
    }
    
    .floating-badge {
        display: none;
    }
    
    .principle-statement {
        padding: 30px 20px;
        border-radius: 30px;
    }
    
    .statement-text {
        font-size: 1.1rem;
    }
}