/* MAGIC TOUCH — VERSION 2. A self-contained photo card. */
:root {
  --navy:#061846;
  --blue:#06418d;
  --pink:#f90082;
  --cyan:#60e5ff;
  --green:#29bd66;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--navy);
  color-scheme:light
}
* {
  box-sizing:border-box
}
html,body {
  margin:0;
  width:100%;
  height:100%;
  overflow:hidden;
  overscroll-behavior:none
}
body {
  background:radial-gradient(ellipse at 10% 0%,#17689a,transparent 55%),radial-gradient(ellipse at 100% 100%,#551452,transparent 55%),#06132e;
  -webkit-font-smoothing:antialiased
}
a {
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation
}
a:focus-visible {
  outline:3px solid #00cfff;
  outline-offset:3px
}
h1,h2,p {
  margin:0
}
svg {
  display:block
}
.mt-icon {
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.mt-defs {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.mt-stage {
  height:100vh;
  height:100dvh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:max(14px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))
}
.mt-card {
  isolation:isolate;
  position:relative;
  width:min(100%,470px);
  height:100%;
  max-height:940px;
  min-height:0;
  overflow:hidden;
  border-radius:26px;
  background:var(--navy);
  box-shadow:0 30px 100px #0007,0 0 0 1px #ffffff38;
  display:grid;
  grid-template-rows:minmax(140px,1fr) auto auto auto auto;
  animation:mt-reveal .7s 1.25s both
}
/* The photo is an actual embedded image, not an external background URL. */
.mt-hero {
  position:relative;
  min-height:0;
  overflow:hidden;
  background:#eff5f8;
  isolation:isolate
}
.mt-scene {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:65% 40%;
  z-index:-3;
  animation:mt-scene-in 1.8s 1.1s both
}
.mt-hero::before {
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,#fffffff2 0%,#ffffffd4 29%,#ffffff16 66%,transparent),linear-gradient(0deg,#061846 0%,#06184600 23%)
}
.mt-top {
  position:absolute;
  left:20px;
  right:20px;
  top:16px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px
}
.mt-logo {
  width:158px;
  max-width:100%;
  display:grid;
  place-items:center;
  position:relative
}
.mt-logo img {
  display:none;
  width:100%;
  height:110px;
  object-fit:contain;
  object-position:center
}
.mt-logo.has-logo img {
  display:block
}
.mt-logo.has-logo .mt-wordmark {
  display:none
}
.mt-wordmark {
  text-align:center;
  line-height:.83;
  font-weight:950;
  font-size:35px;
  letter-spacing:-2px;
  color:#063974
}
.mt-wordmark b {
  display:block;
  color:var(--pink);
  font-weight:950
}
.mt-wordmark small {
  display:block;
  font-weight:600;
  letter-spacing:5px;
  font-size:10px;
  line-height:1.7;
  margin-top:6px
}
.mt-location {
  display:flex;
  align-items:center;
  gap:4px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.7px;
  line-height:1.4;
  background:#ffffffce;
  border:1px solid white;
  padding:7px 8px;
  border-radius:20px;
  box-shadow:0 4px 20px #163d6512
}
.mt-location .mt-icon {
  width:13px;
  height:13px;
  color:var(--pink)
}
.mt-headline {
  position:absolute;
  left:23px;
  bottom:50px;
  width:60%
}
.mt-kicker {
  display:flex;
  align-items:center;
  gap:5px;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.4px;
  margin-bottom:9px;
  color:#1b5282
}
.mt-kicker .mt-icon {
  width:15px;
  height:15px;
  color:var(--pink)
}
.mt-headline h1 {
  font-size:clamp(31px,8vw,42px);
  line-height:.95;
  font-weight:900;
  letter-spacing:-1.8px
}
.mt-headline h1 em {
  display:block;
  color:var(--pink);
  font-family:Georgia,serif;
  font-weight:800;
  font-size:1.07em;
  line-height:1.06;
  margin-top:4px;
  letter-spacing:-1.8px
}
.mt-underline {
  display:block;
  width:118px;
  height:3px;
  background:var(--pink);
  border-radius:100%;
  margin-top:10px;
  transform:rotate(-5deg);
  transform-origin:left;
  animation:mt-line 1s 1.6s both
}
.mt-hero-footer {
  position:absolute;
  bottom:10px;
  left:22px;
  right:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:6px;
  color:#fff;
  font-size:9px;
  font-weight:700;
  letter-spacing:.3px
}
.mt-hero-footer>span {
  display:flex;
  align-items:center;
  gap:5px
}
.mt-hero-footer .mt-icon {
  width:16px;
  height:16px;
  color:var(--cyan)
}
.mt-bubble {
  position:absolute;
  pointer-events:none;
  border:1px solid #ffffffb0;
  border-radius:50%;
  background:radial-gradient(circle at 28% 25%,white,transparent 23%),radial-gradient(circle at 75% 80%,#ff84d247,transparent 55%);
  box-shadow:inset 2px 1px 4px #fff9,inset -2px -2px 5px #8bdef790;
  animation:mt-float 6s ease-in-out infinite
}
.mt-b1 {
  width:29px;
  height:29px;
  right:25px;
  top:26%
}
.mt-b2 {
  width:17px;
  height:17px;
  right:43%;
  top:20%;
  animation-delay:-2s
}
.mt-b3 {
  width:40px;
  height:40px;
  right:8%;
  bottom:24%;
  animation-delay:-4s
}
.mt-twinkle {
  position:absolute;
  color:white;
  font-size:27px;
  right:14%;
  top:40%;
  text-shadow:0 0 15px #fff;
  animation:mt-twinkle 3s ease-in-out infinite
}
.mt-services {
  padding:12px 18px 14px;
  color:#fff;
  background:linear-gradient(150deg,#061846,#083776)
}
.mt-section-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:10px
}
.mt-section-head h2 {
  font-size:16px;
  font-weight:900;
  letter-spacing:-.4px
}
.mt-section-head h2 em {
  color:var(--cyan);
  font-style:normal
}
.mt-section-head>span {
  font-size:8px;
  letter-spacing:1.2px;
  color:#c3d6f4
}
.mt-service-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:7px
}
.mt-service {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  text-align:center;
  min-width:0
}
.mt-photo {
  display:block;
  width:100%;
  aspect-ratio:1/1.08;
  overflow:hidden;
  border:1px solid #ffffff60;
  border-bottom:3px solid var(--accent);
  border-radius:12px 12px 5px 5px;
  background:#143965;
  box-shadow:0 5px 14px #0003;
  transition:transform .25s
}
.mt-photo svg {
  width:100%;
  height:100%
}
.mt-service strong {
  font-size:9px;
  line-height:1.28;
  font-weight:700;
  letter-spacing:-.1px
}
.mt-service:nth-child(1) {
  --accent:#ff2da0
}
.mt-service:nth-child(2) {
  --accent:#50da77
}
.mt-service:nth-child(3) {
  --accent:#51dafa
}
.mt-service:nth-child(4) {
  --accent:#ffd446
}
.mt-service:nth-child(5) {
  --accent:#c983ff
}
.mt-promotion {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 22px;
  background:linear-gradient(115deg,#ff0086,#e9006e);
  color:#fff;
  overflow:hidden
}
.mt-promotion::after {
  content:'';
  position:absolute;
  inset:-100% auto -100% -40%;
  width:25%;
  background:linear-gradient(90deg,transparent,#ffffff35,transparent);
  transform:rotate(25deg);
  animation:mt-shine 6s 3s infinite;
  pointer-events:none
}
.mt-discount {
  display:flex;
  align-items:center;
  gap:10px
}
.mt-discount>b {
  font-size:40px;
  line-height:.9;
  letter-spacing:-2px
}
.mt-discount>b small {
  font-size:23px
}
.mt-discount>span {
  font-size:11px;
  font-weight:900;
  line-height:1.25
}
.mt-discount>span small {
  display:block;
  font-size:8px;
  font-weight:500
}
.mt-estimate {
  padding-left:14px;
  border-left:1px solid #ffffff70;
  font-size:14px;
  line-height:1.05;
  font-weight:900
}
.mt-estimate small {
  display:block;
  font-size:8px;
  font-weight:500;
  line-height:1.4;
  margin-top:4px
}
.mt-contacts {
  padding:13px 18px 6px;
  background:linear-gradient(150deg,#fff,#f1f8ff)
}
.mt-call {
  display:flex;
  align-items:center;
  gap:12px;
  min-height:55px;
  border-radius:12px;
  background:linear-gradient(100deg,#083b79,#061846);
  color:white;
  padding:9px 15px;
  animation:mt-call-pulse 3.5s 2.5s infinite
}
.mt-call-icon {
  display:grid;
  place-items:center;
  width:33px;
  height:33px;
  border-radius:50%;
  background:#ffffff18
}
.mt-call-icon .mt-icon {
  width:19px;
  height:19px;
  animation:mt-ring 3.5s 2.5s infinite
}
.mt-call>span:nth-child(2) {
  display:grid;
  gap:3px
}
.mt-call small {
  font-size:8px;
  letter-spacing:1.7px;
  font-weight:700
}
.mt-call strong {
  font-size:24px;
  line-height:1;
  letter-spacing:.1px
}
.mt-call>.mt-icon {
  margin-left:auto;
  width:20px
}
.mt-other-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:9px
}
.mt-whatsapp,.mt-secondary {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:43px;
  border-radius:9px;
  font-size:12px;
  font-weight:800
}
.mt-whatsapp {
  background:#168c47;
  color:#fff;
  animation:mt-chat-pulse 3.5s 3.4s infinite
}
.mt-whatsapp .mt-icon {
  width:22px;
  height:22px
}
.mt-secondary {
  background:white;
  border:1px solid #cbd9e9;
  font-size:12px
}
.mt-secondary .mt-icon {
  width:15px;
  height:15px;
  color:var(--pink)
}
.mt-footer {
  padding:7px 18px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  background:#f1f8ff
}
.mt-footer p {
  font-size:8px;
  font-weight:700;
  letter-spacing:.4px
}
.mt-footer p b {
  color:#d90070;
  display:block;
  font-size:11px;
  letter-spacing:1px;
  margin-top:2px
}
.mt-socials {
  display:flex;
  gap:9px
}
.mt-social {
  width:29px;
  height:29px;
  display:grid;
  place-items:center;
  background:var(--navy);
  color:white;
  border-radius:50%;
  animation:mt-pop 4s infinite
}
.mt-social .mt-icon {
  width:16px;
  height:16px
}
.mt-social:nth-child(2) {
  animation-delay:.6s
}
.mt-social:nth-child(3) {
  background:linear-gradient(135deg,#6338c8,#fa0079,#ff9b40);
  animation-delay:1.2s
}
/* Entry: one centered column;
no absolute positioning for the logo. */
.mt-intro {
  position:fixed;
  inset:0;
  z-index:100;
  display:grid;
  place-items:center;
  pointer-events:none;
  background:radial-gradient(circle at 50% 40%,#fff 20%,#eff9ff 65%,#ffe9f5);
  animation:mt-intro-out .6s 1.2s forwards
}
.mt-intro-inner {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:min(80vw,300px);
  gap:22px;
  animation:mt-intro-in .8s both
}
.mt-intro .mt-logo {
  width:230px;
  max-width:100%;
  margin:0 auto
}
.mt-intro .mt-logo img {
  width:100%;
  height:180px;
  object-fit:contain;
  object-position:center
}
.mt-intro .mt-wordmark {
  font-size:57px;
  line-height:.83
}
.mt-intro .mt-wordmark small {
  font-size:13px;
  line-height:1.4
}
.mt-intro-progress {
  height:3px;
  width:150px;
  background:#dce7f2;
  border-radius:10px;
  overflow:hidden
}
.mt-intro-progress span {
  display:block;
  height:100%;
  width:100%;
  background:linear-gradient(90deg,var(--navy),var(--pink));
  transform-origin:left;
  animation:mt-line 1.1s both
}
.mt-intro-inner>p {
  font-size:8px;
  font-weight:700;
  letter-spacing:1.1px;
  line-height:1.5;
  width:100%
}
@keyframes mt-intro-in {
  from {
    opacity:0;
    transform:scale(.92)
  }
  to {
    opacity:1;
    transform:scale(1)
  }
}
@keyframes mt-intro-out {
  to {
    opacity:0;
    visibility:hidden
  }
}
@keyframes mt-reveal {
  from {
    opacity:0;
    transform:translateY(10px)
  }
  to {
    opacity:1;
    transform:none
  }
}
@keyframes mt-scene-in {
  from {
    transform:scale(1.06)
  }
  to {
    transform:scale(1)
  }
}
@keyframes mt-line {
  from {
    scale:0 1
  }
  to {
    scale:1 1
  }
}
@keyframes mt-float {
  50% {
    transform:translateY(-12px)
  }
}
@keyframes mt-twinkle {
  0%,100% {
    opacity:.3;
    transform:scale(.65)
  }
  50% {
    opacity:1;
    transform:scale(1)
  }
}
@keyframes mt-shine {
  0%,55% {
    left:-40%
  }
  85%,100% {
    left:140%
  }
}
@keyframes mt-call-pulse {
  0%,45%,100% {
    box-shadow:0 0 0 0 #154c9900
  }
  15% {
    box-shadow:0 0 0 4px #154c9925
  }
  30% {
    box-shadow:0 0 0 8px #154c9900
  }
}
@keyframes mt-chat-pulse {
  0%,45%,100% {
    box-shadow:0 0 0 0 #21ba6000
  }
  15% {
    box-shadow:0 0 0 4px #21ba6025
  }
  30% {
    box-shadow:0 0 0 8px #21ba6000
  }
}
@keyframes mt-ring {
  0%,25%,100% {
    transform:rotate(0)
  }
  5%,15% {
    transform:rotate(-14deg)
  }
  10%,20% {
    transform:rotate(14deg)
  }
}
@keyframes mt-pop {
  0%,35%,100% {
    transform:scale(1)
  }
  12%,25% {
    transform:scale(1.1)
  }
  18% {
    transform:scale(1)
  }
}
@media(hover:hover) {
  .mt-service:hover .mt-photo {
    transform:translateY(-3px)
  }
  .mt-call:hover,.mt-whatsapp:hover {
    filter:brightness(1.1)
  }
}
@media(max-width:520px) {
  .mt-stage {
    padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
  }
  .mt-card {
    width:100%;
    max-height:none;
    border-radius:0
  }
}
@media(max-height:730px) {
  .mt-top {
    left:16px;
    right:16px;
    top:11px
  }
  .mt-logo {
    width:130px
  }
  .mt-logo img {
    height:90px
  }
  .mt-wordmark {
    font-size:30px
  }
  .mt-wordmark small {
    font-size:8px
  }
  .mt-headline {
    left:19px;
    bottom:45px
  }
  .mt-headline h1 {
    font-size:31px
  }
  .mt-kicker {
    font-size:8px;
    margin-bottom:6px
  }
  .mt-services {
    padding:9px 14px 10px
  }
  .mt-section-head {
    margin-bottom:7px
  }
  .mt-section-head h2 {
    font-size:14px
  }
  .mt-service-grid {
    gap:6px
  }
  .mt-photo {
    aspect-ratio:1.15
  }
  .mt-service {
    gap:5px
  }
  .mt-service strong {
    font-size:8px
  }
  .mt-promotion {
    padding:10px 18px
  }
  .mt-discount>b {
    font-size:34px
  }
  .mt-contacts {
    padding:10px 14px 5px
  }
  .mt-call {
    min-height:50px
  }
  .mt-call strong {
    font-size:22px
  }
  .mt-other-actions {
    margin-top:7px
  }
  .mt-whatsapp,.mt-secondary {
    min-height:39px
  }
  .mt-footer {
    padding:6px 14px 8px
  }
  .mt-social {
    width:27px;
    height:27px
  }
}
@media(max-height:600px) and (orientation:portrait) {
  .mt-location {
    font-size:7px;
    padding:5px
  }
  .mt-logo {
    width:105px
  }
  .mt-logo img {
    height:73px
  }
  .mt-wordmark {
    font-size:25px
  }
  .mt-wordmark small {
    font-size:7px;
    letter-spacing:3px
  }
  .mt-headline {
    bottom:42px
  }
  .mt-headline h1 {
    font-size:27px
  }
  .mt-kicker {
    display:none
  }
  .mt-underline {
    margin-top:5px;
    width:90px
  }
  .mt-hero-footer {
    font-size:7px;
    left:16px;
    right:16px
  }
  .mt-hero-footer .mt-icon {
    width:13px
  }
  .mt-section-head>span {
    font-size:7px
  }
  .mt-discount>b {
    font-size:30px
  }
  .mt-estimate {
    font-size:12px
  }
  .mt-promotion {
    padding:8px 16px
  }
  .mt-photo {
    aspect-ratio:1.3
  }
  .mt-call {
    min-height:46px
  }
  .mt-whatsapp,.mt-secondary {
    min-height:36px
  }
}
@media(max-width:350px) {
  .mt-location {
    font-size:7px;
    letter-spacing:0
  }
  .mt-top {
    gap:6px
  }
  .mt-call strong {
    font-size:21px
  }
  .mt-service strong {
    font-size:7.5px
  }
  .mt-estimate {
    font-size:11px;
    padding-left:9px
  }
  .mt-discount {
    gap:6px
  }
  .mt-discount>span {
    font-size:9px
  }
  .mt-discount>span small {
    font-size:7px
  }
  .mt-footer p {
    font-size:7px
  }
  .mt-socials {
    gap:7px
  }
}
@media(orientation:landscape) and (max-height:540px) {
  .mt-stage {
    padding:8px max(12px,env(safe-area-inset-right)) 8px max(12px,env(safe-area-inset-left))
  }
  .mt-card {
    width:min(100%,960px);
    max-height:none;
    border-radius:18px;
    grid-template-columns:43% 57%;
    grid-template-rows:1fr auto auto auto;
    grid-template-areas:'hero services' 'hero promotion' 'hero contacts' 'hero footer'
  }
  .mt-hero {
    grid-area:hero
  }
  .mt-services {
    grid-area:services;
    padding:9px 12px
  }
  .mt-promotion {
    grid-area:promotion;
    padding:8px 14px
  }
  .mt-contacts {
    grid-area:contacts;
    padding:9px 12px 4px
  }
  .mt-footer {
    grid-area:footer;
    padding:5px 12px
  }
  .mt-photo {
    aspect-ratio:1.35
  }
  .mt-section-head {
    margin-bottom:6px
  }
  .mt-service strong {
    font-size:7px
  }
  .mt-service {
    gap:4px
  }
  .mt-logo {
    width:130px
  }
  .mt-logo img {
    height:93px
  }
  .mt-top {
    display:block
  }
  .mt-location {
    width:fit-content;
    margin-top:10px;
    font-size:8px
  }
  .mt-headline {
    bottom:52px;
    width:75%
  }
  .mt-headline h1 {
    font-size:31px
  }
  .mt-kicker {
    display:none
  }
  .mt-hero-footer {
    display:block;
    left:17px;
    font-size:8px
  }
  .mt-hero-footer>span+span {
    margin-top:5px
  }
  .mt-discount>b {
    font-size:29px
  }
  .mt-estimate {
    font-size:11px
  }
  .mt-call {
    min-height:43px
  }
  .mt-call strong {
    font-size:20px
  }
  .mt-whatsapp,.mt-secondary {
    min-height:35px
  }
  .mt-other-actions {
    margin-top:6px
  }
  .mt-social {
    width:23px;
    height:23px
  }
  .mt-footer p {
    font-size:7px
  }
  .mt-footer p b {
    font-size:9px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .mt-intro {
    display:none
  }
}
