:root {
  --brand: #e31e24;
  --brand-dark: #b91218;
  --ink: #111827;
  --navy: #0b1220;
  --muted: #657084;
  --soft: #f5f7fb;
  --line: #e5eaf2;
  --white: #fff;
  --shadow: 0 18px 55px rgba(11, 18, 32, .10);
  --shadow-sm: 0 10px 30px rgba(11, 18, 32, .08);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Inter, Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; transition: .25s ease; }
img { max-width: 100%; height: auto; }
main { min-height: 55vh; }
.container { max-width: 1240px; }
.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 13px; padding: 9px 0; }
.topbar-links, .topbar-right, .social-mini { display: flex; align-items: center; gap: 22px; }
.topbar a:hover { color: #fff; }
.topbar i { color: var(--brand); margin-right: 8px; }
.social-mini { gap: 8px; }
.social-mini a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.social-mini i { margin: 0; color: #fff; }
.main-header { background: rgba(255,255,255,.97); box-shadow: 0 4px 25px rgba(15,23,42,.06); z-index: 1000; backdrop-filter: blur(12px); }
.main-header .navbar { padding: 12px 0; }
.navbar-brand img { max-height: 58px; width: auto; object-fit: contain; }
.navbar-nav { gap: 4px; }
.navbar .nav-link { position: relative; color: #253048; font-size: 15px; font-weight: 650; padding: 12px 12px !important; }
.navbar .nav-link::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 6px; height: 2px; background: var(--brand); transform: scaleX(0); transition: .25s; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--brand); }
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { transform: scaleX(1); }
.navbar-toggler { border: 0; box-shadow: none !important; padding: 8px; }
.navbar-toggler span { display:block; width:27px; height:2px; background:var(--ink); margin:6px 0; border-radius:10px; }
.btn { border-radius: 12px; font-weight: 700; padding: 13px 22px; display: inline-flex; align-items:center; justify-content:center; gap:10px; transition:.3s; border-width: 1px; }
.btn-brand { color:#fff; background:linear-gradient(135deg,var(--brand),#ff4b50); border-color:transparent; box-shadow:0 10px 26px rgba(227,30,36,.25); }
.btn-brand:hover { color:#fff; transform:translateY(-2px); box-shadow:0 14px 30px rgba(227,30,36,.35); }
.btn-outline-brand { color:var(--brand); border-color:var(--brand); background:#fff; }
.btn-outline-brand:hover { background:var(--brand); color:#fff; }
.btn-dark-soft { color:#fff; background:var(--navy); border-color:var(--navy); }
.btn-dark-soft:hover { color:#fff; background:#18243a; transform:translateY(-2px); }
.btn-light-brand { background:#fff; color:var(--brand); box-shadow:0 12px 30px rgba(0,0,0,.18); }
.btn-light-brand:hover { color:var(--brand-dark); transform:translateY(-2px); }
.flash-wrap { position:fixed; top:105px; left:50%; transform:translateX(-50%); z-index:1100; max-width:760px; }
.flash-wrap .alert { box-shadow:var(--shadow); border:0; border-radius:14px; }
.section { padding: 95px 0; position: relative; }
.section-soft { background: var(--soft); }
.eyebrow { display:inline-flex; align-items:center; gap:9px; color:var(--brand); text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:800; margin-bottom:14px; }
.eyebrow::before { content:""; width:32px; height:2px; background:currentColor; }
.eyebrow.light { color:#fff; opacity:.92; }
.section-title { max-width:760px; margin-bottom:48px; }
.section-title.center { text-align:center; margin-left:auto; margin-right:auto; }
.section-title h2, .display-title { font-size:clamp(34px,4vw,56px); line-height:1.12; letter-spacing:-.035em; font-weight:800; margin:0 0 18px; }
.section-title p { color:var(--muted); font-size:17px; margin:0; }
.hero { min-height:680px; display:flex; align-items:center; background:radial-gradient(circle at 78% 18%, rgba(227,30,36,.13), transparent 27%), linear-gradient(135deg,#fff 0%,#f6f8fc 100%); overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; background-image:radial-gradient(#cbd5e1 1px, transparent 1px); background-size:28px 28px; opacity:.28; mask-image:linear-gradient(to right,#000,transparent 78%); }
.hero .carousel-item { min-height:680px; }
.hero-slide { min-height:680px; display:flex; align-items:center; padding:70px 0; position:relative; }
.hero-copy { position:relative; z-index:2; }
.hero-copy h1 { font-size:clamp(45px,6.1vw,78px); line-height:1.02; letter-spacing:-.055em; font-weight:850; margin:0 0 24px; max-width:760px; }
.hero-copy h1 span { color:var(--brand); }
.hero-copy .lead { color:#556176; max-width:660px; font-size:18px; margin-bottom:30px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.hero-trust { display:flex; align-items:center; gap:22px; margin-top:36px; color:#4b5563; font-weight:650; font-size:14px; }
.trust-avatars { display:flex; }
.trust-avatars span { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; color:#fff; font-size:12px; background:var(--navy); border:3px solid #fff; margin-left:-8px; }
.trust-avatars span:first-child { margin-left:0; background:var(--brand); }
.hero-visual { position:relative; min-height:520px; display:grid; place-items:center; z-index:1; }
.hero-visual::before { content:""; width:440px; height:440px; border-radius:50%; position:absolute; background:linear-gradient(135deg,rgba(227,30,36,.15),rgba(11,18,32,.06)); }
.hero-visual img { max-height:480px; width:100%; object-fit:contain; position:relative; z-index:2; filter:drop-shadow(0 24px 35px rgba(15,23,42,.15)); }
.floating-chip { position:absolute; z-index:3; background:#fff; border:1px solid var(--line); padding:13px 16px; border-radius:14px; box-shadow:var(--shadow-sm); display:flex; align-items:center; gap:10px; font-weight:750; font-size:14px; }
.floating-chip i { width:38px; height:38px; display:grid; place-items:center; color:#fff; background:var(--brand); border-radius:10px; }
.floating-chip.one { top:80px; left:0; }
.floating-chip.two { right:0; bottom:70px; }
.carousel-indicators [data-bs-target] { width:9px; height:9px; border-radius:50%; background-color:var(--brand); }
.brand-proof { margin-top:-35px; position:relative; z-index:5; }
.proof-card { background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); padding:24px 30px; display:grid; grid-template-columns:repeat(4,1fr); }
.proof-item { display:flex; align-items:center; justify-content:center; gap:13px; padding:12px 22px; border-right:1px solid var(--line); }
.proof-item:last-child { border-right:0; }
.proof-item i { color:var(--brand); font-size:25px; }
.proof-item strong { display:block; font-size:15px; }
.proof-item span { color:var(--muted); font-size:12px; }
.about-media { position:relative; padding:0 35px 35px 0; }
.about-media .main-image { width:100%; min-height:500px; object-fit:cover; border-radius:28px; box-shadow:var(--shadow); }
.about-media::after { content:""; position:absolute; right:0; bottom:0; width:72%; height:72%; border:3px solid rgba(227,30,36,.22); border-radius:28px; z-index:-1; }
.experience-badge { position:absolute; right:-8px; bottom:58px; background:var(--brand); color:#fff; width:155px; min-height:135px; border-radius:22px; display:grid; place-items:center; text-align:center; box-shadow:0 20px 35px rgba(227,30,36,.27); padding:18px; }
.experience-badge strong { font-size:39px; line-height:1; display:block; }
.check-list { list-style:none; padding:0; margin:25px 0 30px; display:grid; grid-template-columns:1fr 1fr; gap:13px 20px; }
.check-list li { display:flex; align-items:flex-start; gap:10px; font-weight:650; }
.check-list i { color:var(--brand); margin-top:5px; }
.service-card { height:100%; background:#fff; border:1px solid var(--line); border-radius:22px; overflow:hidden; transition:.35s; box-shadow:0 5px 20px rgba(15,23,42,.035); }
.service-card:hover { transform:translateY(-9px); box-shadow:var(--shadow); border-color:rgba(227,30,36,.25); }
.service-image { height:205px; overflow:hidden; background:#f4f6fb; }
.service-image img { width:100%; height:100%; object-fit:cover; transition:.45s; }
.service-card:hover .service-image img { transform:scale(1.05); }
.service-body { padding:26px; }
.service-number { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; color:var(--brand); background:rgba(227,30,36,.08); font-weight:850; margin-bottom:18px; }
.service-body h3 { font-size:22px; font-weight:800; margin-bottom:12px; }
.service-body p { color:var(--muted); margin:0 0 20px; }
.text-link { color:var(--brand); font-weight:750; display:inline-flex; align-items:center; gap:8px; }
.text-link:hover { color:var(--brand-dark); gap:12px; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; counter-reset:process; }
.process-card { counter-increment:process; position:relative; background:#fff; border:1px solid var(--line); border-radius:20px; padding:30px 24px; text-align:center; box-shadow:var(--shadow-sm); }
.process-card::before { content:"0" counter(process); position:absolute; top:16px; right:18px; font-size:34px; font-weight:900; color:#eef1f6; }
.process-icon { width:76px; height:76px; margin:0 auto 20px; border-radius:18px; background:linear-gradient(135deg,var(--brand),#ff6569); color:#fff; display:grid; place-items:center; font-size:28px; box-shadow:0 12px 25px rgba(227,30,36,.22); }
.process-card h3 { font-size:20px; font-weight:800; }
.process-card p { color:var(--muted); margin:0; font-size:14px; }
.stats-band { background:linear-gradient(135deg,var(--navy),#17233a); color:#fff; overflow:hidden; }
.stats-band::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 88% 20%,rgba(227,30,36,.42),transparent 28%); }
.stat-item { position:relative; z-index:1; text-align:center; padding:24px 12px; }
.stat-item strong { font-size:clamp(38px,5vw,58px); display:block; font-weight:850; line-height:1; color:#fff; }
.stat-item span { color:rgba(255,255,255,.68); font-weight:650; }
.project-card { position:relative; height:420px; border-radius:24px; overflow:hidden; box-shadow:var(--shadow-sm); }
.project-card img { width:100%; height:100%; object-fit:cover; transition:.5s; }
.project-overlay { position:absolute; inset:auto 18px 18px; background:rgba(11,18,32,.92); color:#fff; border-radius:17px; padding:20px; transform:translateY(8px); transition:.35s; backdrop-filter:blur(8px); }
.project-card:hover img { transform:scale(1.06); }
.project-card:hover .project-overlay { transform:translateY(0); background:rgba(227,30,36,.94); }
.project-overlay small { text-transform:uppercase; letter-spacing:.12em; opacity:.72; }
.project-overlay h3 { margin:6px 0 0; font-size:22px; font-weight:800; }
.industry-card { background:#fff; border:1px solid var(--line); border-radius:18px; padding:24px 15px; text-align:center; height:100%; transition:.3s; }
.industry-card:hover { border-color:var(--brand); transform:translateY(-5px); box-shadow:var(--shadow-sm); }
.industry-card img { width:68px; height:68px; object-fit:contain; margin-bottom:15px; }
.industry-card h4 { font-size:15px; font-weight:750; margin:0; }
.testimonial-card { height:100%; background:#fff; border:1px solid var(--line); border-radius:22px; padding:30px; box-shadow:var(--shadow-sm); }
.quote-mark { color:var(--brand); font-size:35px; margin-bottom:16px; }
.testimonial-card .quote { color:#4b5563; min-height:112px; }
.testimonial-person { display:flex; gap:14px; align-items:center; margin-top:22px; border-top:1px solid var(--line); padding-top:20px; }
.testimonial-person img { width:54px; height:54px; object-fit:cover; border-radius:50%; }
.testimonial-person strong { display:block; }
.testimonial-person span { color:var(--muted); font-size:13px; }
.blog-card { background:#fff; border:1px solid var(--line); border-radius:22px; overflow:hidden; height:100%; transition:.3s; }
.blog-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); }
.blog-card-image { height:235px; overflow:hidden; position:relative; }
.blog-card-image img { width:100%; height:100%; object-fit:cover; transition:.45s; }
.blog-card:hover img { transform:scale(1.05); }
.blog-date { position:absolute; left:18px; bottom:18px; background:var(--brand); color:#fff; border-radius:10px; padding:7px 11px; font-size:12px; font-weight:800; }
.blog-card-body { padding:25px; }
.blog-card-body h3 { font-size:22px; line-height:1.35; font-weight:800; margin:10px 0 13px; }
.blog-card-body p { color:var(--muted); }
.partner-row { background:#fff; border:1px solid var(--line); border-radius:20px; padding:25px; }
.partner-logo { height:65px; display:grid; place-items:center; filter:grayscale(1); opacity:.68; transition:.3s; }
.partner-logo:hover { filter:none; opacity:1; }
.partner-logo img { max-height:52px; max-width:170px; object-fit:contain; }
.page-hero { position:relative; padding:105px 0 90px; background:linear-gradient(135deg,var(--navy),#182840); color:#fff; overflow:hidden; }
.page-hero::before { content:""; position:absolute; right:-100px; top:-180px; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle,rgba(227,30,36,.55),transparent 66%); }
.page-hero::after { content:""; position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px); background-size:26px 26px; opacity:.25; }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { font-size:clamp(42px,6vw,68px); font-weight:850; letter-spacing:-.045em; margin:0 0 12px; }
.breadcrumb-clean { list-style:none; display:flex; gap:10px; padding:0; margin:0; color:rgba(255,255,255,.72); }
.breadcrumb-clean a { color:#fff; }
.content-card { background:#fff; border:1px solid var(--line); border-radius:22px; padding:32px; box-shadow:var(--shadow-sm); }
.value-card { padding:28px; border-radius:20px; background:#fff; border:1px solid var(--line); height:100%; }
.value-icon { width:58px; height:58px; border-radius:15px; display:grid; place-items:center; background:rgba(227,30,36,.09); color:var(--brand); font-size:23px; margin-bottom:18px; }
.value-card h3 { font-size:20px; font-weight:800; }
.value-card p { color:var(--muted); margin:0; }
.feature-panel { background:linear-gradient(135deg,var(--navy),#1a2944); color:#fff; border-radius:28px; padding:50px; position:relative; overflow:hidden; }
.feature-panel::after { content:""; position:absolute; width:280px; height:280px; border-radius:50%; right:-100px; bottom:-120px; background:rgba(227,30,36,.35); }
.feature-panel > * { position:relative; z-index:1; }
.feature-bullets { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:30px; }
.feature-bullet { display:flex; gap:14px; align-items:flex-start; }
.feature-bullet i { color:#fff; background:var(--brand); width:36px; height:36px; border-radius:10px; display:grid; place-items:center; flex:none; }
.accordion-item { border:1px solid var(--line); border-radius:15px !important; overflow:hidden; margin-bottom:13px; }
.accordion-button { font-weight:750; padding:19px 22px; box-shadow:none !important; }
.accordion-button:not(.collapsed) { color:var(--brand); background:rgba(227,30,36,.05); }
.detail-hero-image { height:470px; border-radius:26px; overflow:hidden; box-shadow:var(--shadow); }
.detail-hero-image img { width:100%; height:100%; object-fit:cover; }
.prose { font-size:17px; color:#3f4a5d; }
.prose h2,.prose h3 { color:var(--ink); font-weight:800; margin:30px 0 14px; }
.prose img { border-radius:18px; }
.job-card { background:#fff; border:1px solid var(--line); border-radius:20px; padding:28px; height:100%; transition:.3s; }
.job-card:hover { border-color:rgba(227,30,36,.4); box-shadow:var(--shadow-sm); transform:translateY(-5px); }
.job-meta { display:flex; flex-wrap:wrap; gap:10px; margin:16px 0; }
.job-meta span { background:var(--soft); color:#4b5563; border-radius:8px; padding:7px 10px; font-size:12px; font-weight:650; }
.job-card h3 { font-size:23px; font-weight:800; }
.job-card p { color:var(--muted); }
.form-shell { background:#fff; border:1px solid var(--line); border-radius:24px; padding:36px; box-shadow:var(--shadow-sm); }
.form-control,.form-select { border:1px solid #dbe2ec; border-radius:12px; padding:13px 15px; min-height:50px; }
.form-control:focus,.form-select:focus { border-color:var(--brand); box-shadow:0 0 0 .2rem rgba(227,30,36,.10); }
.form-label { font-weight:700; color:#374151; }
.contact-card { background:var(--navy); color:#fff; border-radius:24px; padding:36px; height:100%; }
.contact-row { display:flex; gap:15px; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.contact-row:last-child { border-bottom:0; }
.contact-row i { width:45px; height:45px; border-radius:12px; display:grid; place-items:center; background:var(--brand); flex:none; }
.contact-row small { color:rgba(255,255,255,.62); display:block; }
.contact-row a,.contact-row span { color:#fff; }
.map-frame { width:100%; height:450px; border:0; border-radius:24px; }
.cta-strip { background:linear-gradient(135deg,var(--brand),#ff4f54); color:#fff; padding:55px 0; }
.cta-strip-inner { display:flex; justify-content:space-between; align-items:center; gap:30px; }
.cta-strip h2 { max-width:720px; font-size:clamp(29px,4vw,44px); font-weight:850; margin:0; letter-spacing:-.03em; }
.site-footer { position:relative; background:#070d18; color:rgba(255,255,255,.70); overflow:hidden; }
.footer-pattern { position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px); background-size:26px 26px; opacity:.2; }
.footer-main { padding:80px 0 55px; }
.footer-logo img { max-width:200px; max-height:70px; object-fit:contain; background:#fff; padding:7px 11px; border-radius:10px; margin-bottom:22px; }
.site-footer h5 { color:#fff; font-weight:800; margin-bottom:23px; }
.footer-links,.footer-contact { list-style:none; padding:0; margin:0; }
.footer-links li { margin:10px 0; }
.footer-links a:hover,.footer-contact a:hover { color:#fff; padding-left:4px; }
.footer-contact li { display:flex; gap:12px; margin-bottom:17px; }
.footer-contact i { color:var(--brand); margin-top:5px; }
.footer-socials { display:flex; gap:10px; margin-top:22px; }
.footer-socials a { width:40px; height:40px; border-radius:10px; display:grid; place-items:center; background:rgba(255,255,255,.08); color:#fff; }
.footer-socials a:hover { background:var(--brand); transform:translateY(-3px); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding:23px 0; display:flex; justify-content:space-between; gap:20px; font-size:13px; }
.whatsapp-float { position:fixed; right:22px; bottom:24px; z-index:1050; background:#25d366; color:#fff; border-radius:50px; padding:13px 19px; display:flex; align-items:center; gap:10px; box-shadow:0 12px 30px rgba(0,0,0,.22); font-weight:750; }
.whatsapp-float i { font-size:22px; }
.whatsapp-float:hover { color:#fff; transform:translateY(-3px); }
.scroll-top { position:fixed; left:22px; bottom:24px; width:45px; height:45px; border:0; border-radius:50%; background:var(--navy); color:#fff; z-index:1030; opacity:0; visibility:hidden; transition:.3s; }
.scroll-top.show { opacity:1; visibility:visible; }
.reveal { opacity:0; transform:translateY(25px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
.empty-state { text-align:center; padding:60px 25px; border:1px dashed #cbd5e1; border-radius:20px; background:#fff; }
.empty-state i { font-size:45px; color:var(--brand); margin-bottom:18px; }
@media (max-width: 1199px) {
  .navbar .nav-link { padding-left:8px !important; padding-right:8px !important; font-size:14px; }
  .hero-copy h1 { font-size:55px; }
}
@media (max-width: 991px) {
  .main-header .navbar-collapse { padding:20px 0 12px; border-top:1px solid var(--line); margin-top:12px; }
  .navbar .nav-link::after { display:none; }
  .hero,.hero .carousel-item,.hero-slide { min-height:auto; }
  .hero-slide { padding:75px 0; }
  .hero-visual { min-height:420px; margin-top:30px; }
  .floating-chip.one { left:15px; }
  .floating-chip.two { right:15px; }
  .proof-card { grid-template-columns:repeat(2,1fr); }
  .proof-item:nth-child(2) { border-right:0; }
  .proof-item:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .process-grid { grid-template-columns:repeat(2,1fr); }
  .about-media { margin-bottom:45px; }
  .cta-strip-inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 767px) {
  .section { padding:70px 0; }
  .section-title { margin-bottom:35px; }
  .hero-slide { padding:60px 0 75px; }
  .hero-copy h1 { font-size:43px; }
  .hero-copy .lead { font-size:16px; }
  .hero-visual { min-height:330px; }
  .hero-visual::before { width:300px; height:300px; }
  .hero-visual img { max-height:320px; }
  .floating-chip { display:none; }
  .brand-proof { margin-top:-20px; }
  .proof-card { padding:12px; }
  .proof-item { padding:12px 8px; gap:8px; }
  .proof-item i { font-size:19px; }
  .proof-item strong { font-size:13px; }
  .proof-item span { font-size:10px; }
  .check-list { grid-template-columns:1fr; }
  .process-grid { grid-template-columns:1fr; }
  .project-card { height:360px; }
  .feature-panel { padding:34px 25px; }
  .feature-bullets { grid-template-columns:1fr; }
  .page-hero { padding:75px 0 65px; }
  .form-shell,.contact-card { padding:26px 20px; }
  .cta-strip { padding:45px 0; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .whatsapp-float span { display:none; }
  .whatsapp-float { width:52px; height:52px; padding:0; border-radius:50%; justify-content:center; }
  .about-media { padding:0 15px 20px 0; }
  .about-media .main-image { min-height:360px; }
  .experience-badge { width:125px; min-height:108px; right:0; bottom:30px; }
  .experience-badge strong { font-size:31px; }
}
