/* === GlobalNetCom — Photo-Rich Design (Orange) === */
:root {
    --gc-bg: #faf9f7;
    --gc-dark: #1c1917;
    --gc-dark-soft: #292524;
    --gc-surface: #ffffff;
    --gc-orange: #f97316;
    --gc-orange-dim: rgba(249,115,22,0.08);
    --gc-orange-glow: rgba(249,115,22,0.25);
    --gc-border: #e7e5e4;
    --gc-text: #57534e;
    --gc-text-bright: #1c1917;
    --gc-white: #ffffff;
}
html { font-size: 15px; scroll-behavior: smooth; }
body { font-family: 'Inter',-apple-system,sans-serif; background: var(--gc-bg); color: var(--gc-text); margin: 0; line-height: 1.8; }
h1,h2,h3,h4 { color: var(--gc-text-bright); font-weight: 700; line-height: 1.3; }
a { color: var(--gc-orange); text-decoration: none; transition: color .2s; }
a:hover { color: #ea580c; }
.btn:focus,.form-control:focus,.form-select:focus { box-shadow: 0 0 0 .2rem var(--gc-orange-dim); border-color: var(--gc-orange); }

/* === NAVIGATION === */
.gc-nav { background: var(--gc-white); border-bottom: 1px solid var(--gc-border); position: sticky; top: 0; z-index: 200; }
.gc-nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 70px; }
.gc-nav-brand { font-weight: 800; font-size: 1.1rem; color: var(--gc-dark); display: flex; align-items: center; gap: .4rem; text-decoration: none; }
.gc-nav-brand span { color: var(--gc-orange); }
.gc-nav-links { display: flex; align-items: center; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.gc-nav-links a { color: var(--gc-text); font-size: .88rem; font-weight: 500; padding: .5rem 1rem; border-radius: 6px; transition: all .2s; }
.gc-nav-links a:hover { color: var(--gc-orange); background: var(--gc-orange-dim); }
.gc-nav-cta { background: var(--gc-orange); color: var(--gc-white); font-size: .82rem; font-weight: 600; padding: .6rem 1.5rem; border-radius: 6px; border: none; transition: all .3s; text-decoration: none; }
.gc-nav-cta:hover { background: #ea580c; color: var(--gc-white); }
.gc-nav-toggle { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 20px; position: relative; flex-direction: column; justify-content: space-between; padding: 0; }
.gc-nav-toggle span { display: block; width: 100%; height: 2px; background: var(--gc-dark); }
@media (max-width: 991px) {
    .gc-nav-links { display: none; }
    .gc-nav-toggle { display: flex; }
    .gc-nav-cta { display: none; }
    .gc-nav-links.active { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--gc-white); border-bottom: 1px solid var(--gc-border); padding: 1rem 2rem; box-shadow: 0 10px 30px rgba(0,0,0,.08); z-index: 201; }
}

/* === BUTTONS === */
.btn-gc { background: var(--gc-orange); color: var(--gc-white); font-weight: 700; border: none; padding: .85rem 2.5rem; border-radius: 8px; font-size: .9rem; transition: all .3s; display: inline-block; text-decoration: none; }
.btn-gc:hover { background: #ea580c; color: var(--gc-white); box-shadow: 0 8px 25px var(--gc-orange-glow); transform: translateY(-1px); }
.btn-gc-outline { border: 2px solid var(--gc-white); color: var(--gc-white); background: transparent; font-weight: 600; padding: .8rem 2.5rem; border-radius: 8px; font-size: .9rem; transition: all .3s; display: inline-block; text-decoration: none; }
.btn-gc-outline:hover { background: var(--gc-white); color: var(--gc-dark); }
.btn-gc-white { background: var(--gc-white); color: var(--gc-dark); font-weight: 700; border: none; padding: .85rem 2.5rem; border-radius: 8px; font-size: .9rem; transition: all .3s; display: inline-block; text-decoration: none; }
.btn-gc-white:hover { background: #f5f5f4; color: var(--gc-dark); }

/* === HERO WITH PHOTO === */
.gc-hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.gc-hero-bg { position: absolute; inset: 0; }
.gc-hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(28,25,23,.88) 0%, rgba(28,25,23,.45) 100%); }
.gc-hero-content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
.gc-hero-tag { display: inline-block; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gc-orange); padding: .3rem 1rem; border: 1px solid rgba(249,115,22,.4); border-radius: 20px; margin-bottom: 1.5rem; }
.gc-hero h1 { color: var(--gc-white); font-size: 2.8rem; line-height: 1.15; margin-bottom: 1.5rem; max-width: 600px; font-weight: 300; }
.gc-hero h1 strong { font-weight: 700; }
.gc-hero-desc { color: rgba(255,255,255,.65); font-size: 1.05rem; margin-bottom: 2.5rem; max-width: 520px; }
.gc-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 767px) { .gc-hero h1 { font-size: 2rem; } .gc-hero { min-height: 440px; } }

