.hero h1 {
  font-size: clamp(3.2rem, 6vw, 5.8rem);
}

html,
body {
  overflow-x: hidden;
}

.header-floating-shell {
  position: fixed;
  top: 14px;
  left: 50%;
  width: min(1240px, calc(100% - 32px));
  height: 72px;
  padding: 7px 10px 7px 12px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 14px;
  transform: translateX(-50%);
  border: 1px solid rgba(118, 208, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(115deg, rgba(4, 13, 28, 0.9), rgba(7, 24, 44, 0.78));
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.035), 0 0 32px rgba(0, 194, 255, 0.06);
  backdrop-filter: blur(22px);
}

.header-floating-shell .header-beam {
  overflow: hidden;
  border-radius: 999px;
}

.header-floating-shell .nav {
  gap: clamp(12px, 1.45vw, 22px);
  font-size: clamp(0.64rem, 0.72vw, 0.76rem);
  font-weight: 700;
  white-space: nowrap;
}

.header-floating-shell .button-small {
  min-height: 48px;
  padding-inline: 20px;
  border-color: rgba(103, 232, 249, 0.58);
  box-shadow: 0 12px 32px rgba(0, 194, 255, 0.24);
}

.header-floating-shell + main {
  position: relative;
}

section[id] {
  scroll-margin-top: 110px;
}

.header .brand {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  justify-self: start;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(0, 194, 255, 0.06), 0 0 28px -7px rgba(0, 194, 255, 0.7);
  overflow: hidden;
}

.header .brand img {
  width: 48px;
  height: 48px;
  padding: 4px;
  object-fit: contain;
  filter: none;
}

.whatsapp {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 350px;
  max-width: calc(100vw - 48px);
  height: 75px;
  padding: 0 18px 0 14px;
  border: 1.5px solid rgba(37, 211, 102, 0.6);
  border-radius: 16px;
  background: linear-gradient(135deg, #0b2e1a 0%, #0a2616 30%, #061e10 65%, #020804 100%);
  box-shadow:
    0 0 32px -4px rgba(37, 211, 102, 0.35),
    0 0 8px rgba(37, 211, 102, 0.5),
    0 8px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease, opacity 0.8s ease;
  text-decoration: none;
  white-space: normal;
  transform: none;
  animation: whatsapp-glow 2.5s ease-in-out infinite;
}

.whatsapp:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 211, 102, 0.75);
  box-shadow:
    0 0 36px -4px rgba(37, 211, 102, 0.42),
    0 0 10px rgba(37, 211, 102, 0.55),
    0 14px 40px rgba(0, 0, 0, 0.4);
}

.whatsapp::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.28), transparent 45%, rgba(37, 211, 102, 0.15));
  z-index: -1;
  opacity: 0.7;
}

.whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  padding: 7px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 18px rgba(37, 211, 102, 0.45);
  line-height: 0;
  animation: whatsapp-icon-pulse 2s ease-in-out infinite;
}

.whatsapp-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.whatsapp-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.whatsapp-text strong {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.whatsapp-text small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.4;
}

body:has(.home-floating-actions) > .whatsapp {
  display: none;
}

.home-floating-actions {
  position: fixed;
  bottom: max(22px, env(safe-area-inset-bottom));
  left: max(22px, env(safe-area-inset-left));
  z-index: 100;
  display: flex;
  gap: 10px;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.38));
  animation: home-actions-in 320ms cubic-bezier(0.4, 0.2, 0.2, 1.2);
}

.home-float-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  font-family: inherit;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.home-float-button svg {
  flex: 0 0 auto;
}

.home-float-question {
  border-color: rgba(255, 255, 255, 0.8);
  background: #fff;
  color: #07111f;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9);
}

.home-float-question:hover {
  border-color: #00c2ff;
  color: #087ff5;
  transform: translateY(-3px);
}

.home-float-schedule {
  border-color: rgba(103, 232, 249, 0.55);
  background: linear-gradient(110deg, #087ff5, #00c2ff);
  color: #fff;
  box-shadow: 0 9px 25px rgba(0, 148, 255, 0.35);
}

.home-float-schedule:hover {
  background: linear-gradient(110deg, #1490ff, #19d0ff);
  box-shadow: 0 13px 30px rgba(0, 194, 255, 0.42);
  transform: translateY(-3px);
}

@keyframes home-actions-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal-open {
  overflow: hidden;
}

.question-modal[hidden] {
  display: none;
}

.question-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 6, 16, 0.76);
  backdrop-filter: blur(12px);
}

.question-modal-card {
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  padding: 24px;
  overflow-y: auto;
  border: 1px solid rgba(67, 181, 255, 0.34);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 0, rgba(0, 194, 255, 0.13), transparent 30%),
    linear-gradient(145deg, #0a1b34, #050c1a);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 45px rgba(0, 194, 255, 0.13);
}

.question-modal-card header,
.question-modal-title {
  display: flex;
  align-items: center;
}

.question-modal-card header {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.question-modal-title {
  gap: 10px;
  color: #f2f8ff;
}

.question-modal-title span,
.question-modal-success > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(0, 194, 255, 0.6);
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.1);
  color: #71dfff;
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.2);
  font-weight: 800;
}

.question-modal-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #aebed0;
  font-size: 1.2rem;
  cursor: pointer;
}

.question-modal-close:hover {
  border-color: rgba(0, 194, 255, 0.45);
  color: #fff;
}

.question-modal-form {
  display: grid;
  gap: 15px;
}

