:root {
  --navy-950: #031226;
  --navy-900: #061a35;
  --navy-800: #0a2c55;
  --navy-700: #0d4178;
  --cyan-500: #00d9ff;
  --cyan-400: #35e5ff;
  --cyan-100: #dffbff;
  --ink: #0a1830;
  --muted: #637083;
  --line: #dfe8f2;
  --surface: #f5f9fd;
  --white: #fff;
  --shadow-sm: 0 12px 35px rgba(3, 23, 49, .08);
  --shadow-lg: 0 30px 80px rgba(2, 19, 42, .2);
}

html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; overflow-x: hidden; }
a { text-decoration: none; }
img { max-width: 100%; }
.fw-800 { font-weight: 800; }
.text-cyan { color: var(--cyan-400) !important; }
.section-pad { padding: 104px 0; }
.section-heading { max-width: 760px; }
.section-label { display: inline-flex; align-items: center; gap: .5rem; color: #087ca0; font-weight: 800; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: .8rem; }
.section-title { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; font-weight: 800; letter-spacing: -.035em; }
.section-intro { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.skip-link { position: fixed; z-index: 1100; left: 1rem; top: -100px; background: var(--cyan-500); color: var(--navy-950); padding: .75rem 1rem; border-radius: .5rem; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.navbar { padding: 1rem 0; transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease; }
.navbar.scrolled { padding: .65rem 0; background: rgba(3,18,38,.94); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.navbar-brand { color: white; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px rgba(53,229,255,.18); }
.brand-logo { width: 100%; height: 100%; display: block; object-fit: cover; }
.brand-copy { line-height: 1; display: flex; flex-direction: column; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: .28rem; color: rgba(255,255,255,.65); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.navbar .nav-link { position: relative; color: rgba(255,255,255,.76); font-size: .92rem; font-weight: 600; padding: .55rem .75rem !important; border-radius: 9px; transition: color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.navbar .nav-link:hover { color: var(--cyan-400); background: rgba(53,229,255,.07); }
.navbar .nav-link.active { color: var(--cyan-400); background: rgba(53,229,255,.12); box-shadow: inset 0 -2px 0 var(--cyan-400); }
.navbar .nav-cta.active { color: var(--navy-950); border-color: #fff; background: #fff; box-shadow: 0 0 0 3px rgba(53,229,255,.28), 0 12px 30px rgba(0,217,255,.2); }
.navbar-toggler { border-color: rgba(255,255,255,.25); }

.btn { border-radius: 10px; font-weight: 800; padding: .78rem 1.15rem; border-width: 1px; transition: transform .2s ease, box-shadow .2s ease, background-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-lg { padding: .95rem 1.35rem; font-size: 1rem; }
.btn-cyan { color: var(--navy-950); border-color: var(--cyan-500); background: var(--cyan-500); box-shadow: 0 12px 30px rgba(0,217,255,.18); }
.btn-cyan:hover, .btn-cyan:focus { color: var(--navy-950); border-color: #5cecff; background: #5cecff; box-shadow: 0 16px 36px rgba(0,217,255,.26); }
.btn-dark-blue { color: white; background: var(--navy-900); border-color: var(--navy-900); }
.btn-dark-blue:hover { color: white; background: var(--navy-700); border-color: var(--navy-700); }

.hero-section { min-height: 100vh; display: flex; align-items: center; padding: 148px 0 76px; color: white; background: radial-gradient(circle at 74% 18%, rgba(0,217,255,.12), transparent 34%), linear-gradient(145deg, #031226 0%, #061d3c 55%, #062b50 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.orb { position: absolute; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.orb-one { width: 260px; height: 260px; right: 8%; top: 10%; background: rgba(0,217,255,.1); }
.orb-two { width: 210px; height: 210px; left: -70px; bottom: 10%; background: rgba(47,108,255,.12); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; padding: .48rem .76rem; border: 1px solid rgba(53,229,255,.28); border-radius: 999px; background: rgba(0,217,255,.08); color: var(--cyan-400); font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-section h1 { max-width: 780px; line-height: 1.03; letter-spacing: -.05em; }
.hero-section h1 span { color: var(--cyan-400); }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.7); font-size: 1.12rem; line-height: 1.75; }
.hero-proof { display: flex; align-items: center; gap: .85rem; }
.proof-avatars { display: flex; }
.proof-avatars span { width: 33px; height: 33px; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--navy-900); border-radius: 50%; background: #effcff; color: var(--navy-900); font-weight: 800; font-size: .72rem; }
.proof-avatars span:first-child { margin-left: 0; }
.hero-proof strong, .hero-proof small { display: block; }
.hero-proof small { margin-top: .15rem; color: rgba(255,255,255,.56); }

.hero-visual { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.08); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.visual-toolbar, .visual-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .9rem 1.05rem; }
.visual-toolbar { border-bottom: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #42ff9a; box-shadow: 0 0 0 5px rgba(66,255,154,.12); animation: pulse 1.7s infinite; }
.hero-image-wrap { position: relative; min-height: 390px; background: #05172f; }
.hero-image-wrap > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center; opacity: .8; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(3,18,38,.84)); }
.metric { position: absolute; min-width: 142px; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(3,18,38,.83); box-shadow: 0 18px 35px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.metric span, .metric small { display: block; color: rgba(255,255,255,.56); font-size: .7rem; }
.metric strong { display: block; color: white; font-size: 1.45rem; letter-spacing: -.04em; }
.metric-one { right: 1rem; top: 1rem; }
.metric-two { left: 1rem; bottom: 1rem; }
.visual-footer { justify-content: space-around; color: rgba(255,255,255,.68); font-size: .75rem; }
.visual-footer i { margin-right: .35rem; color: var(--cyan-400); }
.hero-stats { position: relative; z-index: 2; }
.stat-card { display: flex; align-items: center; gap: .85rem; height: 100%; padding: 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.stat-card > i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: rgba(0,217,255,.12); color: var(--cyan-400); font-size: 1.05rem; }
.stat-card strong, .stat-card span { display: block; }
.stat-card strong { font-size: 1rem; }
.stat-card span { margin-top: .1rem; color: rgba(255,255,255,.55); font-size: .72rem; }

.feature-card, .industry-card, .price-card, .process-card { border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.feature-card { padding: 1.6rem; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(3,23,49,.12); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--cyan-100), #f0fdff); color: #077ea1; font-size: 1.35rem; }
.feature-card h3 { margin: 1.2rem 0 .7rem; font-size: 1.08rem; font-weight: 800; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: .93rem; }

.data-types-section { background: linear-gradient(180deg, #f7fbff, #edf8ff); }
.data-card { position: relative; overflow: hidden; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid #d7e7f4; border-radius: 22px; box-shadow: var(--shadow-sm); }
.data-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -70px; top: -70px; border-radius: 50%; background: rgba(0,217,255,.08); }
.cdr-card { background: white; }
.info-card { color: white; border-color: rgba(53,229,255,.25); background: linear-gradient(145deg, var(--navy-900), #093767); }
.data-card-head { position: relative; z-index: 2; display: flex; gap: 1rem; align-items: center; margin-bottom: 1.4rem; }
.data-icon { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; background: var(--cyan-100); color: #087ea2; font-size: 1.45rem; }
.info-card .data-icon { background: rgba(0,217,255,.13); color: var(--cyan-400); }
.mini-label { display: block; color: #0b82a4; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.info-card .mini-label { color: var(--cyan-400); }
.data-card h3 { margin: .25rem 0 0; font-size: 1.65rem; font-weight: 800; }
.data-card > p { position: relative; z-index: 2; color: var(--muted); line-height: 1.75; }
.info-card > p { color: rgba(255,255,255,.68); }
.check-list { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem 1rem; padding: 0; margin: 1.5rem 0; list-style: none; }
.check-list li { display: flex; gap: .5rem; align-items: center; font-weight: 700; font-size: .92rem; }
.check-list i { color: #009cbf; }
.info-card .check-list i { color: var(--cyan-400); }
.best-for { position: relative; z-index: 2; padding: 1rem; border-radius: 12px; background: #f3f9fd; color: #536276; font-size: .88rem; line-height: 1.65; }
.info-card .best-for { background: rgba(255,255,255,.07); color: rgba(255,255,255,.72); }
.data-card .btn { position: relative; z-index: 2; }

.industry-card { padding: 1.55rem; transition: transform .25s ease, border-color .25s ease; }
.industry-card:hover { transform: translateY(-5px); border-color: rgba(0,217,255,.5); }
.industry-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #e7f9ff; color: #087fa2; font-size: 1.35rem; }
.industry-tag { display: inline-flex; margin: 1rem 0 .45rem; padding: .28rem .55rem; border-radius: 999px; background: #eef4fa; color: #517087; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.industry-card h3 { font-size: 1.15rem; font-weight: 800; }
.industry-card p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.industry-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow-sm); }
.industry-strip span { display: inline-flex; gap: .45rem; align-items: center; padding: .65rem .85rem; border-radius: 10px; background: var(--surface); color: #41566c; font-size: .82rem; font-weight: 700; }
.industry-strip i { color: #0792b8; }

.portfolio-section { background: radial-gradient(circle at 16% 20%, rgba(0,217,255,.12), transparent 34%), var(--navy-950); }
.portfolio-carousel { position: relative; padding: 1.25rem 1.25rem 3.75rem; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.04); box-shadow: var(--shadow-lg); }
.portfolio-slide-card { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .9fr); overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: rgba(2,14,30,.72); }
.portfolio-slide-trigger { padding: 0; border: 0; background: transparent; text-align: left; }
.portfolio-slide-media { position: relative; min-height: 430px; background: #071a34; cursor: zoom-in; }
.portfolio-slide-media img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-slide-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,26,53,.04), rgba(3,18,38,.22)); pointer-events: none; }
.portfolio-slide-copy { display: flex; flex-direction: column; justify-content: center; padding: 2rem; color: white; }
.slide-tag { display: inline-flex; align-items: center; align-self: flex-start; margin-bottom: 1rem; padding: .42rem .68rem; border: 1px solid rgba(53,229,255,.25); border-radius: 999px; background: rgba(0,217,255,.08); color: var(--cyan-400); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-slide-copy h3 { margin: 0 0 .9rem; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.03em; }
.portfolio-slide-copy p { margin-bottom: 1.25rem; color: rgba(255,255,255,.7); line-height: 1.75; }
.portfolio-points { display: grid; gap: .7rem; padding: 0; margin: 0; list-style: none; }
.portfolio-points li { display: flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.86); font-size: .93rem; }
.portfolio-points li::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 0 5px rgba(53,229,255,.1); }
.portfolio-zoom { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; display: inline-flex; align-items: center; gap: .5rem; padding: .6rem .85rem; border-radius: 999px; background: rgba(3,18,38,.82); color: white; font-size: .8rem; font-weight: 800; }
.portfolio-zoom i { color: var(--cyan-400); }
.portfolio-carousel .carousel-control-prev, .portfolio-carousel .carousel-control-next { width: 48px; height: 48px; top: 50%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.06); transform: translateY(-50%); opacity: 1; }
.portfolio-carousel .carousel-control-prev { left: 1rem; }
.portfolio-carousel .carousel-control-next { right: 1rem; }
.portfolio-carousel .carousel-control-prev-icon, .portfolio-carousel .carousel-control-next-icon { width: 1.35rem; height: 1.35rem; }
.portfolio-indicators { position: absolute; right: 1.25rem; bottom: 1.15rem; left: 1.25rem; margin: 0; justify-content: center; gap: .42rem; }
.portfolio-indicators [data-bs-target] { width: 10px; height: 10px; margin: 0; border: 0; border-radius: 999px; background-color: rgba(255,255,255,.3); }
.portfolio-indicators .active { background-color: var(--cyan-400); }
.portfolio-thumbs { display: grid; grid-template-columns: repeat(11, minmax(0, 1fr)); gap: .75rem; }
.portfolio-thumb { overflow: hidden; padding: .45rem; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); color: white; text-align: center; transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.portfolio-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; display: block; }
.portfolio-thumb span { display: block; margin-top: .45rem; font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.portfolio-thumb:hover { transform: translateY(-2px); border-color: rgba(53,229,255,.35); }
.portfolio-thumb.active { border-color: rgba(53,229,255,.55); background: rgba(0,217,255,.08); box-shadow: inset 0 0 0 1px rgba(53,229,255,.18); }
.portfolio-note { color: rgba(255,255,255,.48); font-size: .82rem; }
.gallery-modal .modal-content { overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #031226; color: white; }
.gallery-modal .modal-header { border-color: rgba(255,255,255,.13); }
.gallery-modal .modal-body { max-height: 78vh; overflow: auto; }
.gallery-modal img { width: 100%; height: auto; display: block; }

.price-card { position: relative; padding: 1.7rem; transition: transform .25s ease, box-shadow .25s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(3,23,49,.14); }
.price-card.featured { border-color: var(--cyan-500); box-shadow: 0 20px 60px rgba(0,217,255,.14); }
.popular-badge { position: absolute; right: 1rem; top: -13px; padding: .36rem .65rem; border-radius: 999px; background: var(--cyan-500); color: var(--navy-950); font-size: .68rem; font-weight: 800; }
.price-label { color: #0780a2; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3 { margin: .65rem 0 0; font-size: 1.55rem; font-weight: 800; }
.price-card h3 small { color: var(--muted); font-size: .8rem; font-weight: 600; }
.price { margin: 1rem 0; color: var(--navy-900); font-size: 2.5rem; font-weight: 800; letter-spacing: -.05em; }
.price sup { top: -.7em; margin-right: .1rem; color: #558097; font-size: .8rem; }
.price-card ul { display: grid; gap: .7rem; min-height: 116px; padding: 0; margin: 0 0 1.4rem; list-style: none; color: var(--muted); font-size: .88rem; }
.price-card li { display: flex; gap: .5rem; }
.price-card li i { color: #0798b8; }
.pricing-note { color: var(--muted); font-size: .82rem; }

.process-section { background: #eff8fd; }
.process-card { position: relative; height: 100%; padding: 1.75rem; text-align: center; }
.process-card > span { position: absolute; top: 1rem; right: 1rem; color: #c7d9e5; font-size: 2rem; font-weight: 800; }
.process-card > i { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 18px; background: var(--navy-900); color: var(--cyan-400); font-size: 1.55rem; }
.process-card h3 { font-size: 1.1rem; font-weight: 800; }
.process-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.contact-section { color: white; background: radial-gradient(circle at 75% 25%, rgba(0,217,255,.12), transparent 34%), linear-gradient(135deg, #031226, #092b52); }
.contact-card { display: flex; align-items: center; gap: .9rem; margin-bottom: .8rem; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: white; background: rgba(255,255,255,.05); transition: background .2s, transform .2s; }
.contact-card:hover { color: white; background: rgba(255,255,255,.09); transform: translateX(4px); }
.contact-card > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--cyan-400); background: rgba(0,217,255,.1); }
.contact-card > div { min-width: 0; flex: 1; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: rgba(255,255,255,.48); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong { overflow-wrap: anywhere; font-size: .87rem; }
.contact-card > i { color: rgba(255,255,255,.45); }
.office-address { display: flex; gap: .8rem; color: rgba(255,255,255,.6); font-style: normal; line-height: 1.7; }
.office-address > i { color: var(--cyan-400); font-size: 1.1rem; }
.office-address strong { color: white; }
.form-panel { padding: clamp(1.4rem,4vw,2.3rem); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: white; color: var(--ink); box-shadow: var(--shadow-lg); }
.secure-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--cyan-100); color: #0780a2; font-size: 1.25rem; }
.form-label { color: #30445a; font-size: .78rem; font-weight: 800; }
.form-control, .form-select { min-height: 48px; border-color: #d7e3ed; border-radius: 10px; background-color: #f9fbfd; }
.form-control:focus, .form-select:focus { border-color: var(--cyan-500); box-shadow: 0 0 0 .22rem rgba(0,217,255,.14); background: white; }
textarea.form-control { min-height: 112px; }
.form-check-label { color: var(--muted); font-size: .76rem; line-height: 1.55; }
.form-note { color: var(--muted); font-size: .75rem; }

.compliance-strip { padding: 1.25rem 0; background: #ddf7fb; color: #275062; font-size: .78rem; }
.compliance-strip .bi-shield-exclamation { color: #087fa2; font-size: 1.35rem; }
.compliance-strip a { color: #056a87; font-weight: 800; }
.site-footer { padding: 66px 0 24px; background: #020b18; color: rgba(255,255,255,.52); }
.footer-brand { color: white; }
.footer-brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.footer-brand strong { font-size: 1.1rem; }
.footer-brand small { margin-top: .3rem; color: rgba(255,255,255,.45); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { max-width: 440px; line-height: 1.7; font-size: .86rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: .75rem 1.1rem; }
.footer-links a { color: rgba(255,255,255,.62); font-size: .82rem; font-weight: 700; }
.footer-links a:hover { color: var(--cyan-400); }
.social-link { width: 40px; height: 40px; display: inline-grid; place-items: center; margin-left: .4rem; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: var(--cyan-400); background: rgba(255,255,255,.035); }
.social-link:hover { color: var(--navy-950); background: var(--cyan-400); }
.site-footer hr { margin: 2rem 0 1.2rem; border-color: rgba(255,255,255,.12); }

.floating-whatsapp { position: fixed; z-index: 1030; right: 20px; bottom: 20px; display: flex; align-items: center; gap: .5rem; padding: .78rem 1rem; border-radius: 999px; color: white; background: #16a660; box-shadow: 0 16px 35px rgba(0,0,0,.22); font-weight: 800; }
.floating-whatsapp:hover { color: white; background: #118a4f; transform: translateY(-2px); }
.floating-whatsapp i { font-size: 1.1rem; }
.back-to-top { position: fixed; z-index: 1029; right: 23px; bottom: 82px; width: 40px; height: 40px; display: grid; place-items: center; visibility: hidden; opacity: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: var(--navy-950); background: var(--cyan-400); box-shadow: 0 12px 30px rgba(0,0,0,.15); transition: .2s; }
.back-to-top.visible { visibility: visible; opacity: 1; }

.reveal { opacity: 1; transform: none; }
.reveal-enabled .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-enabled .reveal.is-visible { opacity: 1; transform: none; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.84); opacity: .55; } }

@media (max-width: 1199.98px) {
  .portfolio-thumbs { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
  .section-pad { padding: 82px 0; }
  .navbar { background: rgba(3,18,38,.96); }
  .navbar-collapse { margin-top: .85rem; padding: .75rem; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.04); }
  .hero-section { padding-top: 128px; }
  .hero-visual { transform: none; }
  .portfolio-slide-card { grid-template-columns: 1fr; }
  .portfolio-slide-media { min-height: 360px; }
  .portfolio-slide-copy { padding: 1.5rem; }
  .portfolio-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
  .section-pad { padding: 68px 0; }
  .hero-section { min-height: auto; }
  .hero-image-wrap, .hero-image-wrap > img { min-height: 310px; }
  .visual-footer { flex-wrap: wrap; justify-content: flex-start; }
  .check-list { grid-template-columns: 1fr; }
  .portfolio-carousel { padding: .9rem .9rem 3.5rem; }
  .portfolio-slide-media { min-height: 260px; }
  .portfolio-carousel .carousel-control-prev, .portfolio-carousel .carousel-control-next { width: 42px; height: 42px; }
  .portfolio-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .social-link { margin-left: 0; margin-right: .4rem; }
}
@media (max-width: 575.98px) {
  .hero-section { padding-top: 112px; }
  .hero-section h1 { font-size: 2.5rem; }
  .metric { min-width: 126px; padding: .7rem .8rem; }
  .metric strong { font-size: 1.15rem; }
  .stat-card { align-items: flex-start; flex-direction: column; gap: .55rem; }
  .portfolio-slide-copy h3 { font-size: 1.35rem; }
  .portfolio-slide-copy p { font-size: .92rem; }
  .portfolio-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; border-radius: 50%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Privacy policy */
.legal-page { background: var(--surface); }
.legal-page .navbar { background: rgba(3,18,38,.97); }
.legal-hero { padding: 152px 0 74px; color: white; background: radial-gradient(circle at 82% 12%, rgba(0,217,255,.16), transparent 30%), linear-gradient(145deg, #031226 0%, #061d3c 60%, #07345e 100%); }
.legal-hero h1 { letter-spacing: -.045em; }
.legal-hero-lead { max-width: 760px; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.75; }
.legal-updated-card { padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); box-shadow: 0 18px 46px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.legal-updated-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan-400); background: rgba(0,217,255,.11); font-size: 1.15rem; }
.legal-updated-card small, .legal-updated-card strong { display: block; }
.legal-updated-card small { color: rgba(255,255,255,.52); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.legal-updated-card strong { margin-top: .2rem; color: white; font-size: .95rem; }
.legal-content-section { padding: 80px 0 104px; }
.legal-toc { top: 104px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.legal-toc nav { display: grid; gap: .25rem; }
.legal-toc a { padding: .65rem .75rem; border-radius: 9px; color: #4a6175; font-size: .82rem; font-weight: 700; transition: color .2s, background-color .2s, transform .2s; }
.legal-toc a:hover, .legal-toc a:focus { color: #056f8e; background: var(--cyan-100); transform: translateX(3px); }
.legal-document { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-sm); }
.legal-section { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 1.15rem; padding: clamp(1.45rem, 4vw, 2.25rem); scroll-margin-top: 104px; }
.legal-section + .legal-section { border-top: 1px solid var(--line); }
.legal-section-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: #087fa2; background: var(--cyan-100); font-size: 1.3rem; }
.legal-section h2 { margin: .15rem 0 .85rem; color: var(--navy-900); font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 800; letter-spacing: -.025em; }
.legal-section p { margin-bottom: 1rem; color: var(--muted); font-size: .96rem; line-height: 1.85; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { display: grid; gap: .75rem; margin: 0; padding-left: 1.2rem; color: var(--muted); }
.legal-section li { padding-left: .25rem; line-height: 1.75; }
.legal-section li::marker { color: #0798b8; }
.legal-section strong { color: #2b455b; }
.legal-contact-section { background: linear-gradient(135deg, #f5fbfe, #eef9fd); }
.legal-contact-grid { display: grid; gap: .8rem; margin-top: 1.2rem; }
.legal-contact-grid > a, .legal-contact-grid > div { display: flex; align-items: flex-start; gap: .85rem; padding: .95rem 1rem; border: 1px solid #d9e9f2; border-radius: 12px; color: var(--ink); background: white; }
.legal-contact-grid > a:hover { border-color: #9dddeb; box-shadow: 0 10px 24px rgba(3,23,49,.06); }
.legal-contact-grid i { flex: 0 0 auto; color: #0788aa; font-size: 1.05rem; }
.legal-contact-grid small, .legal-contact-grid strong { display: block; }
.legal-contact-grid small { margin-bottom: .16rem; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-contact-grid strong { overflow-wrap: anywhere; color: #203d54; font-size: .86rem; line-height: 1.55; }

@media (max-width: 991.98px) {
  .legal-hero { padding-top: 132px; }
  .legal-content-section { padding-top: 62px; }
}
@media (max-width: 575.98px) {
  .legal-hero { padding: 118px 0 58px; }
  .legal-section { grid-template-columns: 1fr; }
  .legal-section-icon { width: 46px; height: 46px; }
}
