:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px}button{font-family:inherit}:root{--mc-deep-900: #031322;--mc-deep-800: #06263d;--mc-deep-700: #0a3856;--mc-teal-500: #16d4c1;--mc-teal-400: #29e3b6;--mc-teal-300: #64f2d5;--mc-sky-400: #2fb4ff;--mc-sky-300: #66d6ff;--mc-ice-200: #e0fbff;--mc-ice-100: #f2fffd;font-family:Poppins,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;background-color:var(--mc-deep-900);color:#e1f8ffeb;scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 20% -10%,rgba(47,180,255,.16),transparent 55%),radial-gradient(circle at 80% 0%,rgba(41,227,182,.18),transparent 60%),linear-gradient(180deg,var(--mc-deep-900),var(--mc-deep-800));min-height:100vh}.tmc-app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(3,19,34,.96) 0%,rgba(6,38,61,.94) 45%,var(--mc-deep-900) 100%)}main{flex:1 0 auto}*{box-sizing:border-box}a{color:inherit}a:hover{color:var(--mc-teal-300)}img{max-width:100%;display:block}.tmc-header{position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#f7fbff,#e7f2ff);border-bottom:1px solid rgba(3,19,34,.08);box-shadow:0 12px 24px #0313221f;color:var(--mc-deep-800)}.tmc-header__inner{margin:0 auto;max-width:1180px;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.tmc-header__logo{display:inline-flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.tmc-header__logo-image{height:72px;width:auto;max-width:160px;filter:drop-shadow(0 10px 25px rgba(47,180,255,.25))}.tmc-header__brand{display:flex;flex-direction:column;line-height:1.1;font-size:.9rem;color:#e0fbffe0}.tmc-header__brand strong{font-size:1.05rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mc-deep-800)}.tmc-header__brand span{letter-spacing:.08em;text-transform:uppercase;color:var(--mc-deep-700);font-size:.75rem}.tmc-header__nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tmc-header__link{position:relative;color:var(--mc-deep-700);font-size:.9rem;font-weight:600;letter-spacing:.06em;text-decoration:none;padding:.45rem .75rem;border-radius:999px;transition:color .3s ease,background .3s ease,box-shadow .3s ease}.tmc-header__link:hover,.tmc-header__link:focus-visible{color:#031322;background:linear-gradient(135deg,var(--mc-teal-400),#bfe9ff);box-shadow:0 12px 22px #0313222e;outline:none}@media (max-width: 720px){.tmc-header__inner{flex-direction:column;align-items:flex-start}.tmc-header__nav{width:100%;justify-content:flex-start;overflow-x:auto;padding:.35rem .5rem;gap:.5rem;border-radius:999px;background:#0313220f;box-shadow:inset 0 1px #0313220f}.tmc-header__link{white-space:nowrap;background:#fff;border:1px solid rgba(3,19,34,.1);box-shadow:0 10px 18px #03132214}}.tmc-hero{position:relative;min-height:72vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 5rem;color:var(--mc-ice-200);background:radial-gradient(circle at 15% 20%,rgba(47,180,255,.24),transparent 55%),radial-gradient(circle at 80% 25%,rgba(41,227,182,.28),transparent 58%),linear-gradient(140deg,#06263dbf,#031322d9),url(/assets/hero.webp) center/cover no-repeat;overflow:hidden}.tmc-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(41,227,182,.18),transparent 60%),radial-gradient(circle at 75% 80%,rgba(47,180,255,.14),transparent 65%);mix-blend-mode:screen;opacity:.9;pointer-events:none}.tmc-hero__content{position:relative;max-width:780px;text-align:left;z-index:1}.tmc-hero__eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:.75rem;margin-bottom:1rem;color:#66d6ffd1}.tmc-hero h1{font-size:clamp(2.8rem,6vw,4.5rem);margin:0 0 1.5rem;line-height:1.05;letter-spacing:-.02em;color:#f5fffe}.tmc-hero__description{max-width:620px;font-size:1.1rem;line-height:1.7;color:#e0fbffd9}.tmc-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.tmc-hero__subtitle{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#66d6ff99}.tmc-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.6rem;border-radius:999px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease}.tmc-button--primary{background:linear-gradient(135deg,var(--mc-teal-500),var(--mc-sky-400));color:#031322;box-shadow:0 12px 32px #2fb4ff52}.tmc-button--primary:hover{transform:translateY(-3px);box-shadow:0 18px 40px #29e3b659}.tmc-button--ghost{border:1px solid rgba(102,214,255,.55);color:#031322;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.tmc-button--ghost:hover{background:#66d6ff2e;transform:translateY(-3px)}@media (max-width: 720px){.tmc-hero{padding-top:7rem}.tmc-hero__actions{width:100%;justify-content:flex-start}}.tmc-section{padding:5rem 1.5rem}.tmc-section--light{background:linear-gradient(180deg,var(--mc-ice-100),#ffffff);color:#0a3856}.tmc-section--dark{background:linear-gradient(180deg,#06263df2,#031322fa);color:#e1f8ffeb}.tmc-container{margin:0 auto;max-width:1120px}.tmc-section__header{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.75rem}.tmc-section__eyebrow{text-transform:uppercase;letter-spacing:.32em;font-size:.75rem;color:#29e3b6d9}.tmc-section__header h2{font-size:clamp(2rem,4vw,3rem);margin:0;color:inherit}.tmc-section--light .tmc-section__header h2{color:#06263d}.tmc-section--dark .tmc-section__header h2{color:#e0fbfff2}.tmc-about__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}.tmc-about__text{font-size:1.05rem;line-height:1.8;color:#0a3856c7}.tmc-about__note{background:linear-gradient(145deg,#e0fbffeb,#e6fffadb);border-radius:18px;padding:1.75rem;box-shadow:0 26px 45px #06263d1f;border:1px solid rgba(41,227,182,.2)}.tmc-about__note h3{margin-top:0;font-size:1.3rem;color:#06263d}.tmc-about__note ul{margin:1.25rem 0 0;padding-left:1.2rem;display:grid;gap:.75rem;color:#092b45c7}.tmc-about__note li::marker{color:var(--mc-teal-500)}.tmc-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.tmc-service-card{background:linear-gradient(160deg,#fffffff5,#e0fbffe6);border-radius:20px;padding:2.1rem;box-shadow:0 28px 48px #06263d1a;border:1px solid rgba(41,227,182,.12);height:100%;display:flex;flex-direction:column;gap:1.1rem}.tmc-service-card__icon{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--mc-teal-500),var(--mc-sky-300));display:grid;place-items:center;box-shadow:0 16px 32px #2fb4ff40}.tmc-service-card__icon span{width:18px;height:18px;border-radius:6px;background:#031322bf}.tmc-service-card h3{margin:0;font-size:1.25rem;color:#06263d}.tmc-service-card p{margin:0;line-height:1.7;color:#092b45c7}.tmc-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.tmc-product-card{background:linear-gradient(155deg,#0a3856f2,#031322e6);border:1px solid rgba(41,227,182,.18);border-radius:22px;padding:2.1rem;min-height:200px;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 26px 40px #03132273}.tmc-product-card h3{margin:0;font-size:1.25rem;color:#e0fbfff2}.tmc-product-card p{margin:0;line-height:1.8;color:#bcecf4d9}.tmc-products__cta{margin-top:3rem;padding:2rem;border-radius:22px;background:linear-gradient(135deg,#29e3b638,#2fb4ff38);border:1px solid rgba(102,214,255,.3);display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;justify-content:space-between;box-shadow:0 24px 36px #06263d40}.tmc-products__cta p{margin:0;max-width:680px;font-size:1.05rem;color:#e0fbffe0}.tmc-portfolio__grid{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.tmc-portfolio-card{background:linear-gradient(160deg,#fffffffa,#e0fbffeb);border-radius:22px;box-shadow:0 26px 46px #06263d1f;border:1px solid rgba(41,227,182,.12);overflow:hidden;display:flex;flex-direction:column;height:100%}.tmc-portfolio-card__image{position:relative;height:220px;background-size:cover;background-position:center;filter:saturate(1.05)}.tmc-portfolio-card__badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#29e3b6d9,#2fb4ffd9);color:#031322;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;padding:.4rem .8rem;border-radius:999px;box-shadow:0 12px 22px #06263d33}.tmc-portfolio-card__body{padding:1.75rem;display:flex;flex-direction:column;gap:.75rem}.tmc-portfolio-card__body h3{margin:0;color:#06263d;font-size:1.2rem}.tmc-portfolio-card__body p{margin:0;line-height:1.7;color:#092b45c7}.tmc-portfolio__gallery-header{margin-top:2.25rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.tmc-portfolio__gallery-header h3{margin:0;color:#06263d;font-size:1.25rem}.tmc-link-button{background:none;border:none;color:var(--mc-deep-700);font-weight:600;letter-spacing:.04em;cursor:pointer;text-decoration:underline}.tmc-portfolio__gallery{column-count:2;column-gap:.3rem;margin-top:.5rem}@media (min-width: 640px){.tmc-portfolio__gallery{column-count:4}}@media (min-width: 960px){.tmc-portfolio__gallery{column-count:5}}.tmc-gallery-card{position:relative;overflow:hidden;border-radius:16px;border:1px solid rgba(6,38,61,.08);background:#fff;box-shadow:0 16px 30px #0313221f;margin:8px;break-inside:avoid;max-width:200px}.tmc-gallery-card__button{display:block;width:100%;padding:0;margin:0;background:linear-gradient(180deg,#03132205,#0313220f);border:none;cursor:pointer;position:relative}.tmc-gallery-card img{display:block;width:100%;height:auto;object-fit:cover}.tmc-gallery-card figcaption{padding:.75rem .9rem;font-size:.9rem;color:#031322d1;background:linear-gradient(180deg,#0313220a,#03132205)}.tmc-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center}.tmc-modal__backdrop{position:absolute;inset:0;background:#031322b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tmc-modal__content{position:relative;z-index:1;background:#f7fbff;border-radius:18px;box-shadow:0 26px 55px #03132252;padding:1.2rem;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;gap:.9rem}.tmc-modal__close{align-self:flex-end;border:none;background:transparent;color:#031322;font-size:1.6rem;cursor:pointer;line-height:1}.tmc-modal__media{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem}.tmc-modal__media img{max-width:100%;max-height:75vh;height:auto;width:auto;object-fit:contain;border-radius:12px;box-shadow:0 12px 30px #0313223d}.tmc-modal__caption{margin:0;color:#031322d1;text-align:center;font-size:.95rem}.tmc-modal__nav{display:flex;justify-content:center;gap:.5rem}.tmc-contact__layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;align-items:start}.tmc-contact__info h2{margin:.75rem 0 1.5rem;font-size:clamp(2rem,4vw,3rem);color:#e0fbfff2}.tmc-contact__intro{font-size:1.05rem;line-height:1.8;color:#bcecf4cc}.tmc-contact__details{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1.25rem}.tmc-contact__details li{display:grid;gap:.35rem}.tmc-contact__details strong{text-transform:uppercase;letter-spacing:.2em;font-size:.68rem;color:#66d6ffad}.tmc-contact__details span{color:#e0fbffeb}.tmc-contact__map{margin-top:1.5rem;display:grid;gap:.75rem}.tmc-contact__map-frame{border-radius:16px;overflow:hidden;box-shadow:0 20px 35px #03132259;border:1px solid rgba(47,180,255,.2)}.tmc-contact__map-frame iframe{width:100%;height:260px;border:0}.tmc-contact__form{background:#031322d9;border:1px solid rgba(47,180,255,.25);border-radius:26px;padding:2rem;display:grid;gap:1.25rem;box-shadow:0 30px 46px #03132273;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tmc-contact__form label{display:grid;gap:.65rem;font-size:.95rem;color:#bcecf4d9}.tmc-contact__form input,.tmc-contact__form textarea{background:#031322a6;border:1px solid rgba(102,214,255,.3);border-radius:12px;padding:.85rem 1rem;color:#e0fbfff2;font-size:.95rem;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.tmc-contact__form input:focus,.tmc-contact__form textarea:focus{outline:none;border-color:#29e3b6e6;box-shadow:0 0 0 3px #29e3b640;transform:translateY(-1px)}.tmc-contact__status{margin:0;font-size:.9rem}.tmc-contact__status--success{color:#64f2d5f2}.tmc-contact__status--error{color:#ff8f9f}.tmc-footer{background:#021321;color:#bcecf4b3;padding:2rem 1.5rem;border-top:1px solid rgba(47,180,255,.18)}.tmc-footer__inner{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.85rem}.tmc-footer__note{color:#64f2d5e6}