.question-modal-form > p {
  margin: 0;
  color: #71dfff;
  font: 800 0.62rem monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.question-modal-form label {
  display: grid;
  gap: 6px;
  color: #dce9f7;
  font-size: 0.72rem;
  font-weight: 700;
}

.question-modal-form input,
.question-modal-form textarea,
.question-modal-form select {
  width: 100%;
  border: 1px solid rgba(94, 166, 231, 0.22);
  border-radius: 11px;
  outline: none;
  background: rgba(2, 10, 23, 0.75);
  color: #fff;
  padding: 12px 13px;
  font: inherit;
  resize: vertical;
}

.question-modal-form input::placeholder,
.question-modal-form textarea::placeholder {
  color: #607792;
}

.question-modal-form input:focus,
.question-modal-form textarea:focus,
.question-modal-form select:focus {
  border-color: #00c2ff;
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.12);
}

.question-modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.question-modal-form > small {
  color: #758ba5;
  font-size: 0.62rem;
  line-height: 1.5;
}

.question-modal-submit {
  justify-self: start;
  min-width: 150px;
  border: 1px solid rgba(103, 232, 249, 0.55);
  border-radius: 11px;
  background: linear-gradient(110deg, #087ff5, #00c2ff);
  color: #fff;
  padding: 13px 20px;
  box-shadow: 0 9px 25px rgba(0, 148, 255, 0.28);
  font: 800 0.75rem Manrope, sans-serif;
  cursor: pointer;
}

.question-modal-submit:hover {
  background: linear-gradient(110deg, #1490ff, #19d0ff);
  transform: translateY(-2px);
}

.question-modal-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.question-modal-error {
  color: #ff9dad;
  font-size: 0.68rem;
}

.question-modal-success {
  justify-items: center;
  padding: 30px 10px 18px;
  text-align: center;
}

.question-modal-success:not([hidden]) {
  display: grid;
  gap: 14px;
}

.question-modal-success > span {
  width: 52px;
  height: 52px;
  border-color: rgba(34, 223, 170, 0.55);
  background: rgba(34, 223, 170, 0.1);
  color: #71f2c9;
  font-size: 1.3rem;
}

.question-modal-success strong {
  color: #f2f8ff;
  font-size: 1.25rem;
}

.question-modal-success p {
  max-width: 390px;
  margin: 0 0 8px;
  color: #94a9c2;
  font-size: 0.82rem;
}

.schedule-modal-card {
  width: min(590px, 100%);
}

.schedule-slot-add {
  display: grid;
  grid-template-columns: 1fr 1fr 44px;
  gap: 10px;
  align-items: end;
}

.schedule-add-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 194, 255, 0.55);
  border-radius: 10px;
  background: rgba(0, 194, 255, 0.08);
  color: #71dfff;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}

.schedule-add-button:hover {
  background: rgba(0, 194, 255, 0.17);
  box-shadow: 0 0 22px rgba(0, 194, 255, 0.16);
}

.schedule-slot-empty {
  margin: 0;
  color: #758ba5;
  font-size: 0.7rem;
}

.schedule-slot-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-slot-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border: 1px solid rgba(94, 166, 231, 0.17);
  border-radius: 9px;
  background: rgba(0, 194, 255, 0.05);
  color: #cfe8f8;
  font-size: 0.7rem;
}

.schedule-slot-list li > span {
  display: grid;
  gap: 3px;
}

.schedule-slot-list li strong {
  color: #e8f7ff;
  font-size: 0.72rem;
}

.schedule-slot-list li small {
  color: #91a9c2;
  line-height: 1.45;
}

.schedule-slot-list button {
  border: 0;
  background: transparent;
  color: #8fa5bd;
  cursor: pointer;
}

.schedule-slot-list button:hover {
  color: #fff;
}

.schedule-secondary-button {
  border: 0;
  background: transparent;
  color: #9eb4cb;
  font: 700 0.7rem Manrope, sans-serif;
  cursor: pointer;
}

.schedule-secondary-button:hover {
  color: #fff;
}

.schedule-note-modal {
  position: fixed;
  z-index: 3;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 8, 20, 0.76);
  backdrop-filter: blur(10px);
}

.schedule-note-modal[hidden] {
  display: none;
}

.schedule-note-card {
  width: min(430px, 100%);
  padding: 22px;
  border: 1px solid rgba(0, 194, 255, 0.3);
  border-radius: 18px;
  background: linear-gradient(145deg, #08182d, #050e1d);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.48), 0 0 36px rgba(0, 194, 255, 0.12);
}

.schedule-note-card header,
.schedule-note-footer,
.schedule-note-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.schedule-note-card > p {
  margin: 18px 0 10px;
  color: #9bb1c9;
  font-size: 0.78rem;
  line-height: 1.6;
}

.schedule-note-card textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(94, 166, 231, 0.24);
  border-radius: 10px;
  padding: 12px;
  background: rgba(2, 12, 27, 0.75);
  color: #e8f7ff;
  font: 500 0.78rem Manrope, sans-serif;
  outline: none;
}

.schedule-note-card textarea:focus {
  border-color: rgba(0, 194, 255, 0.7);
  box-shadow: 0 0 0 3px rgba(0, 194, 255, 0.08);
}

.schedule-note-footer {
  margin-top: 14px;
}

.schedule-note-footer small {
  color: #758ba5;
  font-size: 0.66rem;
}

.schedule-note-footer .question-modal-submit {
  width: auto;
  margin: 0;
  padding: 11px 15px;
}