/* === PAGE HEADER WITH PHOTO === */
.gc-page-header { position: relative; min-height: 280px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.gc-page-header-bg { position: absolute; inset: 0; }
.gc-page-header-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-page-header-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,25,23,.75) 0%, rgba(28,25,23,.85) 100%); }
.gc-page-header-content { position: relative; z-index: 1; padding: 4rem 2rem 3rem; }
.gc-page-header h1 { color: var(--gc-white); font-size: 2.2rem; margin-bottom: .5rem; }
.gc-page-header p { color: rgba(255,255,255,.55); font-size: .95rem; margin: 0; }
.gc-page-header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--gc-orange); z-index: 2; }

/* === SECTION WRAPPERS === */
.gc-section { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; }
.gc-section-dark { background: var(--gc-dark); color: var(--gc-white); padding: 5rem 2rem; }
.gc-section-dark h2,.gc-section-dark h3 { color: var(--gc-white); }
.gc-section-dark p { color: rgba(255,255,255,.6); }
.gc-section-header { text-align: center; max-width: 650px; margin: 0 auto 3rem; }
.gc-section-header h2 { font-size: 1.8rem; margin-bottom: .8rem; }
.gc-section-header p { color: var(--gc-text); font-size: .95rem; }
.gc-section-tag { display: inline-block; font-size: .65rem; font-weight: 700; color: var(--gc-orange); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .8rem; }

/* === PHOTO CARD GRID === */
.gc-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
@media (max-width: 991px) { .gc-photo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .gc-photo-grid { grid-template-columns: 1fr; } }
.gc-photo-card { background: var(--gc-surface); border-radius: 12px; overflow: hidden; transition: all .3s; border: 1px solid var(--gc-border); }
.gc-photo-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-3px); }
.gc-photo-card-img { height: 200px; overflow: hidden; }
.gc-photo-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.gc-photo-card:hover .gc-photo-card-img img { transform: scale(1.06); }
.gc-photo-card-body { padding: 1.5rem; }
.gc-photo-card-tag { font-size: .62rem; font-weight: 700; color: var(--gc-orange); letter-spacing: .15em; text-transform: uppercase; margin-bottom: .5rem; }
.gc-photo-card h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.gc-photo-card p { color: var(--gc-text); font-size: .88rem; margin: 0; }

/* === FEATURE SECTION (TEXT + PHOTO) === */
.gc-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 0 auto; align-items: center; }
.gc-feature-reverse { direction: rtl; }
.gc-feature-reverse > * { direction: ltr; }
.gc-feature-text h2 { font-size: 1.7rem; margin-bottom: 1rem; }
.gc-feature-text p { color: var(--gc-text); font-size: .92rem; margin-bottom: 1rem; }
.gc-feature-text .gc-section-tag { margin-bottom: .6rem; }
.gc-feature-img { border-radius: 12px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.1); }
.gc-feature-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 340px; }
@media (max-width: 767px) {
    .gc-feature,.gc-feature-reverse { grid-template-columns: 1fr; gap: 2rem; direction: ltr; }
    .gc-feature-img img { min-height: 240px; }
}

/* === STATS BAR === */
.gc-stats { display: flex; gap: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--gc-border); max-width: 1200px; margin: 0 auto; }
.gc-stat { flex: 1; padding: 2rem; text-align: center; background: var(--gc-surface); border-right: 1px solid var(--gc-border); }
.gc-stat:last-child { border-right: none; }
.gc-stat-val { font-size: 2rem; font-weight: 700; color: var(--gc-orange); line-height: 1.2; }
.gc-stat-val span { font-size: .8rem; color: var(--gc-text); }
.gc-stat-label { font-size: .75rem; color: var(--gc-text); margin-top: .3rem; }
@media (max-width: 767px) { .gc-stats { flex-wrap: wrap; } .gc-stat { flex: 1 1 50%; } }

