:root {
  --ink: #07111f;
  --navy: #0b1c31;
  --blue: #1689d9;
  --ice: #eaf7ff;
  --red: #ef294d;
  --warm: #fff1f3;
  --paper: #f6f8fb;
  --muted: #667085;
  --line: #dce3eb;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(7, 17, 31, .12);
}

html { scroll-behavior: smooth; }
body { color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: .75rem 1rem; background: #fff; color: var(--ink); }
.skip-link:focus { top: 16px; }
.topbar { padding: .55rem 0; background: var(--ink); color: #d7e2ef; font-size: .85rem; }
.topbar a:hover { color: #fff; }
.site-header { background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,227,235,.75); backdrop-filter: blur(16px); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(7,17,31,.08); }
.navbar { min-height: 82px; padding: .35rem 0; }
.navbar-brand img { width: 126px; height: 70px; object-fit: contain; }
.navbar-nav { gap: .2rem; }
.nav-link { color: var(--ink); font-weight: 650; font-size: .92rem; padding: .7rem .65rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--blue); }
.btn { border-radius: 999px; font-weight: 700; padding: .78rem 1.25rem; }
.btn-brand { color: #fff; border: 0; background: linear-gradient(110deg, var(--red), #ff526d); box-shadow: 0 10px 24px rgba(239,41,77,.25); }
.btn-brand:hover { color: #fff; transform: translateY(-1px); }
.btn-cool { color: #fff; border: 0; background: linear-gradient(110deg, #0a70b8, var(--blue)); }
.btn-outline-ink { border: 1px solid #8895a5; color: var(--ink); background: rgba(255,255,255,.6); }
.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 78% 32%, rgba(22,137,217,.28), transparent 24%), radial-gradient(circle at 18% 22%, rgba(239,41,77,.2), transparent 25%), linear-gradient(128deg, #06101d 0%, #102843 65%, #0a4f7c 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 74%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -110px; bottom: -240px; border: 84px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero .container { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--blue); font-weight: 800; letter-spacing: .12em; font-size: .76rem; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.hero h1 { max-width: 820px; margin: 1rem 0 1.25rem; font-size: clamp(2.75rem, 6.5vw, 6.25rem); line-height: .94; letter-spacing: -.055em; font-weight: 800; }
.hero h1 span { color: #8bd3ff; }
.hero p { max-width: 690px; color: #cbd9e8; font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-card { position: relative; min-height: 440px; display: grid; place-items: center; }
.hero-card img { width: 100%; max-width: 570px; border-radius: 30px; mix-blend-mode: screen; filter: drop-shadow(0 26px 55px rgba(0,0,0,.35)); }
.hero-card video { width: 100%; max-width: 570px; aspect-ratio: 3/2; object-fit: cover; border-radius: 30px; box-shadow: 0 26px 55px rgba(0,0,0,.35); }
.temperature-pill { position: absolute; display: flex; align-items: center; gap: .75rem; padding: .85rem 1.15rem; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 16px; backdrop-filter: blur(12px); }
.temperature-pill i { font-size: 1.5rem; }
.temperature-pill.hot { left: 0; top: 18%; color: #ff9aab; }
.temperature-pill.cold { right: 0; bottom: 14%; color: #8bd3ff; }
.trust-bar { position: relative; z-index: 4; margin-top: -44px; }
.trust-inner { display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-item { display: flex; align-items: center; gap: 1rem; padding: 1.35rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item i { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; border-radius: 14px; background: var(--ice); color: var(--blue); font-size: 1.3rem; }
.trust-item strong { display: block; font-size: .95rem; }
.trust-item span { color: var(--muted); font-size: .8rem; }
.section { padding: 100px 0; }
.section-soft { background: var(--paper); }
.section-dark { color: #fff; background: var(--ink); }
.section-heading { max-width: 720px; margin-bottom: 2.8rem; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: .75rem 0 1rem; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.03; letter-spacing: -.035em; font-weight: 780; }
.section-heading p { color: var(--muted); font-size: 1.07rem; line-height: 1.75; }
.section-dark .section-heading p { color: #aebed0; }
.service-card, .project-card, .post-card, .product-card { height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.service-card:hover, .project-card:hover, .post-card:hover, .product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card { position: relative; padding: 1.8rem; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--red), var(--blue)); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.service-card:hover::after { transform: scaleX(1); }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 1.35rem; border-radius: 17px; background: var(--ice); color: var(--blue); font-size: 1.55rem; }
.service-card:nth-child(3n+2) .icon-box { color: var(--red); background: var(--warm); }
.service-card h3, .product-card h3, .post-card h3 { font-size: 1.15rem; font-weight: 760; }
.service-card p, .product-card p, .post-card p { color: var(--muted); line-height: 1.65; }
.text-link { color: var(--ink); font-weight: 750; }
.text-link i { transition: transform .2s; }
.text-link:hover { color: var(--blue); }
.text-link:hover i { transform: translateX(4px); }
.about-panel { position: relative; min-height: 480px; padding: clamp(2rem,5vw,4.5rem); display: flex; flex-direction: column; justify-content: end; border-radius: 34px; overflow: hidden; color: #fff; background: linear-gradient(145deg, rgba(7,17,31,.15), rgba(7,17,31,.92)), radial-gradient(circle at 20% 20%, #f12b4d, transparent 34%), linear-gradient(135deg, #133c60, #07111f); }
.about-panel::before { content: ""; position: absolute; width: 300px; height: 300px; right: -100px; top: -100px; border: 48px solid rgba(255,255,255,.08); border-radius: 50%; }
.about-panel > * { position: relative; z-index: 1; }
.about-list { display: grid; gap: .85rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.about-list li { display: flex; gap: .75rem; align-items: start; }
.about-list i { color: var(--blue); }
.process-step { position: relative; padding: 0 1.25rem; }
.step-number { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 1.25rem; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--red), var(--blue)); font-weight: 800; }
.project-visual, .post-visual, .product-visual { position: relative; min-height: 230px; display: flex; align-items: end; padding: 1.5rem; overflow: hidden; background: radial-gradient(circle at 75% 15%, rgba(139,211,255,.9), transparent 24%), linear-gradient(135deg, #122c48, #0873b9); color: #fff; }
.project-visual::before, .product-visual::before { content: ""; position: absolute; width: 180px; height: 180px; right: -30px; top: -40px; border: 32px solid rgba(255,255,255,.14); border-radius: 50%; }
.project-card .card-body, .product-card .card-body, .post-card .card-body { padding: 1.5rem; }
.post-visual { min-height: 170px; background: linear-gradient(135deg, #eff8ff, #fff0f3); color: var(--ink); }
.post-visual i { font-size: 3rem; color: var(--blue); }
.stat { padding: 1.5rem; border-left: 1px solid rgba(255,255,255,.14); }
.stat:first-child { border-left: 0; }
.stat strong { display: block; font-size: clamp(1.7rem,4vw,2.7rem); }
.stat span { color: #aebed0; }
.testimonial { height: 100%; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.testimonial .stars { color: #f2a900; }
.accordion-item { margin-bottom: .75rem; border: 1px solid var(--line) !important; border-radius: 15px !important; overflow: hidden; }
.accordion-button { padding: 1.15rem 1.25rem; font-weight: 720; }
.accordion-button:not(.collapsed) { color: var(--ink); background: var(--ice); box-shadow: none; }
.form-shell { padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.form-control, .form-select { min-height: 52px; border-radius: 12px; border-color: #ced7e1; padding: .75rem .9rem; }
textarea.form-control { min-height: 140px; }
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 .2rem rgba(22,137,217,.15); }
.website-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; left: -9999px !important; }
.contact-card { height: 100%; padding: 1.5rem; border-radius: var(--radius); background: var(--paper); }
.contact-card i { color: var(--blue); font-size: 1.4rem; }
.map-shell { min-height: 350px; display: grid; place-items: center; text-align: center; padding: 2rem; border-radius: 28px; background: linear-gradient(135deg, #eaf7ff, #f7f9fb); border: 1px solid var(--line); }
.page-hero { padding: 80px 0 64px; color: #fff; background: radial-gradient(circle at 82% 35%, rgba(22,137,217,.35), transparent 25%), linear-gradient(130deg, var(--ink), #123957); }
.page-hero h1 { font-size: clamp(2.5rem,6vw,4.8rem); letter-spacing: -.045em; font-weight: 800; }
.breadcrumb { --bs-breadcrumb-divider-color: #8da0b5; --bs-breadcrumb-item-active-color: #b9c8d8; }
.breadcrumb a { color: #fff; }
.detail-content { font-size: 1.05rem; line-height: 1.85; color: #435164; }
.detail-content h2 { margin-top: 2rem; color: var(--ink); font-weight: 760; }
.sidebar-box { padding: 1.5rem; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.cta-strip { padding: 2.1rem 0; background: linear-gradient(105deg, #df2142, #b81835 55%, #0c6da9); }
.site-footer { padding: 72px 0 26px; color: #aebed0; background: #050c15; }
.footer-logo { width: 170px; max-height: 95px; object-fit: contain; margin-bottom: 1.25rem; }
.footer-title { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.15rem; }
.site-footer a { display: block; margin-bottom: .65rem; }
.site-footer a:hover { color: #fff; }
.site-footer hr { margin: 3rem 0 1.4rem; border-color: rgba(255,255,255,.12); }
.whatsapp-float { position: fixed; z-index: 1000; right: 20px; bottom: 20px; display: flex; align-items: center; gap: .55rem; padding: .85rem 1.05rem; color: #fff; background: #1da851; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.24); font-weight: 750; }
.whatsapp-float i { font-size: 1.3rem; }
.empty-state { padding: 3rem; text-align: center; color: var(--muted); border: 1px dashed #b9c5d1; border-radius: var(--radius); background: var(--paper); }

@media (max-width: 991.98px) {
  .navbar-collapse { padding: 1rem 0 1.5rem; }
  .navbar-nav { align-items: stretch !important; }
  .hero { min-height: auto; padding: 88px 0 110px; }
  .hero-card { min-height: 300px; margin-top: 2rem; }
  .trust-inner { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
}

@media (max-width: 575.98px) {
  .row.g-5 { --bs-gutter-x: 1.5rem; }
  .navbar-brand img { width: 104px; height: 58px; }
  .hero h1 { font-size: 3rem; }
  .hero-actions .btn { width: 100%; }
  .hero-card { min-height: 220px; }
  .temperature-pill { display: none; }
  .trust-bar { margin-top: -56px; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; height: 54px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