.case-grid .case-card {
  min-width: 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.case-grid .case-card h2 {
  max-width: 100%;
  margin: 16px 0 22px;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.case-grid .case-card .case-detail {
  margin-top: auto;
  padding-top: 22px;
}

.case-grid .case-card > a {
  margin-top: 18px;
}

.solution-grid .solution-card {
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solution-grid .solution-card h2 {
  max-width: 100%;
  margin: 16px 0 24px;
  font-size: clamp(1.65rem, 2.55vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.solution-grid .solution-card p {
  max-width: 100%;
}

.solution-grid .solution-card > a {
  margin-top: auto;
  padding-top: 20px;
}

.hero {
  min-height: calc(100vh - 150px);
  padding-bottom: 132px;
}

.hero-proof {
  bottom: 18px;
  padding: 16px 20px;
}

.hero-proof div {
  padding: 0 20px;
}

.intro {
  padding-top: 82px;
}

.intro-visual-column {
  min-width: 0;
}

.code-notebook-card {
  position: relative;
  margin-top: 34px;
  padding: 20px 24px 34px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(9, 24, 44, 0.82), rgba(2, 7, 17, 0.7));
  box-shadow: 0 35px 80px -45px rgba(0, 194, 255, 0.7), inset 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transform-style: preserve-3d;
}

.code-card-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -70px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.22);
  filter: blur(70px);
}

.notebook-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(104, 210, 255, 0.28);
  border-radius: 14px 14px 7px 7px;
  background: #040b18;
  box-shadow: 0 22px 50px -25px rgba(0, 194, 255, 0.65), inset 0 0 0 4px rgba(255, 255, 255, 0.018);
}

.code-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0a1427;
  font: 600 0.52rem monospace;
  color: #7894ae;
}

.code-toolbar > span {
  display: flex;
  gap: 5px;
}

.code-toolbar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #294461;
}