/* === CTA WITH BACKGROUND PHOTO === */
.gc-cta { position: relative; min-height: 350px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.gc-cta-bg { position: absolute; inset: 0; }
.gc-cta-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-cta-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(28,25,23,.88) 0%, rgba(28,25,23,.7) 100%); }
.gc-cta-content { position: relative; z-index: 1; padding: 4rem 2rem; max-width: 600px; }
.gc-cta h2 { color: var(--gc-white); font-size: 2rem; margin-bottom: .8rem; }
.gc-cta p { color: rgba(255,255,255,.55); margin-bottom: 2rem; }

/* === SERVICE CARDS WITH PHOTO === */
.gc-service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
@media (max-width: 767px) { .gc-service-cards { grid-template-columns: 1fr; } }
.gc-service-card { display: grid; grid-template-columns: 200px 1fr; background: var(--gc-surface); border: 1px solid var(--gc-border); border-radius: 12px; overflow: hidden; transition: all .3s; }
.gc-service-card:hover { border-color: var(--gc-orange); box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.gc-service-card-img { overflow: hidden; }
.gc-service-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 180px; transition: transform .4s; }
.gc-service-card:hover .gc-service-card-img img { transform: scale(1.05); }
.gc-service-card-body { padding: 1.5rem; display: flex; flex-direction: column; justify-content: center; }
.gc-service-card-tag { font-size: .6rem; font-weight: 700; color: var(--gc-orange); letter-spacing: .12em; text-transform: uppercase; margin-bottom: .4rem; }
.gc-service-card-body h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.gc-service-card-body p { color: var(--gc-text); font-size: .85rem; margin: 0; }
@media (max-width: 575px) {
    .gc-service-card { grid-template-columns: 1fr; }
    .gc-service-card-img img { min-height: 160px; }
}

/* === COMPANY INFO === */
.gc-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1200px; margin: 0 auto; }
@media (max-width: 767px) { .gc-info-grid { grid-template-columns: 1fr; } }
.gc-info-panel { background: var(--gc-surface); border: 1px solid var(--gc-border); border-radius: 12px; padding: 2rem; }
.gc-info-label { font-size: .65rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gc-orange); margin-bottom: .8rem; }
.gc-facts-table { width: 100%; border-collapse: collapse; margin: 0; }
.gc-facts-table td { padding: .7rem; border-bottom: 1px solid var(--gc-border); font-size: .9rem; }
.gc-facts-table td:first-child { color: var(--gc-orange); font-weight: 600; width: 140px; }

/* === TIMELINE WITH PHOTOS === */
.gc-timeline { max-width: 1200px; margin: 0 auto; }
.gc-timeline-entry { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: center; }
.gc-timeline-entry:nth-child(even) { direction: rtl; }
.gc-timeline-entry:nth-child(even) > * { direction: ltr; }
.gc-timeline-entry-img { border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.gc-timeline-entry-img img { width: 100%; height: 240px; object-fit: cover; display: block; }
.gc-timeline-entry-body { padding: 1rem 0; }
.gc-timeline-year { font-size: .7rem; font-weight: 700; color: var(--gc-orange); letter-spacing: .15em; text-transform: uppercase; margin-bottom: .3rem; }
.gc-timeline-entry h4 { font-size: 1.1rem; margin-bottom: .5rem; }
.gc-timeline-entry p { font-size: .88rem; margin: 0; }
@media (max-width: 767px) {
    .gc-timeline-entry,.gc-timeline-entry:nth-child(even) { grid-template-columns: 1fr; direction: ltr; }
    .gc-timeline-entry-img img { height: 200px; }
}

/* === CONTACT === */
.gc-contact-wrap { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem; display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; }
.gc-contact-photo { border-radius: 12px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.gc-contact-photo img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 400px; }
.gc-contact-info { margin-bottom: 2rem; }
.gc-contact-info h2 { font-size: 1.5rem; margin-bottom: .8rem; }
.gc-contact-info p { color: var(--gc-text); font-size: .9rem; }
.gc-contact-detail { margin-top: 1.5rem; }
.gc-contact-detail-item { display: flex; gap: .8rem; align-items: start; margin-bottom: 1.2rem; }
.gc-contact-detail-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--gc-orange-dim); display: flex; align-items: center; justify-content: center; color: var(--gc-orange); flex-shrink: 0; }
.gc-contact-detail-icon svg { width: 16px; height: 16px; }
.gc-contact-detail-text { font-size: .85rem; }
.gc-contact-detail-text strong { display: block; color: var(--gc-text-bright); font-size: .78rem; margin-bottom: .15rem; }
.gc-form-card { background: var(--gc-surface); border: 1px solid var(--gc-border); border-radius: 12px; padding: 2rem; }
.gc-form-card .form-label { font-weight: 600; font-size: .82rem; color: var(--gc-text-bright); }
.gc-form-card .form-control,.gc-form-card .form-select { border-color: var(--gc-border); border-radius: 8px; padding: .75rem 1rem; font-size: .9rem; }
@media (max-width: 767px) { .gc-contact-wrap { grid-template-columns: 1fr; } .gc-contact-photo img { min-height: 250px; } }

