.gcc-page{background:#0a0a0a;color:#ffffff;font-family:Montserrat,system-ui,sans-serif}.gcc-hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:140px 5% 100px;overflow:hidden}.gcc-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.5}.gcc-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,11,35,.85),rgba(10,10,10,.7) 60%,rgba(10,10,10,.3));z-index:1}.gcc-hero-content{position:relative;z-index:2;max-width:800px}.gcc-hero-content h1{font-size:clamp(2rem,4vw + 1rem,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;background:linear-gradient(135deg,#f68723,#e63946);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gcc-hero-content p{font-size:clamp(1.1rem,2vw,1.25rem);color:#ffffff;margin-bottom:2.5rem;line-height:1.8;max-width:700px}.gcc-section{position:relative;padding:120px 5%;overflow:hidden}.gcc-section-dark{background:#0a0a0c}.gcc-section-base{background:#141414}.gcc-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}.gcc-section-header{text-align:center;margin-bottom:60px}.gcc-section-header h2{font-size:clamp(1.5rem,3vw + .75rem,2.75rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(135deg,#f68723,#e63946);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.gcc-section-header p{font-size:clamp(1.1rem,2vw,1.25rem);color:#ffffff;max-width:900px;margin:0 auto;line-height:1.8}.gcc-grid,.gcc-grid-5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px;margin-top:50px}.gcc-grid-5 .gcc-card:last-child{grid-column:1/-1;max-width:50%;margin:0 auto;width:100%}.gcc-card{display:flex;align-items:flex-start;gap:20px;padding:32px 28px;background:#1a1a1a;border-radius:16px;border:1px solid rgba(255,255,255,.04);transition:transform .3s ease,background .3s ease,border-color .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.gcc-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#f68723,#e63946);opacity:0;transition:opacity .3s ease}.gcc-card:hover{transform:translateY(-6px);background:#1a1a1a;border-color:rgba(246,135,35,.2);box-shadow:0 20px 40px rgba(0,0,0,.4)}.gcc-card:hover:before{opacity:1}.gcc-card-icon{flex-shrink:0;width:56px;height:56px;background:rgba(246,135,35,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#f68723}.gcc-card-icon svg{width:26px;height:26px;fill:currentColor}.gcc-card-body h4{font-size:1.2rem;font-weight:600;color:#ffffff;margin-bottom:8px;line-height:1.3}.gcc-card-body p{font-size:.95rem;color:rgba(255,255,255,.7);line-height:1.6;margin:0}.gcc-collage{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:350px;grid-gap:24px;gap:24px;margin-top:60px}.gcc-collage-item{display:flex;flex-direction:column;gap:14px}.gcc-collage-img{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.5)}.gcc-collage-img img{width:100%;height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1)}.gcc-collage-item:hover .gcc-collage-img img{transform:scale(1.06)}.gcc-collage-text h4{font-size:1.3rem;font-weight:600;color:#f68723;margin-bottom:4px}.gcc-collage-text p{font-size:.95rem;color:rgba(255,255,255,.75);line-height:1.5;margin:0}.ci-1{grid-column:1/8;grid-row:1}.ci-2{grid-column:8/13;grid-row:1}.ci-3{grid-column:1/5;grid-row:2}.ci-4{grid-column:5/9;grid-row:2}.ci-5{grid-column:9/13;grid-row:2}.gcc-cta{position:relative;padding:120px 5%;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;background:url(/Background01.png) 50%/cover no-repeat}.gcc-cta-bg{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;z-index:0;opacity:.5;pointer-events:none}.gcc-cta-overlay{position:absolute;inset:0;background:rgba(10,10,10,.45);z-index:1}.gcc-cta-content{position:relative;z-index:2;max-width:800px}.gcc-cta-content h2{font-size:clamp(1.5rem,3vw + .75rem,2.75rem);font-weight:700;margin-bottom:1.2rem;background:linear-gradient(135deg,#f68723,#e63946);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.gcc-cta-content p{font-size:1.1rem;color:#ffffff;margin-bottom:2rem;line-height:1.8}.gcc-btn{display:inline-flex;align-items:center;justify-content:center;background:#f68723;color:#ffffff;padding:14px 36px;border-radius:50px;font-weight:600;font-size:1rem;border:none;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px rgba(246,135,35,.3)}.gcc-btn:hover{background:#d87116;transform:translateY(-3px);box-shadow:0 12px 35px rgba(246,135,35,.45)}.gcc-anim{transform:translateX(60px)}.gcc-anim,.gcc-anim-up{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.gcc-anim-up{transform:translateY(-50px)}.gcc-anim-zoom{opacity:0;transform:scale(1.12);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.gcc-anim-up.visible,.gcc-anim-zoom.visible,.gcc-anim.visible{opacity:1;transform:translate(0) scale(1)}@media (max-width:1024px){.gcc-grid{grid-template-columns:1fr}.gcc-collage{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(280px,auto)}.ci-1{grid-column:1/3}.ci-2,.ci-3{grid-column:1/2}.ci-4,.ci-5{grid-column:2/3}}@media (max-width:768px){.gcc-section{padding:80px 5%}.gcc-hero{padding:120px 5% 80px}.gcc-collage{grid-template-columns:1fr;grid-auto-rows:auto}.ci-1,.ci-2,.ci-3,.ci-4,.ci-5{grid-column:1/-1}.gcc-collage-img{height:280px}}