.code-toolbar i:nth-child(1) { background: #ff657a; }
.code-toolbar i:nth-child(2) { background: #ffd166; }
.code-toolbar i:nth-child(3) { background: #00c2ff; }
.code-toolbar strong { color: #b8cce0; font-weight: 600; }
.code-toolbar small { justify-self: end; color: #00c2ff; text-transform: uppercase; letter-spacing: 0.12em; }

.code-workspace {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  min-height: 235px;
  background: linear-gradient(145deg, rgba(5, 16, 33, 0.96), rgba(2, 7, 16, 0.98));
}

.code-workspace::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(56, 189, 248, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.code-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding-top: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.018);
}

.code-sidebar span {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(0, 194, 255, 0.34);
  border-radius: 3px;
}

.code-sidebar span:first-child {
  background: rgba(0, 194, 255, 0.22);
  box-shadow: 0 0 13px rgba(0, 194, 255, 0.55);
}

.code-workspace pre {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 20px 15px 42px;
  overflow: hidden;
  color: #9ab3cc;
  font: 600 clamp(0.55rem, 0.8vw, 0.68rem)/1.9 monospace;
}

.code-workspace code b { color: #67e8f9; }
.code-workspace code em { color: #f0f7ff; font-style: normal; }
.code-workspace code span { color: #60a5fa; }
.code-workspace code i { color: #c4b5fd; font-style: normal; }
.code-workspace code mark { padding: 1px 3px; color: #87f7c1; background: rgba(18, 183, 106, 0.1); }

.code-status {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(3, 11, 24, 0.92);
  color: #71dfff;
  font: 700 0.44rem monospace;
  letter-spacing: 0.08em;
}

.notebook-base {
  position: relative;
  width: 110%;
  height: 12px;
  margin-left: -5%;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(#273a50, #0b1421);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
}

.notebook-base span {
  position: absolute;
  width: 55px;
  height: 3px;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #52657a;
}

.digital-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
  padding-top: clamp(95px, 9vw, 125px);
  padding-bottom: clamp(100px, 10vw, 135px);
}

.digital-showcase::before {
  content: "";
  position: absolute;
  inset: 7% -18% 2%;
  z-index: -1;
  background:
    radial-gradient(circle at 76% 38%, rgba(46, 28, 255, 0.18), transparent 28%),
    radial-gradient(circle at 62% 65%, rgba(0, 194, 255, 0.13), transparent 33%);
  filter: blur(15px);
}

.showcase-copy h2 {
  max-width: 610px;
  margin: 18px 0 20px;
  font-size: clamp(2.35rem, 4.7vw, 5rem);
  line-height: 0.98;
}

.showcase-copy p {
  max-width: 520px;
  color: #98aac5;
  font-size: 1.02rem;
  line-height: 1.75;
}

.showcase-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 27px 0 0;
  color: #dce9fb;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.showcase-points span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  padding: 11px 10px;
  overflow: hidden;
  border: 1px solid rgba(67, 168, 245, 0.2);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(9, 29, 58, 0.78), rgba(3, 12, 27, 0.86));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 14px 30px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.showcase-points span::after {
  content: "";
  position: absolute;
  inset: auto 10px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 194, 255, 0.62), transparent);
}

.showcase-points span:hover {
  border-color: rgba(0, 194, 255, 0.46);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 16px 34px rgba(0, 112, 255, 0.14);
  transform: translateY(-3px);
}

.showcase-points i {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00c2ff;
  box-shadow: 0 0 14px #00c2ff;
}

.showcase-stage {
  position: relative;
  min-height: auto;
  perspective: 1400px;
}

.showcase-glow {
  position: absolute;
  inset: 10% 5% 3%;
  border-radius: 50%;
  background: rgba(0, 137, 255, 0.17);
  filter: blur(80px);
}

.showcase-dashboard {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px 1fr;
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(78, 170, 255, 0.3);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(8, 28, 58, 0.98), rgba(2, 11, 28, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 50px rgba(0, 148, 255, 0.12);
  transform: rotateX(3deg) rotateY(-5deg);
}

.dashboard-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-right: 1px solid rgba(73, 153, 229, 0.17);
  background: rgba(5, 20, 43, 0.75);
}

.dashboard-nav strong {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c2ff, #5842ff);
  color: #fff;
  font-size: 0.62rem;
}

.dashboard-nav span {
  width: 16px;
  height: 3px;
  border-radius: 4px;
  background: #294363;
}

.dashboard-nav span.active {
  background: #00c2ff;
  box-shadow: 0 0 10px #00c2ff;
}

.dashboard-content {
  padding: 23px;
}

.dashboard-heading,
.dashboard-heading > div,
.dashboard-metrics,
.dashboard-main {
  display: flex;
}

.dashboard-heading {
  align-items: center;
  justify-content: space-between;
}

.dashboard-heading > div {
  flex-direction: column;
  gap: 4px;
}

.dashboard-heading small,
.dashboard-metrics small,
.dashboard-chart > span {
  color: #8198b9;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.dashboard-heading strong {
  color: #f2f8ff;
  font-size: 1rem;
}

.dashboard-heading > span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #92e6ff;
  font-size: 0.58rem;
  font-weight: 700;
}

.dashboard-heading > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #28e1a1;
  box-shadow: 0 0 9px #28e1a1;
}

.dashboard-metrics {
  gap: 10px;
  margin: 22px 0 12px;
}

.dashboard-metrics > div,
.dashboard-chart,
.dashboard-ring {
  border: 1px solid rgba(86, 165, 242, 0.14);
  background: rgba(8, 27, 55, 0.62);
}

.dashboard-metrics > div {
  flex: 1;
  padding: 13px;
  border-radius: 10px;
}

.dashboard-metrics strong {
  display: block;
  margin: 8px 0 12px;
  color: #eaf6ff;
  font-size: 0.72rem;
}

.metric-line {
  display: block;
  width: 82%;
  height: 2px;
  background: linear-gradient(90deg, #00c2ff 65%, transparent 65%);
  box-shadow: 0 0 8px rgba(0, 194, 255, 0.5);
}

.metric-line-alt {
  background: linear-gradient(90deg, #725bff 78%, transparent 78%);
  box-shadow: 0 0 8px rgba(114, 91, 255, 0.5);
}

.dashboard-main {
  gap: 10px;
}

.dashboard-chart {
  flex: 1;
  min-height: 150px;
  padding: 15px;
  border-radius: 11px;
}

.chart-bars {
  display: flex;
  height: 105px;
  align-items: end;
  justify-content: space-around;
  gap: 8px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(77, 158, 238, 0.14);
  background: repeating-linear-gradient(0deg, transparent 0 25px, rgba(69, 143, 214, 0.08) 26px);
}

.chart-bars i {
  width: 8%;
  height: 30%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(#00d6ff, #0758f4);
  box-shadow: 0 0 12px rgba(0, 194, 255, 0.28);
}

.chart-bars i:nth-child(2) { height: 43%; }
.chart-bars i:nth-child(3) { height: 38%; }
.chart-bars i:nth-child(4) { height: 64%; }
.chart-bars i:nth-child(5) { height: 55%; }
.chart-bars i:nth-child(6) { height: 82%; }
.chart-bars i:nth-child(7) { height: 72%; }

.dashboard-ring {
  display: grid;
  width: 125px;
  place-content: center;
  text-align: center;
  border-radius: 11px;
}

.dashboard-ring i {
  width: 64px;
  height: 64px;
  grid-area: 1 / 1;
  border: 8px solid #0d4db0;
  border-top-color: #00d6ff;
  border-right-color: #6d51ff;
  border-radius: 50%;
  transform: rotate(25deg);
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.18);
}

.dashboard-ring strong {
  z-index: 1;
  grid-area: 1 / 1;
  align-self: center;
  color: #fff;
  font-size: 0.72rem;
}

.dashboard-ring span {
  margin-top: 10px;
  color: #8ba2bf;
  font-size: 0.55rem;
  text-transform: uppercase;
}

.showcase-devices {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: -48px auto 0;
}

.showcase-phone {
  position: relative;
  width: 145px;
  min-height: 270px;
  padding: 30px 14px 15px;
  overflow: hidden;
  border: 3px solid #24364c;
  border-radius: 25px;
  background: linear-gradient(160deg, #071a38, #020914 75%);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 166, 255, 0.13);
  color: #fff;
}

.showcase-phone::after {
  content: "";
  position: absolute;
  inset: auto -45% -30% 10%;
  height: 110px;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.3), transparent 65%);
}

.showcase-phone.phone-one { transform: translateY(23px) rotate(-4deg); }
.showcase-phone.phone-three { transform: translateY(23px) rotate(4deg); }

.phone-speaker {
  position: absolute;
  width: 42px;
  height: 8px;
  top: 9px;
  left: 50%;
  border-radius: 8px;
  background: #000711;
  transform: translateX(-50%);
}

.showcase-phone small {
  color: #7f96b7;
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.showcase-phone strong {
  display: block;
  margin: 9px 0 18px;
  font-size: 0.89rem;
  line-height: 1.25;
}

.showcase-phone em {
  position: absolute;
  right: 12px;
  bottom: 14px;
  z-index: 1;
  color: #71dfff;
  font-size: 0.48rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.phone-orbit {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 22px auto;
  border: 1px solid rgba(0, 194, 255, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0, 194, 255, 0.15);
}

.phone-orbit::before,
.phone-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(102, 70, 255, 0.45);
  border-radius: 50%;
  inset: 15px -10px;
  transform: rotate(55deg);
}

.phone-orbit::after {
  inset: 35px;
  border: 0;
  background: #00c2ff;
  box-shadow: 0 0 22px #00c2ff;
}

.phone-cards {
  display: grid;
  gap: 8px;
}

.phone-cards i {
  height: 38px;
  border: 1px solid rgba(90, 168, 245, 0.18);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(0, 194, 255, 0.16), rgba(77, 52, 220, 0.08));
}

.phone-cards i:nth-child(2) { margin-left: 9px; }

.phone-graph {
  display: flex;
  height: 120px;
  align-items: end;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(90, 168, 245, 0.15);
  border-radius: 8px;
  background: rgba(8, 28, 57, 0.55);
}

.phone-graph i {
  flex: 1;
  height: 35%;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(#00d8ff, #2852ef);
}

.phone-graph i:nth-child(2) { height: 58%; }
.phone-graph i:nth-child(3) { height: 48%; }
.phone-graph i:nth-child(4) { height: 82%; }

.showcase-image-card {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(76, 179, 255, 0.36);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(8, 29, 60, 0.92), rgba(2, 10, 25, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5), 0 0 55px rgba(0, 194, 255, 0.12);
}

.showcase-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 38%, rgba(0, 194, 255, 0.08), transparent 62%),
    radial-gradient(circle at 90% 5%, rgba(105, 71, 255, 0.22), transparent 28%);
}

.showcase-image-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(108, 201, 255, 0.28);
  border-radius: 17px;
  background: #030d20;
}

.showcase-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 194, 255, 0.08), transparent 38%, rgba(79, 57, 255, 0.08));
  box-shadow: inset 0 0 45px rgba(0, 12, 31, 0.3);
}