/* === PHOTO GALLERY === */
.gc-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; max-width: 1200px; margin: 0 auto; }
.gc-gallery img { width: 100%; height: 200px; object-fit: cover; display: block; border-radius: 6px; transition: opacity .3s; }
.gc-gallery img:hover { opacity: .85; }
@media (max-width: 767px) { .gc-gallery { grid-template-columns: repeat(2, 1fr); } }

/* === PROSE (Privacy, etc.) === */
.gc-prose { max-width: 800px; margin: 0 auto; padding: 4rem 2rem; }
.gc-prose h3 { font-size: 1rem; margin-top: 1.8rem; margin-bottom: .6rem; color: var(--gc-text-bright); }
.gc-prose p { line-height: 2; }
.gc-prose ul { padding-left: 1.2rem; }
.gc-prose ul li { margin-bottom: .3rem; line-height: 2; }

/* === SERVICE DETAIL PAGE === */
.gc-sd-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.gc-sd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.gc-sd-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 991px) { .gc-sd-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .gc-sd-grid,.gc-sd-grid-3 { grid-template-columns: 1fr; } }
.gc-sd-item { padding: 1.8rem; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.03); transition: all .3s; }
.gc-sd-item:hover { border-color: var(--gc-orange); background: rgba(249,115,22,.05); }
.gc-sd-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--gc-orange-dim); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.gc-sd-icon svg { width: 20px; height: 20px; stroke: var(--gc-orange); }
.gc-sd-item h4 { font-size: 1.05rem; margin-bottom: .5rem; color: var(--gc-white); }
.gc-sd-item p { font-size: .88rem; margin: 0; color: rgba(255,255,255,.55); line-height: 1.7; }
.gc-service-card-link { display: inline-flex; align-items: center; gap: .3rem; font-size: .82rem; font-weight: 600; color: var(--gc-orange); margin-top: .8rem; transition: gap .2s; }
.gc-service-card-link:hover { gap: .6rem; color: #ea580c; }

/* === FOOTER === */
.gc-footer { background: var(--gc-dark); padding: 4rem 2rem 2rem; }
.gc-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
@media (max-width: 767px) { .gc-footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; } }
@media (max-width: 575px) { .gc-footer-inner { grid-template-columns: 1fr; } }
.gc-footer-brand { color: var(--gc-white); font-weight: 800; font-size: 1rem; margin-bottom: .6rem; }
.gc-footer-brand span { color: var(--gc-orange); }
.gc-footer-desc { color: rgba(255,255,255,.35); font-size: .78rem; max-width: 280px; line-height: 1.7; }
.gc-footer-heading { font-size: .65rem; font-weight: 700; color: var(--gc-orange); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .8rem; }
.gc-footer-links { list-style: none; padding: 0; margin: 0; }
.gc-footer-links li { margin-bottom: .3rem; color: rgba(255,255,255,.35); font-size: .82rem; }
.gc-footer-links a { color: rgba(255,255,255,.4); font-size: .82rem; }
.gc-footer-links a:hover { color: var(--gc-orange); }
.gc-footer-copy { max-width: 1200px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.06); font-size: .7rem; color: rgba(255,255,255,.2); text-align: center; }
