.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root{
  --bg:#f5f6f8;
  --surface:#ffffff;
  --surface-soft:#f9fbfd;
  --surface-alt:#eef2f6;
  --text:#172130;
  --muted:#6f7b8c;
  --line:#e1e7ee;
  --primary:#156fcb;
  --primary-dark:#0f5cad;
  --primary-soft:#eaf4ff;
  --green:#36c777;
  --green-soft:#eefbf4;
  --purple:#7c5cff;
  --purple-soft:#f4f1ff;
  --orange:#ef9a28;
  --orange-soft:#fff5e8;
  --footer:#0b1030;
  --shadow-sm:0 8px 20px rgba(17,35,68,.06);
  --shadow-md:0 14px 34px rgba(17,35,68,.10);
  --shadow-lg:0 20px 48px rgba(17,35,68,.14);
  --radius-sm:14px;
  --radius-md:18px;
  --radius-lg:24px;
  --container:1100px;
  --ease:cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.mtg-section{
  padding:84px 0;
  position:relative;
}

.mtg-wrap{
  width:min(var(--container), calc(100% - 32px));
  margin:0 auto;
}

.mtg-alt{
  background:#f0f2f4;
}

.mtg-center{
  text-align:center;
}

.mtg-eyebrow{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  background:var(--green-soft);
  color:var(--green);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.mtg-title{
  margin:14px 0 12px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:700;
}

.mtg-subtitle{
  margin:0 auto;
  max-width:720px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}

.mtg-grid{
  display:grid;
  gap:18px;
}

.mtg-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow-sm);
  transition:
    transform .35s var(--ease),
    box-shadow .35s var(--ease),
    border-color .35s var(--ease),
    background-color .35s var(--ease);
}

.mtg-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-md);
}

.mtg-icon{
  width:36px;
  height:36px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--primary-soft);
  color:var(--primary);
  margin-bottom:14px;
  font-size:16px;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}

.mtg-card:hover .mtg-icon{
  transform:scale(1.05);
  box-shadow:0 10px 22px rgba(21,111,203,.12);
}

.mtg-card h3{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.35;
}

.mtg-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}

.mtg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 22px;
  border-radius:999px;
  background:var(--primary);
  color:#fff;
  font-size:14px;
  font-weight:600;
  position:relative;
  overflow:hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease;
}

.mtg-btn:hover{
  transform:translateY(-2px);
  background:var(--primary-dark);
  box-shadow:0 14px 28px rgba(21,111,203,.24);
}

.mtg-btn::after{
  content:"";
  position:absolute;
  top:0;
  left:-130%;
  width:44%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform:skewX(-20deg);
}

.mtg-btn:hover::after{
  animation:mtgSweep .9s ease;
}

.mtg-btn.outline{
  background:#fff;
  color:var(--primary);
  border:1px solid #cfe1f6;
}

.mtg-head-row{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:28px;
}

.mtg-head-row .mtg-title,
.mtg-head-row .mtg-subtitle{
  text-align:left;
  margin-left:0;
  margin-right:0;
}

/* HERO */
.mtg-hero{
  min-height:620px;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 62%, rgba(85,155,255,.18), transparent 30%),
    radial-gradient(circle at 75% 40%, rgba(68,255,209,.10), transparent 26%),
    linear-gradient(180deg, #0d4f82 0%, #10639f 48%, #0b7c79 100%);
  background-size:140% 140%;
  animation:mtgHeroFlow 18s ease-in-out infinite;
}

.mtg-hero::before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.05), transparent 18%),
    radial-gradient(circle at 65% 50%, rgba(255,255,255,.04), transparent 22%),
    radial-gradient(circle at 55% 75%, rgba(255,255,255,.04), transparent 18%);
  animation:mtgHeroGlow 12s ease-in-out infinite;
  pointer-events:none;
}