.showcase-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-image-placeholder {
  position: relative;
  display: grid;
  min-height: 470px;
  place-content: center;
  justify-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px dashed rgba(108, 201, 255, 0.28);
  border-radius: 17px;
  background:
    linear-gradient(rgba(0, 194, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 194, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(0, 194, 255, 0.1), transparent 42%),
    #030d20;
  background-size: 38px 38px, 38px 38px, auto, auto;
  color: #eaf7ff;
  text-align: center;
}

.showcase-image-placeholder::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00c2ff, transparent);
  box-shadow: 0 0 20px #00c2ff;
  animation: placeholder-scan 4s ease-in-out infinite;
}

.image-placeholder-icon {
  position: relative;
  display: block;
  width: 70px;
  height: 55px;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 194, 255, 0.6);
  border-radius: 12px;
  background: rgba(0, 194, 255, 0.05);
  box-shadow: inset 0 0 22px rgba(0, 194, 255, 0.08), 0 0 24px rgba(0, 194, 255, 0.12);
}

.image-placeholder-icon i:first-child {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 11px;
  right: 12px;
  border-radius: 50%;
  background: #00c2ff;
  box-shadow: 0 0 12px #00c2ff;
}

.image-placeholder-icon i:last-child {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  height: 21px;
  clip-path: polygon(0 100%, 35% 25%, 52% 62%, 70% 38%, 100% 100%);
  background: linear-gradient(90deg, #0758f4, #00d6ff, #7052ff);
}

.showcase-image-placeholder strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.showcase-image-placeholder small {
  color: #8098b9;
  font-size: 0.68rem;
}

.showcase-image-card figcaption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 8px 3px;
  color: #7f97b7;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-image-card figcaption span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ce9ff;
  font-weight: 700;
}

.showcase-image-card figcaption i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22dfaa;
  box-shadow: 0 0 10px #22dfaa;
}

@keyframes placeholder-scan {
  0%, 100% { top: 18%; opacity: 0.3; }
  50% { top: 82%; opacity: 0.8; }
}

@keyframes whatsapp-glow {
  0%, 100% { box-shadow: 0 0 32px -4px rgba(37, 211, 102, 0.35), 0 0 8px rgba(37, 211, 102, 0.5), 0 8px 32px rgba(0, 0, 0, 0.35); }
  50% { box-shadow: 0 0 48px -4px rgba(37, 211, 102, 0.5), 0 0 14px rgba(37, 211, 102, 0.7), 0 8px 32px rgba(0, 0, 0, 0.35); }
}

@keyframes whatsapp-icon-pulse {
  0%, 100% { box-shadow: 0 0 18px rgba(37, 211, 102, 0.45); transform: scale(1); }
  50% { box-shadow: 0 0 28px rgba(37, 211, 102, 0.7); transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp {
    animation: none;
  }
  .whatsapp-icon {
    animation: none;
  }
}

.whatsapp-hidden {
  opacity: 0;
  pointer-events: none;
}

.cta-band {
  margin: 20px auto 100px;
}

.testimonials-section {
  position: relative;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 54%;
  height: 70%;
  top: 12%;
  left: 23%;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.08);
  filter: blur(110px);
}

.testimonials-heading {
  align-items: end;
  gap: 50px;
}

.testimonials-heading > div {
  max-width: 780px;
}

.testimonials-heading > p {
  max-width: 320px;
  margin: 0;
  color: #8fa8c1;
  font-size: 0.78rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  position: relative;
  min-width: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(94, 166, 231, 0.2);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(12, 31, 55, 0.94), rgba(4, 13, 27, 0.92));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03), 0 18px 50px rgba(0, 0, 0, 0.2);
}

.testimonial-card::after {
  content: "“";
  position: absolute;
  right: 18px;
  bottom: -48px;
  color: rgba(0, 194, 255, 0.06);
  font-size: 13rem;
  font-weight: 800;
  line-height: 1;
}

.testimonial-card-top,
.testimonial-card footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.testimonial-stars {
  color: #00c2ff;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-shadow: 0 0 12px rgba(0, 194, 255, 0.7);
}

.testimonial-card-top small {
  color: #7590aa;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  margin: 34px 0;
  color: #d8e9f7;
  font-size: 0.9rem;
  line-height: 1.75;
}

