body {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
}
:root {
  --navy: #071b4d;
  --blue: #1769e0;
  --sky: #eaf4ff;
  --orange: #f28b18;
  --ink: #10213d;
  --muted: #5c6980;
  --line: #dce5f0;
  --green: #108b55;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: white;
  font-family: var(--font-geist), Arial, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.topbar {
  background: var(--navy);
  color: #dbe8ff;
  font-size: 13px;
  padding: 9px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
}
.topbar a {
  color: #fff;
  font-weight: 700;
}
.header {
  position: relative;
  z-index: 20;
  background: #fff;
  box-shadow: 0 2px 20px #071b4d10;
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand img {
  display: block;
  width: 220px;
  height: 70px;
  object-fit: contain;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 650;
}
.nav nav > a,
.dropdown > button {
  padding: 28px 0;
  border: 0;
  background: none;
  color: var(--ink);
  cursor: pointer;
}
.nav nav > a:hover,
.dropdown > button:hover {
  color: var(--blue);
}
.dropdown {
  position: relative;
}
.dropdown > div {
  position: absolute;
  top: 65px;
  left: -20px;
  background: #fff;
  box-shadow: 0 15px 40px #071b4d20;
  border: 1px solid var(--line);
  border-radius: 14px;
  width: 240px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s;
}
.dropdown:hover > div,
.dropdown:focus-within > div {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.dropdown div a {
  display: block;
  padding: 12px;
  border-radius: 8px;
}
.dropdown div a:hover {
  background: var(--sky);
  color: var(--blue);
}
.navCta {
  background: var(--orange);
  color: white !important;
  padding: 12px 20px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 750;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, #f3f8ff 0%, #fff 54%, #eff7ff 100%);
}
.heroGlow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #2582ff18;
  filter: blur(30px);
  right: -120px;
  top: -200px;
}
.heroGrid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 70px;
  position: relative;
}
.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hero h1,
.serviceHero h1,
.innerHero h1 {
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
  color: var(--navy);
}
.hero h1 em {
  color: var(--blue);
  font-style: normal;
}
.heroCopy > p,
.serviceHero p,
.innerHero p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 650px;
}
.actions {
  display: flex;
  gap: 12px;
  margin: 30px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 23px;
  border-radius: 9px;
  font-weight: 750;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
}
.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 9px 22px #1769e038;
}
.ghost {
  border-color: #b7c7db;
  background: #fff;
  color: var(--navy);
}
.light {
  background: #fff;
  color: var(--navy);
}
.trust {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 30px;
  padding-top: 22px;
  margin-top: 36px;
  color: var(--muted);
  font-size: 13px;
}
.trust b {
  display: block;
  color: var(--navy);
  font-size: 17px;
}
.heroVisual {
  display: flex;
  justify-content: center;
}
.offerCard {
  width: 410px;
  min-height: 430px;
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(145deg, #0c2a70, #0754c4);
  color: #fff;
  box-shadow: 0 35px 80px #0b2b6c40;
  transform: rotate(2deg);
  position: relative;
  overflow: hidden;
}
.offerCard:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 50px solid #ffffff14;
  border-radius: 50%;
  right: -110px;
  bottom: -100px;
}
.miniLogo {
  font-weight: 900;
  letter-spacing: 0.07em;
  font-size: 22px;
  color: #ffad31;
}
.miniLogo span {
  display: block;
  color: #fff;
  font-size: 10px;
}
.offerCard > p {
  font-size: 22px;
  margin-top: 55px;
}
.offerCard > strong {
  display: block;
  font-size: 26px;
}
.offerCard > strong span {
  font-size: 44px;
  color: #ffd02c;
}
.offerCard ul {
  padding: 0;
  list-style: none;
  columns: 2;
  line-height: 2.3;
  font-size: 14px;
}
.offerCard li:before {
  content: "✓ ";
  color: #ffd02c;
}
.offerCard > a {
  display: inline-block;
  background: #ff9d18;
  padding: 13px 22px;
  border-radius: 8px;
  font-weight: 800;
  margin-top: 20px;
}
.logoCloud {
  padding: 27px 0;
  border-block: 1px solid var(--line);
}
.logoCloud .wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.logoCloud p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 700;
  white-space: nowrap;
}
.logoCloud .wrap > div {
  display: flex;
  justify-content: space-between;
  flex: 1;
  color: #7d899d;
  font-weight: 700;
}
.section {
  padding: 105px 0;
}
.pale {
  background: #f5f8fc;
}
.sectionHead {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}
.sectionHead.left {
  text-align: left;
  margin-left: 0;
}
.section h2,
.cta h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--navy);
  margin: 0 0 15px;
}
.sectionHead p,
.lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.package {
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 17px;
  padding: 32px;
  background: #fff;
  position: relative;
  transition: 0.25s;
}
.package:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px #071b4d18;
}
.package.green {
  border-top-color: var(--green);
}
.package.orange {
  border-top-color: var(--orange);
}
.popular {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e8f8ef;
  color: var(--green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  padding: 6px 9px;
  border-radius: 20px;
}
.packageIcon {
  font-size: 30px;
  color: var(--blue);
  margin-bottom: 20px;
}
.green .packageIcon {
  color: var(--green);
}
.orange .packageIcon {
  color: var(--orange);
}
.package h3 {
  font-size: 21px;
  margin: 0 0 25px;
}
.starting {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 0;
}
.price {
  font-size: 45px;
  color: var(--blue);
  font-weight: 850;
  letter-spacing: -0.05em;
}
.green .price {
  color: var(--green);
}
.orange .price {
  color: var(--orange);
}
.price sup {
  font-size: 20px;
}
.price small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0;
}
.package ul {
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  line-height: 2.5;
  color: var(--blue);
  font-weight: 800;
}
.package li span {
  color: var(--ink);
  font-weight: 500;
  margin-left: 8px;
}
.packageBtn {
  border-color: var(--line);
  width: 100%;
  color: var(--navy);
}
.package:hover .packageBtn {
  background: var(--navy);
  color: white;
}
.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}
.featureGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 35px;
}
.featureGrid i,
.bigFeatures i {
  font-style: normal;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.featureGrid b {
  display: block;
  margin: 8px 0;
}
.featureGrid p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.poster {
  background: white;
  padding: 12px;
  border-radius: 22px;
  box-shadow: 0 25px 70px #071b4d20;
  transform: rotate(1deg);
}
.poster img {
  display: block;
  width: 100%;
  border-radius: 14px;
}
.dark {
  background: var(--navy);
  color: white;
}
.dark h2 {
  color: white;
}
.dark .sectionHead p {
  color: #b9c9e8;
}
.portfolioSamples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sample {
  height: 270px;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  font-weight: 700;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.s1 {
  background: linear-gradient(145deg, #f7d8dc, #7a1832);
}
.s2 {
  background: linear-gradient(145deg, #d9edff, #1356a2);
}
.s3 {
  background: linear-gradient(145deg, #ffe5ae, #d5571d);
}
.sample span {
  background: white;
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 7px;
  font-size: 13px;
}
.center {
  text-align: center;
  margin-top: 35px;
}
.seo {
  text-align: center;
}
.seoCols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
  color: var(--muted);
  line-height: 1.75;
}
.chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}
.chips span {
  border: 1px solid var(--line);
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 12px;
  color: #617089;
}
.cta {
  background: linear-gradient(115deg, #1769e0, #063a92);
  color: #fff;
  padding: 58px 0;
}
.cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta h2 {
  color: white;
  font-size: 36px;
  margin: 7px 0;
}
.cta span {
  color: #bcd8ff;
  font-weight: 700;
}
.innerHero {
  background: linear-gradient(125deg, #edf5ff, #fff);
  padding: 0px 0;
}
.innerHero h1 {
  font-size: 56px;
  max-width: 850px;
}
.serviceHero {
  padding: 95px 0;
  background: #eff6ff;
}
.greenHero {
  background: #effaf4;
}
.orangeHero {
  background: #fff5e9;
}
.serviceHeroGrid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}
.serviceHero h1 {
  font-size: 58px;
}
.servicePrice {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 20px 50px #071b4d15;
}
.servicePrice small,
.servicePrice span {
  display: block;
  color: var(--muted);
}
.servicePrice strong {
  font-size: 64px;
  display: block;
  color: var(--blue);
  margin: 15px;
}
.servicePrice sup {
  font-size: 25px;
}
.serviceBody {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
}
.bigFeatures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 35px;
}
.bigFeatures div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.bigFeatures b {
  display: block;
  margin: 9px 0;
}
.bigFeatures p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.serviceBody aside {
  background: var(--navy);
  color: white;
  padding: 35px;
  border-radius: 18px;
  height: max-content;
  position: sticky;
  top: 20px;
}
.serviceBody aside h3 {
  font-size: 22px;
}
.serviceBody aside ul {
  list-style: none;
  padding: 0;
  line-height: 2.4;
  color: #d4e3ff;
  font-size: 14px;
}
.serviceBody aside .btn {
  width: 100%;
  margin-top: 15px;
}
.aboutGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.aboutGrid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.values div {
  padding: 30px;
  background: #f3f7fc;
  border-radius: 13px;
}
.values b {
  font-size: 28px;
  color: var(--blue);
  display: block;
}
.values span {
  font-size: 13px;
  color: var(--muted);
}
.threeCols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.threeCols article {
  background: white;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.threeCols i {
  font-size: 26px;
  color: var(--blue);
  font-style: normal;
}
.threeCols p {
  color: var(--muted);
  line-height: 1.6;
}
.contactGrid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.contactInfo > p {
  color: var(--muted);
}
.contactInfo > a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.contactInfo i {
  font-style: normal;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.contactInfo small,
.contactInfo b {
  display: block;
}
.contactInfo small {
  color: var(--muted);
  margin-bottom: 4px;
}
.contactForm,
.adminForm {
  background: #f5f8fc;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 35px;
  display: grid;
  gap: 18px;
}
.contactForm label,
.adminForm label {
  font-size: 13px;
  font-weight: 700;
}
.contactForm input,
.contactForm select,
.contactForm textarea,
.adminForm input,
.adminForm select {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #cfd9e6;
  background: white;
  border-radius: 8px;
  padding: 13px;
  outline: none;
}
.contactForm input:focus,
.adminForm input:focus {
  border-color: var(--blue);
}
footer {
  background: #061538;
  color: #ced8ec;
  padding-top: 70px;
}
.foot {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 55px;
  padding-bottom: 55px;
}
.foot img {
  width: 210px;
  background: white;
  border-radius: 6px;
}
.foot p {
  max-width: 300px;
  line-height: 1.7;
  font-size: 13px;
}
.foot b {
  color: white;
  margin-bottom: 15px;
}
.foot div {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}
.foot a:hover {
  color: white;
}
.copyright {
  text-align: center;
  border-top: 1px solid #ffffff14;
  padding: 20px;
  font-size: 12px;
}
.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  background: #1ebd62;
  color: white;
  padding: 13px 18px;
  border-radius: 40px;
  font-weight: 800;
  box-shadow: 0 10px 30px #071b4d40;
}
.whatsapp > span {
  margin-left: 5px;
}
.portfolioState,
.portfolioEmpty {
  text-align: center;
  padding: 70px;
  color: var(--muted);
}
.portfolioEmpty span {
  font-size: 38px;
  color: var(--blue);
}
.portfolioGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.portfolioItem > div {
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #eef3f8;
}
.portfolioItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}
.portfolioItem > div span {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: white;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transition: 0.25s;
}
.portfolioItem:hover img {
  transform: scale(1.04);
}
.portfolioItem:hover > div span {
  opacity: 1;
}
.portfolioItem small {
  display: block;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 17px;
}
.portfolioItem h3 {
  margin: 6px 0;
}
.adminPage {
  min-height: 80vh;
  background: #f1f5fa;
  padding: 70px 20px;
}
.adminShell {
  width: min(650px, 100%);
  margin: auto;
}
.adminShell > p {
  color: var(--muted);
  line-height: 1.6;
}
.adminForm {
  margin-top: 30px;
  background: white;
}
.adminForm label small {
  display: block;
  color: var(--muted);
  font-weight: 400;
  margin-top: 6px;
}
.formStatus {
  margin: 0;
  color: var(--blue);
  font-weight: 700;
}
@media (max-width: 900px) {
  .nav nav {
    display: none;
  }
  .navCta {
    margin-left: auto;
  }
  .heroGrid,
  .split,
  .serviceHeroGrid,
  .serviceBody,
  .aboutGrid,
  .contactGrid {
    grid-template-columns: 1fr;
  }
  .heroGrid {
    padding: 70px 0;
  }
  .heroVisual {
    display: none;
  }
  .packages,
  .portfolioSamples,
  .portfolioGrid,
  .threeCols {
    grid-template-columns: 1fr;
  }
  .logoCloud .wrap,
  .logoCloud .wrap > div {
    flex-wrap: wrap;
  }
  .serviceBody aside {
    position: static;
  }
  .foot {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 75px 0;
  }
  .innerHero {
    padding: 70px 0;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1160px);
  }
  .topbar .wrap span:first-child {
    display: none;
  }
  .topbar .wrap {
    justify-content: center;
  }
  .nav {
    height: 70px;
  }
  .brand img {
    width: 160px;
    height: 55px;
  }
  .navCta {
    font-size: 12px;
    padding: 10px 12px;
  }
  .heroGrid {
    min-height: auto;
  }
  .hero h1,
  .serviceHero h1,
  .innerHero h1 {
    font-size: 39px;
  }
  .heroCopy > p,
  .serviceHero p,
  .innerHero p {
    font-size: 16px;
  }
  .actions {
    flex-direction: column;
  }
  .trust {
    gap: 12px;
  }
  .packages {
    gap: 14px;
  }
  .featureGrid,
  .bigFeatures,
  .seoCols,
  .values {
    grid-template-columns: 1fr;
  }
  .cta .wrap {
    display: block;
  }
  .cta .btn {
    margin-top: 18px;
  }
  .foot {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .whatsapp span {
    display: none;
  }
  .whatsapp {
    padding: 14px;
  }
  .servicePrice strong {
    font-size: 50px;
  }
  .contactForm,
  .adminForm {
    padding: 22px;
  }
}
.menuToggle {
  display: none;
  border: 0;
  background: none;
  font-size: 26px;
  color: var(--navy);
}
.alert {
  padding: 13px 15px;
  border-radius: 8px;
  margin: 15px 0;
}
.alert.error {
  background: #fff0f0;
  color: #9c1c1c;
}
.alert.success {
  background: #eaf8ef;
  color: #176b3c;
}
.adminBar {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.adminActions {
  display: flex;
  gap: 10px;
}
.tableWrap {
  overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-top: 25px;
}
.adminTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
.adminTable th,
.adminTable td {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.adminTable img {
  width: 100px;
  height: 65px;
  object-fit: cover;
  border-radius: 6px;
}
.danger {
  background: #b42318;
  color: #fff;
}
.contactForm textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #cfd9e6;
  background: white;
  border-radius: 8px;
  padding: 13px;
  resize: vertical;
}
.portfolioItem {
  display: block;
}
.notFound {
  text-align: center;
  padding: 120px 20px;
}
.notFound h1 {
  font-size: 70px;
  margin: 0;
  color: var(--blue);
}
@media (max-width: 900px) {
  .menuToggle {
    display: block;
    margin-left: auto;
  }
  .nav nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 18px 24px;
    box-shadow: 0 16px 30px #071b4d20;
    flex-direction: column;
    align-items: stretch;
  }
  .nav nav.open {
    display: flex;
  }
  .nav nav > a,
  .dropdown > button {
    padding: 10px 0;
    text-align: left;
  }
  .dropdown > div {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: 0;
    width: auto;
    padding-left: 12px;
  }
  .navCta {
    margin-left: 0;
  }
  .adminBar {
    align-items: flex-start;
    flex-direction: column;
  }
}