.mtg-particles{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.mtg-particles span{
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(255,255,255,.22);
  box-shadow:0 0 0 4px rgba(255,255,255,.03);
  animation:mtgParticleFloat 8s ease-in-out infinite;
  opacity:.28;
}

.mtg-particles span:nth-child(1){top:8%;left:17%}
.mtg-particles span:nth-child(2){top:16%;left:46%;width:4px;height:4px;animation-delay:.4s}
.mtg-particles span:nth-child(3){top:22%;left:73%;animation-delay:.8s}
.mtg-particles span:nth-child(4){top:38%;left:61%;width:5px;height:5px;animation-delay:1.2s}
.mtg-particles span:nth-child(5){top:45%;left:22%;width:7px;height:7px;animation-delay:1.6s}
.mtg-particles span:nth-child(6){top:52%;left:43%;width:8px;height:8px;animation-delay:2s}
.mtg-particles span:nth-child(7){top:41%;left:89%;width:5px;height:5px;animation-delay:2.4s}
.mtg-particles span:nth-child(8){top:63%;left:95%;width:7px;height:7px;animation-delay:2.8s}
.mtg-particles span:nth-child(9){top:12%;left:90%;width:4px;height:4px;animation-delay:3.2s}
.mtg-particles span:nth-child(10){top:30%;left:10%;width:5px;height:5px;animation-delay:3.6s}

/* BENEFITS */
.mtg-benefits{
  background:#fff;
}

.mtg-benefits-grid{
  margin-top:34px;
  grid-template-columns:repeat(3,1fr);
}

.mtg-benefit{
  padding:24px 22px;
  min-height:140px;
}

.mtg-stats{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  padding:22px 28px;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(180deg,#1978d8,#1267c2);
  box-shadow:0 16px 28px rgba(21,111,203,.22);
}

.mtg-stat{
  text-align:center;
}

.mtg-stat strong{
  display:block;
  font-size:28px;
  line-height:1;
  margin-bottom:8px;
  transition:transform .25s ease;
}

.mtg-stat:hover strong{
  transform:scale(1.06);
}

.mtg-stat span{
  font-size:13px;
  opacity:.9;
}

/* SERVICES */
.mtg-services-grid{
  grid-template-columns:repeat(3,1fr);
}

.mtg-service-card{
  padding:26px 22px;
  min-height:178px;
}

.mtg-service-card.blue{background:#f8fbff}
.mtg-service-card.green{background:#f5fff9}
.mtg-service-card.purple{background:#faf8ff}
.mtg-service-card.orange{background:#fffaf1}

/* PRICING */
.mtg-pricing-grid{
  margin-top:30px;
  grid-template-columns:repeat(3,1fr);
}

.mtg-price-card{
  position:relative;
  overflow:hidden;
  padding:28px 24px 24px;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
  transition:transform .35s var(--ease), box-shadow .35s var(--ease);
}

.mtg-price-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-lg);
}

.mtg-price-card.featured{
  background:linear-gradient(180deg,#186fca 0%, #0f62ba 100%);
  color:#fff;
  transform:translateY(-8px);
  animation:mtgFeaturedFloat 5s ease-in-out infinite;
}

.mtg-price-card.featured p,
.mtg-price-card.featured li{
  color:rgba(255,255,255,.88);
}

.mtg-price-card.recommended{
  border:2px solid #4bd27f;
}

.mtg-price-card::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:45%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  transform:skewX(-20deg);
}

.mtg-price-card:hover::after{
  animation:mtgShine 1s ease;
}

.mtg-badge{
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  padding:6px 12px;
  border-radius:999px;
  background:#35c777;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.mtg-plan{
  font-size:15px;
  font-weight:700;
  margin-bottom:12px;
}

.mtg-price{
  font-size:40px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
}

.mtg-price small{
  font-size:14px;
  font-weight:500;
  color:var(--muted);
}

.mtg-price-card.featured .mtg-price small{
  color:rgba(255,255,255,.84);
}

.mtg-features{
  list-style:none;
  padding:0;
  margin:18px 0 24px;
}

.mtg-features li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  font-size:14px;
  line-height:1.7;
  color:var(--muted);
}

.mtg-features li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-size:20px;
  line-height:1;
  color:var(--green);
}

.mtg-price-card.featured .mtg-features li::before{
  color:#9bf1bf;
}

/* FORM */
.mtg-steps{
  display:flex;
  justify-content:center;
  gap:32px;
  margin:24px 0 28px;
  flex-wrap:wrap;
}

.mtg-step{
  text-align:center;
  color:var(--muted);
  font-size:13px;
  transition:transform .3s ease;
}

.mtg-step:hover{
  transform:translateY(-2px);
}

.mtg-step-dot{
  width:34px;
  height:34px;
  margin:0 auto 10px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf2f7;
  color:#8792a4;
  font-weight:700;
}

.mtg-step.active .mtg-step-dot{
  background:var(--primary);
  color:#fff;
  animation:mtgSoftPulse 2.4s ease-in-out infinite;
}

.mtg-form-box{
  width:min(760px,100%);
  margin:0 auto;
  padding:30px;
}

.mtg-form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}

.mtg-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.mtg-field.full{
  grid-column:1/-1;
}

.mtg-label{
  font-size:12px;
  font-weight:700;
  color:#586476;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.mtg-input,
.mtg-textarea{
  width:100%;
  min-height:46px;
  padding:12px 14px;
  border-radius:10px;
  border:1px solid #dbe3eb;
  background:#fff;
  outline:none;
  font-size:14px;
  color:var(--text);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.mtg-textarea{
  min-height:120px;
  resize:vertical;
}

.mtg-input:focus,
.mtg-textarea:focus{
  transform:translateY(-1px);
  border-color:#9cc8f1;
  box-shadow:0 0 0 4px rgba(21,111,203,.08);
}

.mtg-form-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:18px;
}

/* SPLIT SECTION */
.mtg-split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
}

.mtg-photo-card{
  position:relative;
}

.mtg-photo-card img{
  width:100%;
  min-height:580px;
  object-fit:cover;
  border-radius:18px;
  transition:transform .6s var(--ease), filter .35s ease;
}

.mtg-photo-card:hover img{
  transform:scale(1.02);
  filter:saturate(1.02);
}

.mtg-floating-badge{
  position:absolute;
  right:-16px;
  bottom:18px;
  padding:14px 16px;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow-md);
  color:var(--muted);
  font-size:13px;
  animation:mtgBadgeFloat 4.8s ease-in-out infinite;
}