.testimonial-card footer {
  justify-content: flex-start;
  margin-top: auto;
}

.testimonial-card footer > span {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(0, 194, 255, 0.42);
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.08);
  color: #8be8ff;
  font-size: 0.68rem;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(0, 194, 255, 0.12);
}

.testimonial-avatar {
  overflow: hidden;
  padding: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card footer div {
  display: grid;
}

.testimonial-card footer strong {
  color: #f2f9ff;
  font-size: 0.72rem;
}

.testimonial-card footer small {
  color: #6f89a4;
  font-size: 0.58rem;
}

@media (max-width: 900px) {
  .header-floating-shell {
    top: 10px;
    width: calc(100% - 20px);
    height: 68px;
    padding: 6px 8px 6px 10px;
    grid-template-columns: 56px 1fr auto;
    border-radius: 24px;
  }

  .header-floating-shell .nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    border-color: rgba(0, 194, 255, 0.22);
    background: rgba(6, 20, 38, 0.96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(20px);
  }

  .header .brand {
    width: 50px;
    height: 50px;
  }

  .header .brand img {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 270px;
  }

  .hero-proof {
    bottom: 16px;
  }

  .intro {
    padding-top: 70px;
  }

  .code-notebook-card {
    max-width: 620px;
  }

  .case-grid .case-card {
    min-height: 360px;
  }

  .solution-grid .solution-card {
    min-height: 360px;
  }

  .testimonials-heading {
    display: grid;
    gap: 12px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: 250px;
  }

  .digital-showcase {
    grid-template-columns: 1fr;
  }

  .showcase-copy {
    max-width: 680px;
  }

  .showcase-stage {
    width: min(100%, 720px);
    min-height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .whatsapp {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: auto;
    max-width: calc(100vw - 28px);
    height: 66px;
    padding: 0 14px 0 10px;
    gap: 10px;
  }

  .whatsapp-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .whatsapp-text strong {
    font-size: 0.82rem;
  }

  .whatsapp-text small {
    font-size: 0.62rem;
  }

  .home-floating-actions {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    left: max(14px, env(safe-area-inset-left));
    gap: 7px;
  }

  .home-float-button {
    flex: 1;
    min-width: 0;
    padding: 12px 9px;
    font-size: 0.68rem;
  }

  .question-modal {
    padding: 12px;
  }

  .question-modal-card {
    max-height: calc(100vh - 24px);
    padding: 19px;
    border-radius: 17px;
  }

  .question-modal-row {
    grid-template-columns: 1fr;
  }

  .schedule-slot-add {
    grid-template-columns: 1fr 1fr;
  }

  .schedule-add-button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .question-modal-submit {
    width: 100%;
  }

  .hero {
    padding-bottom: 285px;
  }

  .hero-proof {
    padding: 12px 14px;
  }

  .intro {
    padding-top: 58px;
  }

  .code-notebook-card {
    margin-top: 25px;
    padding: 12px 12px 24px;
  }

  .code-workspace {
    min-height: 210px;
  }

  .code-toolbar small {
    display: none;
  }

  .case-grid .case-card {
    min-height: auto;
  }

  .case-grid .case-card h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .solution-grid .solution-card {
    min-height: auto;
  }

  .solution-grid .solution-card h2 {
    font-size: clamp(1.65rem, 8.5vw, 2.35rem);
  }

  .digital-showcase {
    padding-top: 85px;
    padding-bottom: 95px;
  }

  .cta-band {
    margin-top: 10px;
    margin-bottom: 75px;
  }

  .showcase-copy h2 {
    font-size: clamp(2.25rem, 12vw, 3.25rem);
  }

  .showcase-points {
    grid-template-columns: 1fr;
  }

  .showcase-points span {
    min-height: 48px;
  }

  .showcase-stage {
    min-height: auto;
  }

  .showcase-image-card {
    padding: 8px;
    border-radius: 18px;
  }

  .showcase-image-placeholder {
    min-height: 300px;
    border-radius: 13px;
  }

  .showcase-image-card figcaption {
    padding: 11px 4px 2px;
  }

  .showcase-image-card figcaption small {
    display: none;
  }

  .showcase-dashboard {
    grid-template-columns: 35px 1fr;
    min-height: 280px;
    transform: none;
  }

  .dashboard-nav {
    gap: 18px;
  }

  .dashboard-nav strong {
    width: 23px;
    height: 23px;
    font-size: 0.48rem;
  }

  .dashboard-content {
    padding: 14px;
  }

  .dashboard-heading > span,
  .dashboard-metrics > div:nth-child(3),
  .dashboard-ring {
    display: none;
  }

  .dashboard-metrics > div {
    padding: 10px;
  }

  .dashboard-chart {
    min-height: 125px;
  }

  .chart-bars {
    height: 82px;
  }

  .showcase-devices {
    gap: 7px;
    margin-top: -30px;
  }

  .showcase-phone {
    width: 31%;
    min-height: 210px;
    padding: 27px 9px 12px;
    border-width: 2px;
    border-radius: 19px;
  }

  .showcase-phone strong {
    font-size: 0.68rem;
  }

  .phone-orbit {
    width: 62px;
    height: 62px;
    margin: 15px auto;
  }

  .phone-cards i {
    height: 27px;
  }

  .phone-graph {
    height: 82px;
    padding: 6px;
    gap: 4px;
  }
}

.portfolio-gallery {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 80px;
}

.portfolio-gallery .section-heading {
  max-width: 1020px;
  margin-bottom: 20px;
}

.gallery-carousel {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 60px;
}

.carousel-track {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.carousel-slide {
  position: absolute;
  width: 68%;
  pointer-events: none;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.55s ease, z-index 0s 0.3s;
  transform-style: preserve-3d;
}

.carousel-slide.center {
  z-index: 5;
  pointer-events: auto;
}

.carousel-slide.side {
  z-index: 3;
  pointer-events: auto;
}

.carousel-slide.hidden-slide {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.carousel-card {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(14, 31, 54, 0.94), rgba(4, 13, 27, 0.92));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03), 0 18px 50px rgba(0, 0, 0, 0.2);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
  -webkit-user-select: none;
  user-select: none;
}

.carousel-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 22px;
  transition: transform 0.3s ease;
}

.carousel-link:hover {
  transform: scale(1.02);
}

.carousel-slide.center .carousel-card {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 28px 70px -35px rgba(0, 194, 255, 0.78), inset 0 1px rgba(255, 255, 255, 0.08);
}

.carousel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(103, 232, 249, 0.06), transparent 65%);
  transform: translateX(-100%);
  transition: transform 0.7s;
  pointer-events: none;
}

