:root{--bg: #f7f9fc;--bg-soft: #eef3f8;--card: rgba(255, 255, 255, .88);--stroke: rgba(15, 23, 42, .08);--text: #0f172a;--muted: #5f6f85;--primary: #2563eb;--secondary: #06b6d4;--shadow: 0 24px 60px rgba(15, 23, 42, .08);--shadow-soft: 0 16px 40px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 24%),radial-gradient(circle at right,rgba(6,182,212,.08),transparent 22%),linear-gradient(180deg,#fff,#f7f9fc 46%,#f3f7fb);color:var(--text)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.section{padding:5.5rem 0}.section--soft{background:linear-gradient(180deg,#ffffffb8,#f3f7fbd1);border-top:1px solid rgba(15,23,42,.05);border-bottom:1px solid rgba(15,23,42,.05)}.section__header{max-width:760px;margin-bottom:2.5rem}.section__header--center{margin-inline:auto;text-align:center}.section__eyebrow{margin:0 0 .75rem;color:#2563eb;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.section__title{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08;color:#0b1220}.section__text{margin-top:1rem;color:var(--muted);line-height:1.8;font-size:1.02rem}.badge{display:inline-flex;align-items:center;padding:.65rem 1rem;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.12);color:#1d4ed8;font-size:.92rem;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.95rem 1.35rem;border-radius:14px;border:1px solid transparent;font-weight:700;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn--primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 14px 30px #2563eb2e}.btn--outline{background:#ffffffb8;border-color:#0f172a1a;color:var(--text);box-shadow:var(--shadow-soft)}.btn--light{background:#fff;color:#0f172a;border-color:#0f172a14;box-shadow:var(--shadow-soft)}.btn--sm{padding:.8rem 1rem}.btn--full{width:100%}.navbar{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffc;border-bottom:1px solid rgba(15,23,42,.06)}.navbar__content{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.9rem}.brand__logo{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-weight:800;box-shadow:0 14px 34px #2563eb2e}.brand h1,.brand p{margin:0}.brand h1{font-size:1rem}.brand p{color:var(--muted);font-size:.82rem}.nav{display:flex;align-items:center;gap:1.4rem;color:var(--muted)}.nav a:hover{color:#0f172a}.hero{padding-top:4.5rem}.hero__grid{display:grid;gap:2rem;align-items:center;grid-template-columns:1.05fr .95fr}.hero__text h2{margin:1rem 0;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.98;color:#0b1220}.hero__text p{color:var(--muted);line-height:1.85;font-size:1.06rem;max-width:650px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__socials{display:flex;gap:1rem;margin-top:1.8rem}.hero__socials a,.floating-socials a{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#ffffffe6;border:1px solid rgba(15,23,42,.08);color:#0f172a;font-size:1.25rem;box-shadow:var(--shadow-soft);transition:transform .25s ease,background .25s ease,border-color .25s ease}.hero__socials a:hover,.floating-socials a:hover{transform:translateY(-3px);background:#fff;border-color:#2563eb2e}.hero__card{position:relative;min-height:620px;border-radius:30px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow);background:linear-gradient(180deg,#ffffffb3,#f3f7fbe6)}.hero__card--gallery{padding:1rem;display:flex;flex-direction:column;gap:1rem}.hero__card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;min-height:520px}.hero__card-item{position:relative;overflow:hidden;border-radius:24px;background:#e2e8f0}.hero__card-item img{width:100%;height:100%;min-height:250px;object-fit:cover;transition:transform .45s ease}.hero__card-item:hover img{transform:scale(1.06)}.hero__card-overlay{position:static;padding:1.25rem 1.3rem;border-radius:22px;background:linear-gradient(180deg,#ffffffd1,#fffffff5);border:1px solid rgba(15,23,42,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-soft)}.hero__card-overlay span{display:block;color:#1d4ed8;margin-bottom:.35rem;font-size:.92rem;font-weight:700}.hero__card-overlay strong{display:block;font-size:1.35rem;line-height:1.3;color:#0f172a}.about__grid,.contact__grid{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.info-card,.contact-card,.service-card,.contact-item,.pricing-highlights__item,.pricing-card{background:var(--card);border:1px solid var(--stroke);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.info-card,.contact-card,.service-card,.gallery-card,.contact-item,.pricing-highlights__item,.pricing-card{border-radius:24px}.info-card,.contact-card{padding:1.8rem}.info-card h3,.contact-card h3{margin-top:0;margin-bottom:1rem;font-size:1.3rem;color:#0f172a}.feature-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.feature-list li{display:flex;gap:.8rem;align-items:flex-start;color:var(--muted)}.feature-list svg{margin-top:.15rem;color:#22c55e;flex-shrink:0}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.service-card{padding:1.6rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.service-card:hover,.gallery-card:hover{transform:translateY(-4px);border-color:#2563eb2e;box-shadow:0 24px 50px #0f172a1a}.service-card__head{display:flex;align-items:center;justify-content:flex-start;gap:.9rem;margin-bottom:1rem;width:100%}.service-card__heading{display:flex;align-items:center;gap:.9rem;flex:1;min-width:0;flex-wrap:nowrap}.service-card__icon{width:56px;height:56px;min-width:56px;flex-shrink:0;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb24,#06b6d424);border:1px solid rgba(37,99,235,.14);color:#2563eb;box-shadow:inset 0 1px #ffffffe6;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease}.service-card:hover .service-card__icon{transform:translateY(-2px) scale(1.05);background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;box-shadow:0 14px 30px #2563eb38}.service-card__heading h3{margin:0;color:#0f172a;font-size:1.05rem;line-height:1.35;font-weight:700;flex:1;min-width:0}.service-card__number{display:none}.service-card p,.contact-card p{color:var(--muted);line-height:1.8}.service-card p{margin:0}.social-icon{width:48px;height:48px;display:grid!important;place-items:center;border-radius:16px;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.social-icon:hover{transform:translateY(-3px);box-shadow:0 16px 30px #0f172a1f}.social-icon svg{font-size:24px}.hero__socials .social-icon--whatsapp,.floating-socials .social-icon--whatsapp{background:#fff;color:#25d366!important}.hero__socials .social-icon--facebook,.floating-socials .social-icon--facebook{background:#fff;color:#1877f2!important}.hero__socials .social-icon--instagram,.floating-socials .social-icon--instagram{background:#fff;color:#e1306c!important}.videos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.video-card{background:var(--card);border:1px solid var(--stroke);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.video-card__frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#0f172a}.video-card__frame iframe,.video-card__frame video{width:100%;height:100%;border:0;display:block}.video-card__content{padding:1.25rem 1.25rem 1.4rem}.video-card__content h3{margin:0 0 .65rem;font-size:1.15rem;color:#0f172a}.video-card__content p{margin:0;color:var(--muted);line-height:1.8}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.gallery-card{position:relative;min-height:300px;overflow:hidden;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow)}.gallery-card img{width:100%;height:100%;object-fit:cover}.gallery-card__overlay{position:absolute;inset:auto 0 0 0;padding:1rem 1.2rem;background:linear-gradient(180deg,transparent,rgba(255,255,255,.96))}.gallery-card__overlay span{font-weight:700;color:#0f172a}.contact-list{display:grid;gap:1rem;margin-top:2rem}.contact-item{display:flex;gap:1rem;align-items:center;padding:1rem 1.15rem}.contact-item svg{font-size:1.15rem;color:#2563eb;flex-shrink:0}.contact-item strong,.contact-item span{display:block}.contact-item strong{color:#0f172a}.contact-item span{color:var(--muted);margin-top:.2rem}.contact-card__buttons{display:grid;gap:.85rem;margin-top:1.5rem}.contact-card__note{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08);color:var(--muted)}.contact-card__note strong,.contact-card__note span{display:block}.contact-card__note span{margin-top:.35rem}.floating-socials{position:fixed;right:1rem;bottom:1rem;z-index:60;display:grid;gap:.75rem}.footer{padding:2.4rem 0 1.6rem}.footer__content,.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer__content{padding-bottom:1.4rem;border-bottom:1px solid rgba(15,23,42,.08)}.footer__content h3,.footer__content p{margin:0}.footer__content h3{color:#0f172a}.footer__content p,.footer__bottom{color:var(--muted)}.footer__links{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;justify-content:flex-end}.footer__links a{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.05rem;border-radius:14px;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);color:#334155;font-size:.95rem;font-weight:600;line-height:1;box-shadow:0 10px 24px #0f172a0d;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.footer__links a:hover{transform:translateY(-2px);background:#fff;color:#0f172a;border-color:#2563eb2e;box-shadow:0 16px 30px #2563eb1a}.footer__links a:focus-visible{outline:none;border-color:#2563eb59;box-shadow:0 0 0 4px #2563eb1f}.footer__website-link{background:linear-gradient(135deg,var(--primary),var(--secondary))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 14px 30px #2563eb2e!important}.footer__website-link:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 18px 36px #2563eb3d!important}.footer__bottom{padding-top:1rem;justify-content:center;text-align:center;font-size:.95rem}.footer__love{display:flex;justify-content:center;align-items:center;text-align:center;margin-top:1.15rem}.footer__love span{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:Poppins,Segoe UI,sans-serif;font-size:clamp(1.15rem,2vw,1.65rem);font-weight:500;line-height:1.3;letter-spacing:.01em;color:#334155}.footer__love-heart{width:20px;height:20px;fill:transparent;color:#ef4444!important;stroke-width:2;stroke-linejoin:round;stroke-linecap:round;flex-shrink:0}@media (max-width: 640px){.footer__content,.footer__bottom{flex-direction:column;align-items:flex-start}.footer__links{width:100%;flex-direction:column;align-items:stretch}.footer__website-link{width:100%;text-align:center}.footer__bottom{align-items:center}.footer__love{margin-top:1rem}}.pricing-section__header{display:grid;justify-items:center;gap:1rem}.pricing-chip{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;background:#22c55e17;border:1px solid rgba(34,197,94,.12);color:#15803d;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pricing-banner{display:inline-flex;align-items:center;gap:.7rem;padding:.85rem 1.25rem;border-radius:999px;border:1px solid rgba(245,158,11,.18);background:#ffffffe6;color:#b45309;font-weight:700;text-align:center;box-shadow:var(--shadow-soft)}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;gap:1.35rem;padding:1.8rem;min-height:100%;background:linear-gradient(180deg,#fffffff5,#f7f9fcf5)}.pricing-card--popular{border-color:#2563eb38;box-shadow:0 28px 55px #2563eb1f}.pricing-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.pricing-card__eyebrow{margin:0 0 .9rem;color:#2563eb;font-size:.88rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pricing-card__price-row{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.5rem}.pricing-card__price-row h3{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:.95;color:#0f172a}.pricing-card__price-row span{color:var(--muted);font-size:1rem;margin-bottom:.35rem}.pricing-card__secondary{margin:.75rem 0 0;color:#0284c7;font-weight:700}.pricing-card__badge{flex-shrink:0;padding:.62rem .95rem;border-radius:999px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;font-size:.85rem;font-weight:700}.pricing-card__divider{height:1px;background:#0f172a14}.pricing-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.pricing-list li{display:flex;align-items:flex-start;gap:.8rem;color:#0f172a}.pricing-list svg{color:#22c55e;flex-shrink:0;margin-top:.18rem}.pricing-note{display:flex;align-items:flex-start;gap:.7rem;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08);color:var(--muted);font-size:.95rem}.pricing-note svg{color:#2563eb;flex-shrink:0;margin-top:.12rem}.pricing-btn{margin-top:auto;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 14px 34px #2563eb29}.pricing-btn--ghost{background:linear-gradient(135deg,#2563eb14,#06b6d414);border-color:#2563eb1f;color:#0f172a}.pricing-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}.pricing-highlights__item{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.9rem 1rem;color:#334155;text-align:center}.pricing-highlights__icon{color:#0284c7;font-weight:900}@media (max-width: 1100px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 960px){.nav,.navbar .btn--light{display:none}.hero__grid,.about__grid,.contact__grid,.gallery-grid,.pricing-grid,.pricing-highlights{grid-template-columns:1fr}.hero__card,.hero__card-grid{min-height:auto}.hero__card-item img{min-height:220px}.pricing-card{padding:1.45rem}}@media (max-width: 768px){.service-grid{grid-template-columns:1fr}.service-card__head{gap:.75rem}.service-card__heading{gap:.75rem;align-items:center}.service-card__icon{width:50px;height:50px;min-width:50px;border-radius:16px}.service-card__heading h3{font-size:1rem;line-height:1.3}}@media (max-width: 640px){.section{padding:4rem 0}.container{width:min(1120px,calc(100% - 1.2rem))}.hero__text h2{font-size:2.35rem}.hero__actions{flex-direction:column}.btn,.btn--full{width:100%}.footer__content,.footer__bottom,.navbar__content{flex-direction:column;align-items:flex-start}.floating-socials{right:.75rem;bottom:.75rem}.pricing-banner{border-radius:24px;padding:.95rem 1rem}.pricing-card__top{flex-direction:column}.pricing-card__badge{align-self:flex-start}.hero__card{padding:.8rem}.hero__card--gallery{gap:.8rem}.hero__card-grid{gap:.7rem}.hero__card-item{border-radius:18px}.hero__card-item img{min-height:150px}.hero__card-overlay{padding:1rem 1.05rem}.hero__card-overlay strong{font-size:1.08rem}}@media (max-width: 960px){.videos-grid{grid-template-columns:1fr}}