.mtg-floating-badge strong{
  display:block;
  font-size:18px;
  color:var(--text);
}

.mtg-content h2{
  margin:10px 0 18px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.03em;
}

.mtg-content .accent{
  color:var(--primary);
}

.mtg-content p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}

.mtg-points{
  list-style:none;
  padding:0;
  margin:20px 0 28px;
}

.mtg-points li{
  position:relative;
  padding-left:28px;
  margin:14px 0;
  font-size:14px;
  line-height:1.75;
}

.mtg-points li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:18px;
  height:18px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf4ff;
  color:var(--primary);
  font-size:12px;
  font-weight:700;
}

/* TESTIMONIALS */
.mtg-review-card{
  width:min(860px,100%);
  margin:26px auto 20px;
  padding:24px;
}

.mtg-review-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:16px;
}

.mtg-user{
  display:flex;
  align-items:center;
  gap:12px;
}

.mtg-avatar{
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
}

.mtg-stars{
  color:#f4b400;
  letter-spacing:2px;
  font-size:14px;
}

.mtg-testimonial-slider{
  width:min(860px,100%);
  margin:0 auto 18px;
  overflow:hidden;
}

.mtg-testimonial-track{
  display:flex;
  gap:12px;
  width:max-content;
  animation:mtgTestimonialsScroll 30s linear infinite;
}

.mtg-testimonial-slider:hover .mtg-testimonial-track{
  animation-play-state:paused;
}

.mtg-mini{
  min-width:200px;
  padding:14px 16px;
  border-radius:12px;
  background:#fff;
  border:1px solid var(--line);
  font-size:13px;
  box-shadow:var(--shadow-sm);
}

.mtg-map{
  width:min(860px,100%);
  margin:0 auto;
  overflow:hidden;
  border-radius:16px;
  border:1px solid #d9e6f5;
  background:#eaf4ff;
}

.mtg-map-visual{
  position:relative;
  height:250px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.75), rgba(255,255,255,.18) 35%, transparent 36%),
    linear-gradient(180deg,#dff0ff 0%, #eef7ff 100%);
}

.mtg-map-visual::before,
.mtg-map-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px);
  background-size:80px 80px;
}

.mtg-pin{
  position:absolute;
  top:44%;
  left:50%;
  transform:translate(-50%,-50%);
  min-width:150px;
  padding:14px 16px;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--shadow-md);
  text-align:center;
  animation:mtgPinBreath 3.6s ease-in-out infinite;
}