.carousel-slide.center .carousel-card::after {
  transform: translateX(100%);
}

.carousel-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 22px;
}

.carousel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 13, 27, 0.92) 0%, rgba(4, 13, 27, 0.48) 38%, transparent 62%);
  border-radius: inherit;
  pointer-events: none;
}

.carousel-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.carousel-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: inherit;
  background:
    linear-gradient(rgba(0, 194, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 194, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(0, 194, 255, 0.08), transparent 52%),
    rgba(4, 14, 34, 0.75);
  background-size: 32px 32px, 32px 32px, auto, auto;
  color: rgba(0, 194, 255, 0.17);
}

.carousel-image-placeholder svg {
  width: 64px;
  height: 64px;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 28px 28px;
}

.carousel-caption strong {
  color: #f2f9ff;
  font-size: 1.15rem;
  line-height: 1.3;
}

.carousel-caption small {
  color: #6f89a4;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.carousel-arrow {
  position: absolute;
  top: calc(50% - 13px);
  z-index: 10;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(0, 194, 255, 0.32);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(12, 31, 55, 0.92), rgba(4, 13, 27, 0.9));
  color: #71dfff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25), 0 0 16px rgba(0, 194, 255, 0.08);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s, color 0.25s;
  transform: translateY(-50%);
  font-family: inherit;
}

.carousel-arrow:hover {
  border-color: rgba(0, 194, 255, 0.7);
  color: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 194, 255, 0.18);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.94);
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.carousel-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(0, 194, 255, 0.28);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.2s;
}

.carousel-dot:hover {
  border-color: rgba(0, 194, 255, 0.6);
  transform: scale(1.2);
}

.carousel-dot.active {
  border-color: #00c2ff;
  background: #00c2ff;
  box-shadow: 0 0 14px rgba(0, 194, 255, 0.7);
}

@media (max-width: 900px) {
  .gallery-carousel {
    padding: 0 48px;
  }

  .carousel-track {
    height: 360px;
  }

  .carousel-slide {
    width: 78%;
  }

  .carousel-card {
    min-height: 320px;
  }

  .carousel-image-placeholder {
    min-height: 320px;
  }

  .carousel-caption {
    padding: 24px 20px 20px;
  }
}

@media (max-width: 600px) {
  .gallery-carousel {
    padding: 0 38px;
  }

  .carousel-track {
    height: 310px;
  }

  .carousel-slide {
    width: 85%;
  }

  .carousel-card {
    min-height: 280px;
  }

  .carousel-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .carousel-image-placeholder {
    min-height: 280px;
  }

  .carousel-caption {
    padding: 20px 16px 16px;
    gap: 6px;
  }

  .carousel-caption strong {
    font-size: 1rem;
  }
}

.contact-logo {
  display: block;
  width: 350px;
  height: 350px;
  margin-top: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(0, 194, 255, 0.14));
}

@media (max-width: 900px) {
  .contact-logo {
    width: 220px;
    height: 220px;
    margin: 20px auto 0;
  }
}

.chat-float {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: 118px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 72px);
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(12, 31, 55, 0.95), rgba(4, 13, 27, 0.94));
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 194, 255, 0.08);
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.chat-float.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.chat-float-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 194, 255, 0.45);
  box-shadow: 0 0 18px rgba(0, 194, 255, 0.15);
  overflow: hidden;
}

.chat-float-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-float-bubble {
  overflow: hidden;
  max-width: 300px;
}

.chat-float-message {
  display: block;
  color: #dce9f7;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: normal;
  overflow: hidden;
}

@media (max-width: 600px) {
  .chat-float {
    right: max(10px, env(safe-area-inset-right));
    bottom: 100px;
    max-width: calc(100vw - 56px);
    padding: 8px 13px 8px 8px;
    gap: 8px;
  }

  .chat-float-avatar {
    width: 38px;
    height: 38px;
  }

  .chat-float-message {
    font-size: 0.7rem;
  }

  .chat-float-bubble {
    max-width: 220px;
  }
}

.footer-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.footer-news strong {
  color: #fff;
  font-size: 0.82rem;
}

.footer-news span {
  color: #9ab0c8;
  font-size: 0.7rem;
}

.footer-news small {
  color: #9ab0c8;
  font-size: 0.68rem;
  margin-top: 8px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #9ab0c8;
  transition: color 0.3s, background 0.3s, border-color 0.3s, transform 0.3s;
}

.footer-social-icon svg {
  width: 17px;
  height: 17px;
}

.footer-social-icon:hover {
  color: #fff;
  background: rgba(0, 194, 255, 0.12);
  border-color: rgba(0, 194, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 194, 255, 0.12);
}

@media (max-width: 900px) {
  .footer {
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
  }

  .footer-news {
    align-items: flex-start;
    text-align: left;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .footer {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .footer-news {
    align-items: flex-start;
    text-align: left;
  }
}

.legal h2 {
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 14px;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal ul {
  margin: 12px 0 20px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.9;
}

.legal li {
  margin-bottom: 2px;
}

.legal hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin: 40px 0 24px;
}

.legal small {
  display: block;
  color: #5f7a96;
  font-size: 0.7rem;
  margin-top: 6px;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 28px;
  width: min(900px, calc(100vw - 48px));
  padding: 20px 26px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 16px;
  background: rgba(5, 11, 23, 0.88);
  backdrop-filter: blur(22px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45), 0 0 30px rgba(0, 194, 255, 0.06);
  transform: translateX(-50%);
  animation: cookie-banner-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-text strong {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  margin-bottom: 4px;
}

.cookie-banner-text p {
  margin: 0;
  color: #8fa8c1;
  font-size: 0.72rem;
  line-height: 1.6;
}

.cookie-banner-text a {
  color: #71dfff;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  border: 0;
  border-radius: 10px;
  padding: 10px 18px;
  font: 700 0.7rem Manrope, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}

.cookie-btn:hover {
  transform: translateY(-1px);
}

.cookie-btn-accept {
  background: linear-gradient(110deg, #087ff5, #00c2ff);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 148, 255, 0.28);
}

.cookie-btn-accept:hover {
  box-shadow: 0 8px 26px rgba(0, 148, 255, 0.4);
}

.cookie-btn-reject {
  background: rgba(255, 255, 255, 0.06);
  color: #c7d5e5;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cookie-btn-reject:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-btn-config {
  background: transparent;
  color: #71dfff;
  font-weight: 600;
}

.cookie-btn-config:hover {
  color: #fff;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 6, 16, 0.76);
  backdrop-filter: blur(12px);
  animation: cookie-modal-in 0.35s ease;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal-card {
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 26px;
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 22px;
  background: radial-gradient(circle at 90% 0, rgba(0, 194, 255, 0.1), transparent 30%), linear-gradient(145deg, #0a1b34, #050c1a);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 45px rgba(0, 194, 255, 0.13);
}

.cookie-modal-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.cookie-modal-card header strong {
  color: #f2f8ff;
  font-size: 1.1rem;
}

.cookie-modal-close {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #aebed0;
  font-size: 1.2rem;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.cookie-modal-close:hover {
  border-color: rgba(0, 194, 255, 0.45);
  color: #fff;
}

.cookie-modal-card > p {
  margin: 0 0 22px;
  color: #8fa8c1;
  font-size: 0.74rem;
  line-height: 1.65;
}

.cookie-options {
  display: grid;
  gap: 12px;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
}

.cookie-option:hover {
  border-color: rgba(56, 189, 248, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.cookie-option > div {
  display: grid;
  gap: 3px;
}

.cookie-option strong {
  color: #e8f7ff;
  font-size: 0.76rem;
}

.cookie-option small {
  color: #7590aa;
  font-size: 0.64rem;
  line-height: 1.5;
}

.cookie-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-toggle {
  position: relative;
  width: 44px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s;
}

.cookie-toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.3s;
}

.cookie-option input:checked + .cookie-toggle {
  background: #00c2ff;
}

.cookie-option input:checked + .cookie-toggle::after {
  transform: translateX(18px);
}

.cookie-toggle.disabled {
  opacity: 0.45;
  background: #00c2ff;
}

.cookie-toggle.disabled::after {
  transform: translateX(18px);
}

.cookie-modal-actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

.cookie-modal-actions .cookie-btn-accept {
  min-width: 180px;
  padding: 12px 22px;
}

@keyframes cookie-banner-in {
  from { opacity: 0; transform: translateX(-50%) translateY(20px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes cookie-modal-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 700px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 16px 18px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }

  .cookie-banner-actions {
    flex-wrap: wrap;
  }

  .cookie-btn {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.65rem;
  }

  .cookie-modal-card {
    padding: 20px;
  }

  .cookie-option {
    padding: 12px;
    gap: 12px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blog-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.14);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(14, 31, 54, 0.94), rgba(4, 13, 27, 0.92));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03), 0 14px 40px rgba(0, 0, 0, 0.18);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(103, 232, 249, 0.06), transparent 65%);
  transform: translateX(-100%);
  transition: transform 0.7s;
  pointer-events: none;
}

.blog-card:hover {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 28px 70px -35px rgba(0, 194, 255, 0.65), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
}

.blog-card:hover::after {
  transform: translateX(100%);
}

.blog-card-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
  background:
    linear-gradient(rgba(0, 194, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 194, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(0, 194, 255, 0.06), transparent 50%),
    rgba(4, 14, 34, 0.8);
  background-size: 28px 28px, 28px 28px, auto, auto;
  color: rgba(0, 194, 255, 0.18);
}

.blog-card-placeholder svg {
  width: 52px;
  height: 52px;
}

.blog-card-body {
  padding: 22px;
}

.blog-card-tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 194, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 194, 255, 0.06);
  color: #71dfff;
  font: 700 0.56rem monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0 0 12px;
  font-size: 1.12rem;
  line-height: 1.35;
  color: #f2f9ff;
  letter-spacing: -0.02em;
}

.blog-card p {
  margin: 0 0 14px;
  color: #94a9c2;
  font-size: 0.78rem;
  line-height: 1.7;
}

.blog-card small {
  color: #5f7a96;
  font-size: 0.62rem;
}

@media (max-width: 1000px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-image {
    height: 160px;
  }
}