.mtg-map-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:18px;
  background:#fff;
}

/* FOOTER */
.mtg-footer{
  background:var(--footer);
  color:rgba(255,255,255,.78);
  padding:54px 0 30px;
}

.mtg-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:28px;
}

.mtg-footer h4{
  margin:0 0 14px;
  font-size:14px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.mtg-footer p,
.mtg-footer li,
.mtg-footer a{
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.8;
}

.mtg-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mtg-footer a{
  display:inline-block;
  transition:color .25s ease, transform .25s ease;
}

.mtg-footer a:hover{
  color:#fff;
  transform:translateX(4px);
}

.mtg-footer-bottom{
  margin-top:34px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  font-size:12px;
  color:rgba(255,255,255,.52);
}

/* REVEAL */
.mtg-reveal{
  opacity:0;
  transform:translateY(26px);
  will-change:opacity,transform;
}

.mtg-reveal.is-visible{
  animation:mtgRevealUp .85s var(--ease) forwards;
}

.mtg-reveal-delay-1.is-visible{animation-delay:.08s}
.mtg-reveal-delay-2.is-visible{animation-delay:.16s}
.mtg-reveal-delay-3.is-visible{animation-delay:.24s}
.mtg-reveal-delay-4.is-visible{animation-delay:.32s}

.mtg-scale{
  opacity:0;
  transform:scale(.975);
}

.mtg-scale.is-visible{
  animation:mtgScaleIn .7s var(--ease) forwards;
}

/* KEYFRAMES */
@keyframes mtgHeroFlow{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@keyframes mtgHeroGlow{
  0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.88}
  50%{transform:translate3d(1.5%, -1.5%, 0) scale(1.05);opacity:1}
}

@keyframes mtgParticleFloat{
  0%,100%{transform:translateY(0) translateX(0) scale(1);opacity:.18}
  50%{transform:translateY(-14px) translateX(5px) scale(1.08);opacity:.42}
}

@keyframes mtgFeaturedFloat{
  0%,100%{transform:translateY(-8px)}
  50%{transform:translateY(-14px)}
}

@keyframes mtgBadgeFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}

@keyframes mtgSoftPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(21,111,203,.14)}
  50%{box-shadow:0 0 0 12px rgba(21,111,203,0)}
}

@keyframes mtgPinBreath{
  0%,100%{transform:translate(-50%,-50%) scale(1)}
  50%{transform:translate(-50%,-50%) scale(1.04)}
}

@keyframes mtgRevealUp{
  from{opacity:0;transform:translateY(26px)}
  to{opacity:1;transform:translateY(0)}
}

@keyframes mtgScaleIn{
  from{opacity:0;transform:scale(.975)}
  to{opacity:1;transform:scale(1)}
}

@keyframes mtgShine{
  0%{left:-120%}
  100%{left:140%}
}

@keyframes mtgSweep{
  from{left:-130%}
  to{left:150%}
}

@keyframes mtgTestimonialsScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* RESPONSIVE */
@media (max-width:1024px){
  .mtg-benefits-grid,
  .mtg-services-grid,
  .mtg-pricing-grid,
  .mtg-footer-grid,
  .mtg-split{
    grid-template-columns:1fr 1fr;
  }

  .mtg-stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:767px){
  .mtg-section{padding:58px 0}
  .mtg-title,
  .mtg-content h2{font-size:32px}
  .mtg-head-row{flex-direction:column;align-items:flex-start}
  .mtg-benefits-grid,
  .mtg-services-grid,
  .mtg-pricing-grid,
  .mtg-footer-grid,
  .mtg-split,
  .mtg-form-grid{
    grid-template-columns:1fr;
  }

  .mtg-stats{
    grid-template-columns:1fr 1fr;
    padding:18px;
  }

  .mtg-form-box{padding:20px}
  .mtg-map-bottom,
  .mtg-footer-bottom,
  .mtg-review-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .mtg-hero{min-height:420px}
  .mtg-photo-card img{min-height:auto}
  .mtg-floating-badge{
    position:static;
    margin-top:14px;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }

  .mtg-reveal,
  .mtg-scale{
    opacity:1 !important;
    transform:none !important;
  }
}
</style>/* End custom CSS */