@charset "UTF-8";:root{--tm-brand-orange: #ff5a00;--tm-brand-navy: #003b73;--tm-brand-blue: #0066b3;--tm-brand-sky: #00a6ff;--tm-brand-bg: #f5faff;--tm-header-bg: #ffffff;--tm-form-bg: var(--tm-brand-bg);--tm-button-primary: var(--tm-brand-orange);--tm-button-text: #ffffff;--btn-primary-bg: var(--tm-brand-orange);--btn-primary-hover: #e64d00;--btn-primary-text: #ffffff;--btn-secondary-bg: var(--tm-brand-navy);--btn-secondary-hover: var(--tm-brand-blue);--btn-secondary-text: #ffffff;--tm-text-primary: #111827;--tm-text-header: var(--tm-brand-navy);--tm-text-muted: #64748b;--color-text-primary: var(--tm-text-primary);--color-text-secondary: var(--tm-text-muted);--color-text-light: #94a3b8;--color-text-inverse: #ffffff;--color-text-orange: var(--color-orange-dark);--color-text-blue: var(--color-blue-dark);--color-primary-orange: var(--tm-brand-orange);--color-primary-blue: var(--tm-brand-navy);--color-brand: var(--tm-brand-orange);--color-accent: var(--tm-brand-navy);--color-orange-primary: var(--tm-brand-orange);--color-orange-dark: #cc4500;--color-orange-deep: #e64d00;--color-orange-bright: #ffb347;--color-orange-light: #ffb066;--color-orange-pale: #fff0e6;--color-blue-primary: var(--tm-brand-navy);--color-blue-dark: #00284d;--color-blue-medium: var(--tm-brand-blue);--color-blue-sky: var(--tm-brand-sky);--color-blue-light: #dbeafe;--color-yellow-pale: #fff0e6;--color-cream: #f0f0a0;--color-cream-light: #f0f0b4;--color-cream-bright: #fff0a5;--color-success: #22c55e;--color-warning: #ffb347;--color-error: #dc2626;--color-info: var(--tm-brand-blue);--color-bg-primary: #ffffff;--color-bg-secondary: var(--tm-brand-bg);--color-bg-tertiary: #e5e7eb;--color-bg-dark: #1a1a1a;--color-bg-blue-light: #eaf5ff;--color-bg-orange-light: #fff4ec;--tm-input-border: #cbd5e1;--tm-input-focus: var(--tm-brand-orange);--color-border: #d1d5db;--color-border-light: #e5e7eb;--color-border-orange: var(--color-orange-light);--color-border-blue: var(--color-blue-light);--gradient-orange: linear-gradient(135deg, #ff5a00 0%, #ff8811 50%, #ffb347 100%);--gradient-blue: linear-gradient(135deg, #003b73 0%, #0066b3 50%, #00a6ff 100%);--gradient-brand: linear-gradient(135deg, #ff5a00 0%, #0066b3 100%);--gradient-orange-blue: linear-gradient(135deg, #ff5a00, #0066b3);--gradient-orange-horizontal: linear-gradient(to right, #cc4500, #ff5a00, #ffb347);--gradient-blue-horizontal: linear-gradient(to right, #00284d, #003b73, #00a6ff);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 6px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 12px 30px rgba(0, 0, 0, .15);--shadow-orange: 0 8px 24px rgba(255, 90, 0, .25);--shadow-blue: 0 8px 24px rgba(0, 59, 115, .25);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 999px;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--font-family-base: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-heading: Inter, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--landing-section-title-size: 1.875rem;--landing-section-title-size-mobile: 1.625rem;--landing-text-body: var(--font-size-base);--landing-text-secondary: var(--font-size-sm);--landing-text-caption: var(--font-size-xs);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .35s ease;--orange-rgb: 255, 90, 0;--blue-rgb: 0, 59, 115;--orange-alpha-10: rgba(var(--orange-rgb), .1);--orange-alpha-20: rgba(var(--orange-rgb), .2);--orange-alpha-50: rgba(var(--orange-rgb), .5);--blue-alpha-10: rgba(var(--blue-rgb), .1);--blue-alpha-20: rgba(var(--blue-rgb), .2);--blue-alpha-50: rgba(var(--blue-rgb), .5);--link-color: var(--tm-brand-navy);--link-hover: var(--color-blue-dark);--link-visited: #551a8b;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--tm-gradient-from: #ffb347;--tm-gradient-to: rgba(255, 179, 71, 0);--tm-gradient-stops: var(--tm-gradient-from), var(--tm-gradient-to);--btn-padding: 12px 24px;--btn-padding-sm: var(--space-sm) var(--space-md);--btn-padding-lg: var(--space-lg) var(--space-xl);--btn-border-radius: var(--radius-md);--btn-font-size: var(--font-size-base);--btn-font-size-sm: var(--font-size-sm);--btn-font-weight: 700;--btn-transition: all var(--transition-base);--tm-dash-bg: var(--tm-brand-bg);--tm-dash-text: var(--tm-text-primary);--tm-dash-text-muted: var(--tm-text-muted);--tm-dash-text-subtle: var(--color-text-light);--tm-dash-accent: var(--tm-brand-navy);--tm-dash-action: var(--tm-brand-orange);--tm-dash-action-text: var(--tm-button-text);--tm-dash-surface: var(--tm-header-bg);--tm-dash-surface-muted: var(--color-bg-tertiary);--tm-dash-border: var(--color-border-light);--tm-dash-border-input: var(--tm-input-border);--tm-dash-error: var(--color-error);--tm-dash-active-bg: color-mix(in srgb, var(--tm-brand-orange) 12%, white);--tm-dash-spinner-track: var(--color-border-light);--tm-dash-spinner-accent: var(--tm-brand-navy);--tm-dash-font: var(--font-family-base);--tm-dash-shadow-card: 0 1px 4px rgba(var(--blue-rgb), .08);--tm-dash-shadow-action: var(--shadow-orange);--tm-nav-primary: var(--tm-brand-orange);--tm-nav-primary-dark: var(--color-orange-dark);--tm-nav-navy: var(--color-blue-dark);--tm-nav-surface: var(--tm-header-bg);--tm-nav-border: var(--color-border-light);--tm-nav-lift: 0;--tm-nav-bar-height: 50px;--tm-nav-transition: .2s cubic-bezier(.4, 0, .2, 1);--tm-admin-bg: var(--tm-dash-bg);--tm-admin-bg-alt: var(--color-background);--tm-admin-surface: var(--tm-dash-surface);--tm-admin-text: var(--tm-dash-text);--tm-admin-text-muted: var(--tm-dash-text-muted);--tm-admin-text-subtle: var(--tm-dash-text-light);--tm-admin-text-disabled: var(--color-text-light);--tm-admin-accent: var(--tm-dash-accent);--tm-admin-action: var(--tm-dash-action);--tm-admin-action-hover: var(--color-orange-dark);--tm-admin-action-text: var(--tm-text-on-orange);--tm-admin-border: var(--tm-dash-border);--tm-admin-border-strong: var(--color-border);--tm-admin-header-shadow: 0 2px 8px rgba(var(--blue-rgb), .25);--tm-admin-success-bg: color-mix(in srgb, var(--color-success) 14%, white);--tm-admin-error-bg: color-mix(in srgb, var(--color-error) 12%, white);--tm-admin-warn-bg: color-mix(in srgb, var(--color-warning) 18%, white);--tm-admin-info-bg: color-mix(in srgb, var(--tm-brand-blue) 12%, white);--tm-admin-accent-tint: color-mix(in srgb, var(--tm-brand-navy) 12%, white);--tm-admin-accent-tint-strong: color-mix(in srgb, var(--tm-brand-navy) 22%, white);--tm-admin-spinner-track: var(--tm-dash-spinner-track);--tm-admin-spinner-accent: var(--tm-dash-spinner-accent);--tm-admin-shadow-card: var(--tm-dash-shadow-card);--tm-admin-font: var(--tm-dash-font);--tm-admin-dark-bg: var(--tm-brand-navy);--tm-admin-dark-surface: color-mix(in srgb, var(--tm-brand-navy) 88%, black);--tm-admin-dark-border: color-mix(in srgb, white 22%, var(--tm-brand-navy));--tm-admin-dark-text: var(--tm-brand-bg);--tm-admin-dark-muted: color-mix(in srgb, white 58%, var(--tm-brand-navy));--tm-admin-status-info-bg: var(--tm-admin-info-bg);--tm-admin-status-info-text: var(--tm-brand-navy);--tm-admin-status-success-bg: color-mix(in srgb, var(--color-success) 18%, white);--tm-admin-status-success-text: var(--color-success);--tm-admin-status-warn-bg: var(--tm-admin-warn-bg);--tm-admin-status-warn-text: color-mix(in srgb, var(--color-warning) 72%, black);--tm-admin-status-neutral-bg: var(--tm-admin-bg-alt);--tm-admin-status-whatsapp: #25d366;--tm-admin-status-whatsapp-hover: #20bd5a}.tm-admin-page{min-height:100vh;background:var(--tm-admin-bg);font-family:var(--tm-admin-font);color:var(--tm-admin-text);box-sizing:border-box}.tm-admin-header{background:var(--gradient-blue);color:var(--tm-admin-action-text);padding:1rem 1.5rem;box-shadow:var(--tm-admin-header-shadow)}.tm-admin-muted{color:var(--tm-admin-text-subtle)}.tm-admin-banner{padding:.65rem .85rem;border-radius:var(--radius-md, 10px);font-size:.8125rem;margin-bottom:.75rem}.tm-admin-banner--ok{background:var(--tm-admin-success-bg);color:var(--color-success)}.tm-admin-banner--err{background:var(--tm-admin-error-bg);color:var(--color-error)}.tm-admin-spinner{width:36px;height:36px;margin:0 auto .75rem;border:3px solid var(--tm-admin-spinner-track);border-top-color:var(--tm-admin-spinner-accent);border-radius:50%;animation:tm-admin-spin .8s linear infinite}@keyframes tm-admin-spin{to{transform:rotate(360deg)}}.input-group{position:relative;margin-bottom:0}.input-group label{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2;background:var(--tm-header-bg);padding:0 4px;color:var(--tm-text-muted);font-size:14px;transition:all .2s ease;pointer-events:none}.input-group input{width:100%;min-height:3rem;padding:14px 14px 13px;line-height:1.45;border:1px solid var(--tm-input-border);border-radius:8px;background:transparent;color:var(--tm-text-primary);box-sizing:border-box}.input-group input:focus+label,.input-group input:not(:placeholder-shown)+label{top:0;font-size:12px;color:var(--tm-brand-orange)}.input-group input:focus{outline:none;border-color:var(--tm-brand-orange);box-shadow:0 0 0 2px var(--orange-alpha-10)}.input-group .input-with-button{position:relative}.input-group .input-with-button>input{width:100%;min-height:3rem;padding:14px 14px 13px;line-height:1.45;border:1px solid var(--tm-input-border);border-radius:8px;background:transparent;color:var(--tm-text-primary);box-sizing:border-box}.input-group .input-with-button>input:focus+label,.input-group .input-with-button>input:not(:placeholder-shown)+label{top:0;font-size:12px;color:var(--tm-brand-orange)}.input-group .input-with-button>input:focus{outline:none;border-color:var(--tm-brand-orange);box-shadow:0 0 0 2px var(--orange-alpha-10)}.input-group textarea{width:100%;padding:14px;min-height:3.5rem;line-height:1.45;border:1px solid var(--tm-input-border);border-radius:8px;background:transparent;color:var(--tm-text-primary);font-family:inherit;resize:vertical;box-sizing:border-box}.input-group textarea:focus+label,.input-group textarea:not(:placeholder-shown)+label{top:0;font-size:12px;color:var(--tm-brand-orange)}.input-group textarea:focus{outline:none;border-color:var(--tm-brand-orange);box-shadow:0 0 0 2px var(--orange-alpha-10)}.input-group input[type=date]+label,.input-group input[type=month]+label,.input-group input[type=datetime-local]+label{top:0;font-size:12px;color:var(--tm-brand-orange);transform:none}.input-group input[type=date],.input-group input[type=month],.input-group input[type=datetime-local]{min-height:3rem;padding:16px 14px 12px;line-height:1.45}.btn,.btn-primary,.btn-secondary,.btn-success,.btn-danger,.btn-add,.btn-edit,.btn-icon{color:var(--color-text-inverse, #ffffff)}.btn-primary,.btn-add,.btn-edit,.btn-icon{background:var(--gradient-orange)}.btn-secondary{background:var(--gradient-blue)}.tmh-v2-landing-foot{margin:var(--space-md) 0 0;text-align:center;font-size:var(--landing-text-secondary);color:var(--tm-text-muted);line-height:1.5}.tmh-v2-landing-foot a{color:var(--link-color);font-weight:var(--btn-font-weight);text-decoration:none}.tmh-v2-landing-foot a:hover{color:var(--link-hover);text-decoration:underline}.tmh-v2-landing .tmh-v2-landing-inner{max-width:720px;margin-inline:auto}body.tmh-v2-index footer.footer{font-family:var(--font-family-base);background:linear-gradient(180deg,#0f172a,#1e293b);padding:2rem 1rem 1.5rem}body.tmh-v2-index footer.footer .footer-link:hover{color:#5eead4}.mdh-app{--mdh-heading: var(--tm-brand-navy);--mdh-action: var(--tm-brand-orange);--mdh-link: var(--link-color);--mdh-surface: var(--color-bg-primary);--mdh-border: var(--color-border-light);--mdh-active-bg: var(--tm-dash-active-bg);font-family:var(--font-family-base);color:var(--tm-text-primary)}.mdh-app a:not([class]){color:var(--link-color)}.mdh-app a:not([class]):hover{color:var(--tm-brand-orange)}.business-categories-section.tmh-v2-landing{padding-top:.75rem;padding-bottom:2rem}.tmh-v2-landing{font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;background:linear-gradient(180deg,#f4f6fb,#eef1f8 45%,#f8fafc)}.tmh-v2-landing-inner{max-width:1200px;margin:0 auto;padding:.5rem 1rem 1.75rem}.tmh-v2-tagline{text-align:center;font-size:clamp(.95rem,2.8vw,1.15rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:.5rem 0 1rem;line-height:1.25}.tmh-v2-service-grid{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1.25rem}.tmh-v2-tile{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:140px;padding:1rem 1rem .85rem;border-radius:22px;text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 8px 32px #0f172a14,0 1px #ffffffa6 inset;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(255,255,255,.55)}.tmh-v2-tile:active{transform:scale(.98)}.tmh-v2-tile:hover{transform:translateY(-2px);box-shadow:0 14px 40px #0f172a1f}.tmh-v2-service-grid>.tmh-v2-tile:nth-child(-n+3):after{content:"";position:absolute;top:0;right:0;bottom:0;width:min(78%,20rem);pointer-events:none;z-index:1;border-radius:inherit;background:linear-gradient(to left,rgba(15,23,42,.94) 0%,rgba(15,23,42,.72) 28%,rgba(15,23,42,.38) 52%,rgba(15,23,42,.12) 72%,transparent 100%)}.tmh-v2-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tmh-v2-tile-fold{position:absolute;left:0;top:0;z-index:6;pointer-events:none;line-height:1}.tmh-v2-tile-fold:before{display:none;content:none}.tmh-v2-tile-fold__text{position:relative;z-index:1;display:block;padding:.38rem .65rem .36rem .48rem;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:.46rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;line-height:1.25;max-width:6.5rem;color:#0f172a;background:linear-gradient(155deg,#fff,#f1f5f9 38%,#d2dae4);border:1px solid rgba(15,23,42,.14);border-top:none;border-left:none;border-radius:0 0 12px;box-shadow:2px 2px 10px #0f172a24;clip-path:polygon(0 0,100% 0,100% 100%,14px 100%,0 calc(100% - 14px));text-shadow:none}.tmh-v2-tile-fold--vyasa .tmh-v2-tile-fold__text{color:#9a3412;background:linear-gradient(208deg,#fff7ed,#ffedd5 42%,#fdba74);border-top-color:#fff7edf2;border-right-color:#9a341233;text-shadow:none}.tmh-v2-tile-fold--vruksha .tmh-v2-tile-fold__text{color:#14532d;background:linear-gradient(208deg,#ecfdf5,#d1fae5 40%,#6ee7b7);border-top-color:#ecfdf5f2;border-right-color:#14532d33;text-shadow:none}.tmh-v2-tile-fold--maya .tmh-v2-tile-fold__text{color:#78350f;background:linear-gradient(208deg,#fffbeb,#fef3c7 42%,#fcd34d);border-top-color:#fffbebf2;border-right-color:#78350f2e;text-shadow:none}.tmh-v2-tile-label{position:relative;z-index:2;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}.tmh-v2-tile--profile{min-height:168px;flex-direction:row;justify-content:flex-end;align-items:stretch;padding:1rem .85rem 4.85rem .65rem;background-color:#0f172a;border:1px solid rgba(255,255,255,.22);box-shadow:0 8px 32px #0f172a47;border-radius:0}.tmh-v2-tile--profile:before{content:"";position:absolute;inset:0;z-index:0;border-radius:0;background-image:url(https://tekmegha.com/mediaserver/logos/vyasatilebackground.png);background-size:cover;background-position:left center;background-repeat:no-repeat;filter:grayscale(1)}.tmh-v2-tile--profile .tmh-v2-tile-bg-link{position:absolute;inset:0;z-index:1;border-radius:0}.tmh-v2-tile--profile .tmh-v2-tile-strip__layers{border-radius:0}.tmh-v2-tile--profile-inner{position:relative;z-index:2;display:flex;flex-direction:column;flex:0 1 min(100%,20.5rem);margin-left:auto;gap:.45rem;pointer-events:none;min-height:0;min-width:0;padding-top:0;align-self:stretch;align-items:flex-end;text-align:right}.tmh-v2-profile-highlights,.tmh-v2-billing-highlights,.tmh-v2-design-highlights{margin:0;padding:.15rem .95rem 0 0;font-size:.72rem;font-weight:600;line-height:1.4;list-style:disc;list-style-position:inside;text-align:right}.tmh-v2-tile--profile .tmh-v2-profile-highlights{position:relative;z-index:2;color:#f8fafcf7;text-shadow:0 1px 3px rgba(0,0,0,.5)}.tmh-v2-tile--profile .tmh-v2-profile-highlights li::marker{color:#e2e8f0cc}.tmh-v2-start-timeline{width:100%;max-width:min(100%,18.5rem);margin:0;padding:.05rem .75rem 0 0;text-align:right;position:relative;z-index:2;pointer-events:auto}.tmh-v2-start-timeline__title{margin:0 0 .55rem;font-size:clamp(.74rem,2.5vw,.82rem);font-weight:800;letter-spacing:-.02em;color:#f8fafc;text-shadow:0 1px 3px rgba(0,0,0,.5)}.tmh-v2-start-timeline__steps{list-style:none;margin:0;padding:0 1.1rem 0 0;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;position:relative}.tmh-v2-start-timeline__steps:before{content:"";position:absolute;right:.64rem;top:.35rem;bottom:.35rem;width:2px;border-radius:1px;background:#ffffff38}.tmh-v2-start-timeline__step{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:.45rem;max-width:100%;position:relative;z-index:1}.tmh-v2-start-timeline__num{flex-shrink:0;width:1.3rem;height:1.3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-size:.6rem;font-weight:800;line-height:1;box-shadow:0 2px 8px #ea580c59}.tmh-v2-start-timeline__text{flex:1;min-width:0;font-size:clamp(.64rem,2.2vw,.72rem);font-weight:600;line-height:1.38;color:#f8fafcf5;text-shadow:0 1px 2px rgba(0,0,0,.45)}.tmh-v2-start-timeline__text a{color:inherit;text-decoration:none}.tmh-v2-start-timeline__text a:hover{color:#fed7aa;text-decoration:underline}.tmh-v2-profile-highlights li,.tmh-v2-billing-highlights li,.tmh-v2-design-highlights li{margin-bottom:.15rem}.tmh-v2-tile--billing .tmh-v2-billing-highlights{position:relative;z-index:1;align-self:stretch;margin-top:0;padding-bottom:.1rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.75)}.tmh-v2-tile--billing .tmh-v2-billing-highlights li::marker{color:#bae6fd8c}.tmh-v2-design-highlights{padding-top:.1rem;padding-right:.95rem;padding-left:0;margin-top:0;align-self:stretch;width:100%}.tmh-v2-tile--design .tmh-v2-design-highlights{position:relative;z-index:1;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.75)}.tmh-v2-tile--design .tmh-v2-design-highlights li::marker{color:#5eead48c}.tmh-v2-highlights--member[hidden],.tmh-v2-highlights--guest[hidden],.tmh-v2-tile-login-wrap[hidden],.tmh-v2-tile-guest-cta[hidden]{display:none!important}.tmh-v2-profile-member-layout{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;gap:.5rem .75rem;width:100%;flex:1;min-height:0;pointer-events:none}.tmh-v2-profile-member-layout>.tmh-v2-profile-highlights{flex:0 1 auto;width:100%;min-width:0;pointer-events:auto}.tmh-v2-profile-member-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;flex-shrink:0;max-width:100%;pointer-events:auto;padding-top:.05rem;width:100%}.tmh-v2-profile-member-rail .tmh-v2-member-li-actions{justify-content:center}.tmh-v2-profile-member-layout .tmh-v2-profile-highlights:empty{display:none}.tmh-v2-profile-guest-bottom{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-end;gap:.4rem;width:100%;min-width:0;margin-top:.1rem;pointer-events:auto;align-self:stretch}.tmh-v2-profile-persist-rail{justify-content:flex-start;margin-bottom:.45rem}.tmh-v2-profile-card-row{justify-content:flex-end;align-items:flex-start;gap:.65rem;width:100%;max-width:100%;margin-left:0}.tmh-v2-profile-card-row .tmh-v2-tile-pill{flex:0 1 auto}.tmh-v2-profile-card{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.35rem;min-width:4.75rem;padding:.15rem .25rem 0;color:#fff;text-decoration:none;pointer-events:auto}.tmh-v2-profile-card__label{max-width:8.5rem;overflow:hidden;font-size:clamp(.68rem,2.5vw,.78rem);font-weight:800;line-height:1.15;letter-spacing:.01em;text-align:center;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(0,0,0,.45);white-space:nowrap}.tmh-v2-profile-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;overflow:hidden;border:2px solid rgba(255,255,255,.9);border-radius:999px;background:radial-gradient(circle at 35% 25%,#ffffffe6,#fb923c40 42%,#0f172ab8);box-shadow:0 8px 22px #0f172a52;color:#fff7ed;font-size:1.45rem}.tmh-v2-profile-card__avatar img{width:100%;height:100%;object-fit:cover}.tmh-v2-profile-card:hover .tmh-v2-profile-card__avatar{box-shadow:0 10px 26px #0f172a66}.tmh-v2-profile-card:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:3px;border-radius:14px}.tmh-v2-profile-guest-rail{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end;align-items:flex-start;margin-left:0;max-width:100%}.tmh-v2-tile-guest-cta{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-end;gap:.4rem;min-width:0;pointer-events:auto;align-self:flex-end}.tmh-v2-tile--billing .tmh-v2-tile-bg-link,.tmh-v2-tile--design .tmh-v2-tile-bg-link{position:absolute;inset:0;z-index:1;border-radius:inherit}.tmh-v2-tile--billing .tmh-v2-tile-content,.tmh-v2-tile--design .tmh-v2-orb,.tmh-v2-tile--design .tmh-v2-tile--design-main{position:relative;z-index:2}.tmh-v2-tile-pill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;box-sizing:border-box;min-height:1.65rem;margin-left:0;margin-right:0;padding:.38rem .95rem;border-radius:999px;font-size:clamp(.68rem,2.6vw,.78rem);font-weight:700;letter-spacing:.02em;text-decoration:none;line-height:1.15;border:none;color:#fff;opacity:1;vertical-align:middle;white-space:nowrap;pointer-events:auto;flex-shrink:0;box-shadow:0 4px 14px #0f172a2e;transition:box-shadow .15s ease,transform .12s ease}.tmh-v2-tile-pill:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f172a38}.tmh-v2-tile-pill:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:2px}.tmh-v2-tile--profile .tmh-v2-tile-pill,.tmh-v2-tile--profile .tmh-v2-profile-persist-rail{display:none!important}.tmh-v2-tile--profile .tmh-v2-tile-pill:hover{box-shadow:0 6px 20px #ea580c66}.tmh-v2-tile--billing .tmh-v2-tile-pill{background:linear-gradient(135deg,#22c55e,#0ea5e9);box-shadow:0 4px 16px #0ea5e952}.tmh-v2-tile--billing .tmh-v2-tile-pill:hover{box-shadow:0 6px 20px #0ea5e961}.tmh-v2-tile--design .tmh-v2-tile-pill{background:linear-gradient(135deg,#4c1d95,#2563eb);box-shadow:0 4px 16px #4f46e559}.tmh-v2-tile--design .tmh-v2-tile-pill:hover{box-shadow:0 6px 20px #4f46e56b}.tmh-v2-tile-pills--persistent{position:relative;z-index:3;pointer-events:auto}.tmh-v2-billing-pills{width:100%;min-width:0;max-width:100%}.tmh-v2-tile--billing .tmh-v2-tile-content .tmh-v2-member-li-actions{flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;width:100%;margin-top:.35rem;gap:.4rem}.tmh-v2-tile--billing .tmh-v2-tile-content .tmh-v2-member-li-actions .tmh-v2-tile-pill{flex:0 0 auto;width:fit-content;max-width:100%;align-self:flex-end}.tmh-v2-profile-member-rail:empty{display:none!important}.tmh-v2-member-li-stack{display:list-item;margin-bottom:.42rem;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.tmh-v2-member-li-stack:hover{background:transparent;border:none;box-shadow:none}.tmh-v2-member-li-body{display:block;margin-bottom:.45rem;line-height:1.45;text-align:center;font-size:.82rem;font-weight:500}.tmh-v2-member-li-stack .tmh-v2-tile-pill{margin-left:0}.tmh-v2-member-li-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem;min-width:0}.tmh-v2-tile--profile .tmh-v2-profile-card-row.tmh-v2-member-li-actions{justify-content:flex-end}.tmh-v2-member-li-actions .tmh-v2-tile-pill{margin-left:0;flex:1 1 auto;min-width:65px;padding:.35rem .5rem;font-size:.65rem}.tmh-v2-tile--billing .tmh-v2-billing-highlights.tmh-v2-highlights--member{padding-left:0;padding-right:0;list-style:none;text-align:right;width:100%}.tmh-v2-tile--billing .tmh-v2-billing-highlights.tmh-v2-highlights--member .tmh-v2-member-li-stack{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;gap:.45rem;margin-bottom:0}.tmh-v2-tile--billing .tmh-v2-billing-highlights.tmh-v2-highlights--member .tmh-v2-member-li-body{flex:0 1 auto;width:100%;min-width:0;margin-bottom:0;text-align:right}.tmh-v2-tile--billing .tmh-v2-billing-highlights.tmh-v2-highlights--member .tmh-v2-member-li-actions{flex:0 0 auto;margin-left:0;justify-content:flex-end;align-self:flex-end}.tmh-v2-tile--billing .tmh-v2-billing-highlights.tmh-v2-highlights--member .tmh-v2-billing-dash-row{flex:0 0 100%;display:flex;justify-content:flex-end}.tmh-v2-tile--billing .tmh-v2-tile-pill--billing-dash{white-space:nowrap}.tmh-v2-profile-member-layout .tmh-v2-profile-highlights{list-style:none;padding-left:0;padding-right:0;text-align:right;width:100%}.tmh-v2-profile-member-layout .tmh-v2-profile-highlights .tmh-v2-member-li-stack{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;gap:.45rem;margin-bottom:0}.tmh-v2-tile--profile .tmh-v2-member-li-stack{display:none!important}.tmh-v2-profile-member-layout .tmh-v2-profile-highlights .tmh-v2-member-li-body{width:100%;margin-bottom:0;text-align:right}.tmh-v2-tile--design .tmh-v2-design-highlights.tmh-v2-highlights--member{list-style:none;padding-left:0;padding-right:0;text-align:right;width:100%}.tmh-v2-tile--design .tmh-v2-design-highlights.tmh-v2-highlights--member .tmh-v2-member-li-stack{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-end;justify-content:flex-start;gap:.45rem;margin-bottom:0}.tmh-v2-tile--design .tmh-v2-design-highlights.tmh-v2-highlights--member .tmh-v2-member-li-body{width:100%;margin-bottom:0;text-align:right}.tmh-v2-tile--design .tmh-v2-design-highlights.tmh-v2-highlights--member .tmh-v2-member-li-actions{align-self:flex-end}.tekmegha-services-block .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn{pointer-events:auto;align-self:flex-end;margin-top:auto;padding:.35rem 0;border:none;border-radius:0;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:clamp(.82rem,2.8vw,.95rem);font-weight:600;letter-spacing:-.01em;text-decoration:none;background:transparent;box-shadow:none;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:color .15s ease,opacity .15s ease}.tmh-v2-tile--billing .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn:after,.tmh-v2-tile--design .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn:after{content:"\2197";font-size:.92em;line-height:1;font-weight:500;opacity:.92}.tmh-v2-tile--billing .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn{color:#67e8f9}.tmh-v2-tile--billing .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn:hover{color:#a5f3fc}.tmh-v2-tile--billing .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn:focus-visible{outline:2px solid rgba(103,232,249,.55);outline-offset:3px;border-radius:4px}.tmh-v2-tile--design .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn{color:#5eead4}.tmh-v2-tile--design .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn:hover{color:#99f6e4}.tmh-v2-tile--design .tmh-v2-tile-login-wrap .tmh-v2-tile-login-btn:focus-visible{outline:2px solid rgba(94,234,212,.55);outline-offset:3px;border-radius:4px}.tmh-v2-tile--design .tmh-v2-tile-login-wrap{margin-top:.25rem;align-self:flex-end;width:100%;display:flex;justify-content:flex-end;text-align:right}.tmh-v2-tile--profile .tmh-v2-tile-login-wrap{margin-top:auto;align-self:flex-end;width:100%;display:flex;justify-content:flex-end;text-align:right}.tmh-v2-tile--profile .tmh-v2-tile-login-btn{pointer-events:auto;align-self:flex-end;margin-top:0;padding:.35rem 0;border:none;border-radius:0;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:clamp(.82rem,2.8vw,.95rem);font-weight:600;letter-spacing:-.01em;text-decoration:none;color:#5eead4;background:transparent;box-shadow:none;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:color .15s ease,opacity .15s ease}.tmh-v2-tile--profile .tmh-v2-tile-login-btn:after{content:"\2197";font-size:.92em;line-height:1;font-weight:500;opacity:.92}.tmh-v2-tile--profile .tmh-v2-tile-login-btn:hover{color:#99f6e4}.tmh-v2-tile--profile .tmh-v2-tile-login-btn:focus-visible{outline:2px solid rgba(94,234,212,.55);outline-offset:3px;border-radius:4px}.tmh-v2-billing-footer{position:absolute;left:.55rem;right:.55rem;bottom:.38rem;z-index:3;margin:0;pointer-events:none;text-align:right;max-width:none}.tmh-v2-billing-footer__text{display:block;margin:0;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:clamp(.56rem,2.1vw,.68rem);font-weight:600;line-height:1.35;letter-spacing:.02em;color:#cffafe;text-shadow:none}.tmh-v2-billing-footer__promo{display:block;margin:.22rem 0 0;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:clamp(.5rem,1.85vw,.62rem);font-weight:700;line-height:1.25;letter-spacing:.06em;text-transform:uppercase;color:#a5f3fc;text-shadow:none}.tmh-v2-tile--billing{position:relative;min-height:188px;flex-direction:row;justify-content:flex-end;align-items:stretch;gap:0;padding:1rem .85rem .75rem .65rem;background-color:#0c1922;background-image:url(https://tekmegha.com/mediaserver/logos/vrukshatilebackground.png);background-size:cover;background-position:left center;background-repeat:no-repeat;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0f172a47}.tmh-v2-tile--billing .tmh-v2-tile-content{display:flex;flex-direction:column;flex:0 1 min(100%,20.5rem);margin-left:auto;gap:.45rem;min-height:0;min-width:0;padding-top:.65rem;padding-bottom:.85rem;pointer-events:none;align-self:stretch;align-items:flex-end;text-align:right}.tmh-v2-tile--billing .tmh-v2-tile-content>*{pointer-events:auto}.tmh-v2-tile--billing .tmh-v2-tile-login-wrap{margin-top:auto;align-self:flex-end;width:100%;display:flex;justify-content:flex-end;text-align:right}.tmh-v2-tile-strip{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;align-items:center;gap:.3rem;min-height:5.1rem;padding:.45rem .45rem .52rem;pointer-events:none}.tmh-v2-tile-strip[hidden]{display:none!important}.tmh-v2-tile-strip__layers{position:absolute;inset:0;z-index:0;border-radius:0 0 22px 22px;overflow:hidden;pointer-events:none}.tmh-v2-tile-strip__grad{position:absolute;inset:0;pointer-events:none}.tmh-v2-tile-strip__grad--1{background:linear-gradient(to top,rgba(5,11,12,.98) 0%,rgba(15,23,42,.82) 38%,rgba(15,23,42,.35) 68%,transparent 100%)}.tmh-v2-tile-strip__grad--2{background:linear-gradient(90deg,rgba(5,11,12,.94) 0%,rgba(15,23,42,.45) 18%,transparent 32%,transparent 68%,rgba(15,23,42,.45) 82%,rgba(5,11,12,.94) 100%)}.tmh-v2-tile-strip--maya .tmh-v2-tile-strip__grad--3{background:linear-gradient(165deg,rgba(15,23,42,.72) 0%,rgba(76,29,149,.42) 42%,rgba(37,99,235,.18) 62%,transparent 88%)}.tmh-v2-tile-strip--vyasa .tmh-v2-tile-strip__grad--3{background:linear-gradient(165deg,rgba(15,23,42,.72) 0%,rgba(154,52,18,.48) 42%,rgba(249,115,22,.2) 62%,transparent 88%)}.tmh-v2-tile-strip--vyasa .tmh-v2-tile-strip__nav:focus-visible{outline-color:#fb923cd9}.tmh-v2-tile-strip--vyasa .tmh-v2-tile-strip__logo{border-radius:50%;object-fit:cover}.tmh-v2-tile-strip--maya .tmh-v2-tile-strip__logo{object-fit:contain}.tmh-v2-tile-strip__nav,.tmh-v2-tile-strip__stage{position:relative;z-index:1;pointer-events:auto}.tmh-v2-tile-strip__nav{flex:0 0 1.85rem;width:1.85rem;height:1.85rem;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.38);border-radius:50%;background:#0f172a9e;color:#e2e8f0;font-size:.68rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.tmh-v2-tile-strip__nav:hover:not(:disabled){background:#1e293be0;border-color:#94a3b88c}.tmh-v2-tile-strip__nav:disabled{opacity:.35;cursor:default}.tmh-v2-tile-strip__nav:focus-visible{outline:2px solid rgba(94,234,212,.75);outline-offset:2px}.tmh-v2-tile-strip__stage{flex:1;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.2rem .3rem;align-items:stretch}.tmh-v2-tile-strip__link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.22rem;min-width:0;max-width:100%;padding:.18rem .12rem;text-decoration:none;color:#f8fafc;border-radius:10px;transition:background .15s ease}.tmh-v2-tile-strip__link:hover{background:#ffffff0f}.tmh-v2-tile-strip__link--static{cursor:default;pointer-events:none}.tmh-v2-tile-strip__logo{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:10px;object-fit:contain;background:#fffffff0;padding:2px;box-shadow:0 2px 10px #00000047}.tmh-v2-tile-strip__meta{min-width:0;width:100%;text-align:center;line-height:1.2}.tmh-v2-tile-strip__name{display:block;font-size:clamp(.56rem,1.8vw,.68rem);font-weight:700;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tmh-v2-tile-strip__cat{display:block;margin-top:.06rem;font-size:clamp(.48rem,1.5vw,.54rem);font-weight:600;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tmh-v2-tile--design{position:relative;min-height:168px;flex-direction:row;align-items:stretch;justify-content:flex-end;gap:0;padding:1rem 1.1rem 5.5rem .75rem;background-color:#050b0c;background-image:url(https://tekmegha.com/mediaserver/logos/mayatilebackground.png);background-size:cover;background-position:left center;background-repeat:no-repeat;border:1px solid rgba(94,234,212,.22);box-shadow:0 8px 32px #0f172a52}.tmh-v2-tile--design-main{display:flex;flex-direction:column;gap:.55rem;flex:0 1 min(100%,20.5rem);max-width:min(100%,20.5rem);margin-left:auto;min-width:0;align-self:stretch;align-items:flex-end;text-align:right;position:relative;z-index:2}.tmh-v2-tile--design .tmh-v2-orb{display:none}.tmh-v2-tile--design .tmh-v2-orb.o1{width:28px;height:28px;background:#2dd4bf;top:12%;right:8%;left:auto}.tmh-v2-tile--design .tmh-v2-orb.o2{width:18px;height:18px;background:#22d3ee;bottom:18%;right:22%;left:auto}.tmh-v2-tile--design .tmh-v2-orb.o3{width:22px;height:22px;background:#5eead4;top:20%;right:28%;left:auto}@media (max-width: 479px){.tmh-v2-tile--profile-inner,.tmh-v2-tile--billing .tmh-v2-tile-content,.tmh-v2-tile--design-main{flex-basis:100%;max-width:100%;margin-left:0}.tmh-v2-tile--profile,.tmh-v2-tile--billing{flex-direction:column;justify-content:flex-start;background-position:left top}.tmh-v2-tile--design{flex-direction:column;align-items:stretch;background-position:left top}}@media (min-width: 640px){.tmh-v2-service-grid{gap:1rem}.tmh-v2-tile--profile .tmh-v2-profile-highlights,.tmh-v2-tile--billing .tmh-v2-billing-highlights,.tmh-v2-tile--design .tmh-v2-design-highlights{font-size:.8rem}.tmh-v2-profile-card{min-width:4.25rem}.tmh-v2-profile-card__label{max-width:7.25rem}.tmh-v2-profile-card__avatar{width:3.15rem;height:3.15rem}.tmh-v2-tile--profile,.tmh-v2-tile--billing,.tmh-v2-tile--design{min-height:192px}.tmh-v2-nav .mobile-menu-item{min-width:3.75rem;padding:.45rem .55rem;font-size:.68rem}.tmh-v2-nav .mobile-menu-icon img{width:30px;height:30px}}@media (min-width: 768px){.tmh-v2-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.tmh-v2-service-grid .tmh-v2-tile--design{grid-column:1 / -1}.tmh-v2-tile--profile,.tmh-v2-tile--billing{min-height:236px}.tmh-v2-tile--profile{padding-bottom:7rem}.tmh-v2-tile--design{min-height:308px;padding-bottom:7rem}.tmh-v2-tile-strip{bottom:0;min-height:6.5rem;padding:.55rem .5rem .62rem;gap:.45rem}.tmh-v2-tile-strip__nav{flex:0 0 2.15rem;width:2.15rem;height:2.15rem;font-size:.78rem}.tmh-v2-tile-strip__stage{gap:.35rem .5rem}.tmh-v2-tile-strip__link{gap:.35rem;padding:.28rem .2rem}.tmh-v2-tile-strip__logo{width:3rem;height:3rem;border-radius:11px}.tmh-v2-tile-strip__name{font-size:.72rem}.tmh-v2-tile-strip__cat{font-size:.6rem;margin-top:.12rem}.tmh-v2-tile-fold__text{font-size:.5rem;max-width:7.25rem}.tmh-v2-profile-member-layout{flex-direction:row;align-items:flex-start;justify-content:flex-end;gap:1rem}.tmh-v2-profile-member-layout>.tmh-v2-profile-highlights{flex:1 1 auto;width:auto;min-width:0}.tmh-v2-profile-member-rail{flex-shrink:0;max-width:100%;width:100%;padding-top:0;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}}@media (min-width: 900px){.tmh-v2-service-grid{max-width:960px;margin-left:auto;margin-right:auto}}@media (min-width: 1024px){.tmh-v2-tile--profile{padding-bottom:7.5rem}.tmh-v2-tile--design{min-height:328px;padding-bottom:7.5rem}.tmh-v2-tile-strip{bottom:0;min-height:7.25rem;padding:.65rem .55rem .72rem}.tmh-v2-tile-strip__nav{flex:0 0 2.35rem;width:2.35rem;height:2.35rem;font-size:.82rem}.tmh-v2-tile-strip__logo{width:3.35rem;height:3.35rem;border-radius:12px}.tmh-v2-tile-strip__name{font-size:.78rem}.tmh-v2-tile-strip__cat{font-size:.64rem}}body.tmh-v2-hide-index-header #navbar-desktop,body.tmh-v2-hide-index-header .tekmegha-home-search-strip{display:none!important}body.tmh-v2-hide-index-header footer.footer{display:none!important}body.megha-user-logged-in #navbar-desktop,body.megha-user-logged-in footer.footer{display:none!important}.view-toolbar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.view-toolbar-back{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 10px;min-width:3.25rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:11px;font-weight:600;line-height:1.15;text-align:center;cursor:pointer;transition:background .15s,border-color .15s}.view-toolbar-back:hover{background:#f3f4f6;border-color:#9ca3af}.view-toolbar-back .view-toolbar-icon{flex-shrink:0}.view-toolbar-back-text{white-space:nowrap;font-size:11px;font-weight:600;max-width:4.5rem;overflow:hidden;text-overflow:ellipsis}.view-toolbar-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:8px;flex:1 1 auto;min-width:0;justify-content:flex-start}.view-toolbar-actions>.view-toolbar-back,.view-toolbar-actions>.view-toolbar-btn{flex:0 0 auto;width:auto;max-width:none}.view-toolbar-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 8px 6px;min-width:3.25rem;max-width:5rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:11px;font-weight:600;line-height:1.15;text-align:center;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.view-toolbar-btn:hover{background:#f3f4f6;border-color:#9ca3af}.view-toolbar-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.view-toolbar-btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.view-toolbar-btn-danger{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.view-toolbar-btn-danger:hover{background:#fecaca;border-color:#fca5a5;color:#7f1d1d}.view-toolbar-icon{flex-shrink:0;vertical-align:middle;display:block}.view-toolbar-btn-text{white-space:normal;text-align:center;font-size:10px;font-weight:600;line-height:1.2;max-width:100%;word-break:break-word}@media (max-width: 640px){.view-toolbar{flex-direction:row;flex-wrap:wrap;align-items:flex-end}.view-toolbar-actions{justify-content:flex-end}.view-toolbar-back{padding:8px 6px 6px;min-width:3rem}.view-toolbar-btn{padding:6px 6px 5px;min-width:3rem;max-width:4.25rem}.view-toolbar-btn-text{font-size:9px}}.bg-gradient-to-,.tile-cta,.brand-link,.promo-link{background-image:linear-gradient(to right,var(--tm-gradient-stops));color:#000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-base);font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg-secondary);color:var(--color-text-primary);line-height:1.6}.minimalist-hero{padding:2rem 1rem;max-width:1400px;margin:0 auto}.hero-copy{text-align:center;margin-bottom:1.5rem}.hero-subtitle{font-size:var(--font-size-xl);color:var(--color-text-secondary);font-weight:500}.service-cards-container{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:600px;margin:1rem auto;padding:0 1rem}@media (min-width: 1024px){.minimalist-hero{padding:1rem}.hero-copy{margin-bottom:1rem}.service-cards-container{grid-template-columns:repeat(3,1fr);max-width:1400px;gap:1.5rem;margin:1rem auto;padding:0 2rem}.minimalist-hero .service-card{min-height:380px;max-height:420px;padding:18px;display:flex;flex-direction:column}.minimalist-hero .service-title{font-size:var(--font-size-2xl)}.minimalist-hero .service-description{font-size:var(--font-size-base);margin:8px 0 12px}.minimalist-hero .service-cta-button{font-size:var(--font-size-base)}.service-features{margin-bottom:8px}.service-cta-button{margin-top:auto}.service-feature-tag{font-size:12px;padding:6px 10px}}@media (min-width: 768px) and (max-width: 1023px){.service-cards-container{grid-template-columns:repeat(2,1fr);max-width:900px;gap:1.5rem}}.service-card{position:relative;border-radius:1.5rem;padding:20px;background:linear-gradient(135deg,#4c1d95,#2563eb);box-shadow:0 18px 45px #2563eb73;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden;display:flex;flex-direction:column;color:#fff}.service-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 24px 60px #0f172a8c}.service-label{position:absolute;top:12px;left:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.service-label-orange{background:#ff980033;color:#ff9800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-label-green{background:#4caf5033;color:#4caf50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-label-blue{background:#2196f333;color:#2196f3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card-header{display:flex;align-items:flex-start;gap:14px;margin-top:0;margin-bottom:4px}.service-header-main{display:flex;align-items:center;gap:12px;flex-shrink:0}.service-icon-circle{width:44px;height:44px;border-radius:999px;background:#0f172a38;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0f172a73;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.service-icon-circle i{font-size:1.4rem;color:#fff}.service-title{font-size:var(--font-size-2xl);font-weight:700;color:var(--color-text-primary);margin:0;line-height:1.2}.minimalist-hero .service-title{color:#fff}.service-description{font-size:var(--font-size-base);color:var(--color-text-secondary);margin:8px 0 14px;line-height:1.6}.minimalist-hero .service-description{color:#e5e7eb}.service-cta-button{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-weight:600;font-size:var(--font-size-base);text-decoration:none;margin-top:auto;position:relative;z-index:2;width:fit-content;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.service-cta-button:hover{transform:translateY(-1px);box-shadow:0 14px 40px #0f172a73}.cta-arrow{width:16px;height:16px;transition:transform .2s ease;flex-shrink:0}.service-cta-button:hover .cta-arrow{transform:translate(4px)}.service-features{display:flex;gap:6px;flex-wrap:wrap;margin:0;flex-grow:1;justify-content:flex-end}.service-feature-tag{display:flex;align-items:center;gap:4px;padding:4px 10px;background:transparent;border-radius:20px;font-size:11px;font-weight:500;color:#111827;text-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.feature-dot-orange{background:#ff9800}.feature-dot-teal{background:#4ecdc4}.feature-dot-green{background:#4caf50}.feature-dot-blue{background:#2196f3}.service-card-maya{background:linear-gradient(135deg,#4c1d95,#2563eb,#22d3ee);box-shadow:0 20px 50px #3730a3a6;position:relative}.service-card-bg-image{position:absolute;bottom:0;right:0;width:260px;height:195px;object-fit:contain;opacity:.15;z-index:1;pointer-events:none;transform:translate(5%,5%)}.service-card-maya .service-card-header,.service-card-maya .service-description,.service-card-maya .service-cta-button,.service-card-maya .service-features{position:relative;z-index:2}@media (max-width: 1023px){.service-card-bg-image{width:200px;height:150px;opacity:.12}}@media (max-width: 767px){.service-card-bg-image{width:160px;height:120px;opacity:.1}}.service-card-vruksha{background:linear-gradient(135deg,#22c55e,#0ea5e9);box-shadow:0 20px 50px #10b9818c;position:relative}.service-card-vruksha .service-card-header,.service-card-vruksha .service-description,.service-card-vruksha .service-cta-button,.service-card-vruksha .service-features{position:relative;z-index:2}.service-card-vyasa{background:linear-gradient(135deg,#f97316,#fb923c,#fed7aa);box-shadow:0 20px 50px #ea580c99;position:relative}.service-cta-maya{background:#0f172a40;color:#f9fafb;border-color:#f8fafc73;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 10px 30px #0f172a8c}.service-cta-maya:hover{background:#0f172a61}.service-cta-vruksha{background:#fff;color:#064e3b;border-color:transparent;box-shadow:0 10px 30px #16653466}.service-cta-vruksha:hover{background:#ecfdf5}.service-cta-vyasa{background:#ffffffeb;color:#7c2d12;border-color:#fb923c99;box-shadow:0 10px 30px #c2410c80}.service-cta-vyasa:hover{background:#fff7ed}.service-card-vyasa .service-card-header,.service-card-vyasa .service-description,.service-card-vyasa .service-cta-button,.service-card-vyasa .service-features{position:relative;z-index:2}@media (max-width: 767px){.service-cards-container{max-width:100%;padding:0 .75rem;gap:1.25rem}.service-card{padding:20px;border-radius:16px}.service-label{top:12px;left:12px;padding:5px 10px;font-size:11px}.service-card-header{margin-top:0;margin-bottom:4px}.service-icon-img{width:36px;height:36px}.service-title{font-size:var(--font-size-xl)}.service-description{font-size:var(--font-size-sm);margin:10px 0 16px}.service-cta-button{padding:12px 20px;font-size:var(--font-size-sm);margin-bottom:12px}.service-feature-tag{padding:6px 10px;font-size:12px}}@media (max-width: 480px){.service-cards-container{gap:1rem}.service-card{padding:16px}.service-title{font-size:var(--font-size-lg)}.service-description{font-size:var(--font-size-sm)}}.promo-hero{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.promo-top{background:var(--gradient-orange-blue);border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-xl);display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-orange);position:relative;overflow:hidden;transition:transform var(--transition-base),box-shadow var(--transition-base)}.promo-top:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.promo-top:hover{transform:translateY(-8px);box-shadow:0 25px 80px rgba(var(--orange-rgb),.4)}.promo-top-text{flex:1;z-index:1}.promo-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.promo-heading{font-size:var(--font-size-3xl);font-weight:700;color:var(--color-text-inverse);display:flex;align-items:center;gap:var(--space-md);margin:0}.promo-heading img{width:48px;height:48px;border-radius:12px;background:#fff3;padding:8px}.promo-description{font-size:var(--font-size-lg);color:#fffffff2;line-height:1.6;margin:var(--space-md) 0 var(--space-lg) 0;max-width:600px;font-weight:400}.promo-badge{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:600;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.promo-badge-orange{background:#ffffff40;color:var(--color-text-inverse)}.promo-badge-green{background:var(--orange-alpha-20);color:var(--color-primary-orange);border-color:var(--orange-alpha-50)}.promo-cta{display:inline-block;padding:var(--space-md) var(--space-xl);background:var(--color-bg-primary);color:var(--color-primary-blue);border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:all var(--transition-base);box-shadow:var(--shadow-md)}.promo-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:var(--color-bg-secondary)}.promo-top-media{z-index:1}.device-laptop{width:200px;height:150px;position:relative}.device-laptop img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.promo-bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.promo-card{background:var(--color-bg-primary);border-radius:var(--radius-lg);padding:2.5rem var(--space-xl);box-shadow:var(--shadow-lg);transition:all var(--transition-slow) cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:1px solid var(--color-border-light)}.promo-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transition:opacity .3s ease}.promo-card-left:before{background:linear-gradient(90deg,transparent,var(--color-primary-blue),transparent)}.promo-card-right:before{background:linear-gradient(90deg,transparent,var(--color-primary-orange),transparent)}.promo-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 60px #0000001f}.promo-card:hover:before{opacity:1}.promo-card-title{font-size:var(--font-size-2xl);font-weight:700;color:var(--color-text-primary);display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md)}.promo-card-title img{width:40px;height:40px;border-radius:10px}.promo-card-description{font-size:var(--font-size-base);color:var(--color-text-secondary);line-height:1.6;margin:var(--space-md) 0;font-weight:400}.promo-card-media-wrapper{position:relative;margin:1.5rem 0}.promo-card-media{margin:0;border-radius:16px;overflow:hidden;height:180px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;position:relative}.promo-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promo-card:hover .promo-card-media img{transform:scale(1.1)}.promo-link{position:absolute;bottom:1rem;left:1rem;z-index:10;padding:var(--space-md) var(--space-lg);background:var(--tm-gradient-stops);color:#fff;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:var(--font-size-sm);transition:all var(--transition-base);box-shadow:var(--shadow-orange);margin:0}.promo-link:nth-of-type(2){left:auto;right:1rem}.promo-card-left .promo-link{background:var(--gradient-blue);box-shadow:var(--shadow-blue)}.promo-card-right .promo-link{background:var(--gradient-orange);box-shadow:var(--shadow-orange)}.promo-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--blue-rgb),.4)}.promo-card-left .promo-link:hover{box-shadow:0 6px 20px rgba(var(--blue-rgb),.4)}.promo-card-right .promo-link:hover{box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}@media (max-width: 768px){.minimalist-hero{padding:1rem .75rem}.hero-copy{margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:.5rem}.promo-hero{gap:1rem;margin-top:.5rem}.promo-top{flex-direction:column;text-align:center;padding:1rem}.promo-heading{font-size:1.1rem;justify-content:center;gap:.5rem}.promo-heading img{width:32px;height:32px;padding:4px}.promo-title-row{justify-content:center;gap:.5rem;margin-bottom:.75rem}.promo-description{font-size:.85rem;line-height:1.4;margin:.5rem 0}.promo-badge{font-size:.65rem;padding:.3rem .6rem}.promo-cta{padding:.5rem 1rem;font-size:.85rem;margin-top:.5rem}.device-laptop{width:80px;height:60px;margin-top:.5rem}.promo-bottom{grid-template-columns:1fr;gap:1rem}.promo-card{padding:1rem .75rem}.promo-card-title{font-size:1rem;margin-bottom:.5rem;gap:.5rem}.promo-card-title img{width:28px;height:28px}.promo-card-description{font-size:.8rem;line-height:1.4;margin:.5rem 0}.promo-card-media-wrapper{margin:.75rem 0}.promo-card-media{height:100px}.promo-link{padding:.5rem .75rem;font-size:.75rem;bottom:.5rem;left:.5rem}.promo-link:nth-of-type(2){right:.5rem}}@media (max-width: 480px){.minimalist-hero{padding:.75rem .5rem}.hero-copy{margin-bottom:.75rem}.hero-subtitle{font-size:.85rem;margin-bottom:.25rem}.promo-hero{gap:.75rem;margin-top:.25rem}.promo-top{padding:.75rem}.promo-heading{font-size:1rem}.promo-heading img{width:28px;height:28px}.promo-title-row{gap:.4rem;margin-bottom:.5rem}.promo-description{font-size:.75rem;margin:.4rem 0}.promo-badge{font-size:.6rem;padding:.25rem .5rem}.promo-cta{padding:.4rem .8rem;font-size:.75rem}.device-laptop{width:60px;height:45px;margin-top:.25rem}.promo-card{padding:.75rem .5rem}.promo-card-title{font-size:.9rem;margin-bottom:.4rem}.promo-card-title img{width:24px;height:24px}.promo-card-description{font-size:.75rem;margin:.4rem 0}.promo-card-media{height:80px}.promo-link{padding:.4rem .6rem;font-size:.7rem;bottom:.4rem;left:.4rem}.promo-link:nth-of-type(2){right:.4rem}}.promo-card{background:linear-gradient(to bottom,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%)}.promo-card-left{border-left:4px solid var(--color-primary-blue)}.promo-card-right{border-left:4px solid var(--color-primary-orange)}html{scroll-behavior:smooth}.promo-cta:focus,.promo-link:focus{outline:3px solid var(--blue-alpha-50);outline-offset:2px}body.hide-megha-chat .megha-chat-widget,body.vyasa-store-visit .megha-chat-widget,body.megha-public-profile-active .megha-chat-widget,body.megha-hide-chat-on-profile .megha-chat-widget,body.megha-user-logged-in .megha-chat-widget{display:none!important}body.tmh-marketing-landing .megha-chat-widget{bottom:calc(1.25rem + env(safe-area-inset-bottom,0px))!important;right:calc(1.25rem + env(safe-area-inset-right,0px))!important;left:auto!important;top:auto!important}body.tmh-marketing-landing.hide-megha-chat .megha-chat-widget,body.megha-public-profile-active #navbar-desktop{display:none!important}body.megha-public-profile-active footer.footer{display:none!important}body.vyasa-vruksha-active #navbar-desktop{display:none!important}.megha-top-navbar{position:sticky;top:0;z-index:var(--z-sticky);background:var(--color-bg-primary);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border-light);padding:0;width:100%}@media (display-mode: standalone) and (max-width: 767px){.megha-top-navbar{padding-top:env(safe-area-inset-top)}}.minimalist-header{background:var(--color-bg-primary)}.mobile-menu{display:flex;align-items:center;justify-content:space-around;padding:0;max-width:1400px;margin:0 auto;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-menu::-webkit-scrollbar{display:none}.mobile-menu-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);text-decoration:none;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);min-width:60px;flex-shrink:0;position:relative}.mobile-menu-item:hover{background:var(--color-bg-secondary);color:var(--color-text-primary);transform:translateY(-2px)}.mobile-menu-item.is-active{background:var(--gradient-orange-blue);color:var(--color-text-inverse);box-shadow:var(--shadow-orange)}.mobile-menu-item.is-active:hover{background:var(--gradient-orange-blue);transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--orange-rgb),.4)}.mobile-menu-icon{font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.mobile-menu-icon img{width:22px;height:22px;object-fit:contain}.mobile-menu-item .profile-nav-icon .avatar-icon{color:var(--color-text-primary, #374151)}.mobile-menu-item.is-active .profile-nav-icon .avatar-icon{color:#fff}.mobile-menu-item img{width:22px;height:22px;object-fit:contain;border-radius:8px;background:#ffffff1a;padding:4px}.mobile-menu-item.is-active img{background:#fff3;filter:brightness(1.1)}.mobile-menu-label{font-size:.75rem;font-weight:500;text-align:center;white-space:nowrap;line-height:1.2}@media (min-width: 768px){.megha-top-navbar{padding:0}.mobile-menu{padding:0;justify-content:center;gap:1rem}.mobile-menu-item{flex-direction:row;gap:.5rem;min-width:auto;padding:.5rem 1rem}.mobile-menu-icon{font-size:1.25rem}.mobile-menu-item img,.mobile-menu-icon img{width:24px;height:24px}.mobile-menu-label{font-size:.875rem}}.mobile-menu-item.is-active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#fff;border-radius:50%;box-shadow:0 0 8px #fffc}.logged-in-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1400px;margin:0 auto;gap:1rem}.header-left{display:flex;align-items:center;flex-shrink:0}.header-logo{display:flex;align-items:center}.logo-img{width:40px;height:40px;object-fit:contain;border-radius:8px}.header-center{flex:1;text-align:center}.welcome-text{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0;line-height:1.2}.header-right{display:flex;align-items:center;flex-shrink:0}.profile-avatar-link{text-decoration:none;display:flex;align-items:center;transition:transform .2s ease}.profile-avatar-link:hover{transform:scale(1.05)}.profile-avatar{width:40px;height:40px;border-radius:50%;background:var(--gradient-orange-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;border:2px solid var(--color-bg-primary);overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-icon{font-size:1.25rem;color:#fff}.avatar-initial{font-size:1.125rem;font-weight:700;color:var(--color-text-inverse);text-transform:uppercase}@media (max-width: 767px){.logged-in-header{padding:.75rem 1rem}.logo-img{width:32px;height:32px}.welcome-text{font-size:1rem}.profile-avatar{width:36px;height:36px}.avatar-initial{font-size:1rem}}@media (max-width: 480px){.logged-in-header{padding:.5rem .75rem}.welcome-text{font-size:.9rem}.logo-img{width:28px;height:28px}.profile-avatar{width:32px;height:32px}.avatar-initial{font-size:.9rem}}.digital-transformation-section{background:linear-gradient(to bottom,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%);padding:4rem var(--space-md);min-height:100vh}.container{max-width:1400px;margin:0 auto}.mx-auto{margin-left:auto;margin-right:auto}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.text-center{text-align:center}.mb-12{margin-bottom:3rem}.section-title{font-size:var(--landing-section-title-size);font-weight:700;color:var(--color-text-primary);margin-bottom:var(--space-md);background:var(--gradient-orange-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}@media (min-width: 1024px){.brands-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;margin-top:1.5rem}}.brand-card{background:var(--color-bg-primary);border-radius:16px;padding:20px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid var(--color-border-light);text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;overflow:hidden;height:100%}.brand-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:var(--color-primary-orange)}.brand-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.brand-icon{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:8px;flex-shrink:0}.brand-icon img{width:100%;height:100%;object-fit:cover;border-radius:12px}.brand-icon svg{width:32px;height:32px;color:var(--color-primary-blue)}.brand-category{padding:6px 12px;border-radius:16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.brand-category.portfolio{background:var(--blue-alpha-10);color:var(--color-primary-blue)}.brand-category.academy{background:#28a7451a;color:var(--color-success)}.brand-category.business{background:var(--orange-alpha-10);color:var(--color-primary-orange)}.brand-category.learning{background:var(--blue-alpha-10);color:var(--color-info)}.brand-card-content{margin-bottom:12px;flex-grow:1}.brand-name{font-size:20px;font-weight:700;color:var(--color-text-primary);margin-bottom:8px;line-height:1.3}.brand-description{font-size:14px;color:var(--color-text-secondary);line-height:1.5;margin-bottom:12px}.brand-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.brand-tag{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;background:var(--color-bg-secondary);color:var(--color-text-secondary);border:1px solid var(--color-border-light)}.brand-card-footer{margin-top:auto;padding-top:12px;border-top:1px solid rgba(0,0,0,.05)}.brand-link{display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;color:var(--color-text-primary);border-radius:0;text-decoration:none;font-weight:600;font-size:14px;transition:all .2s ease}.brand-link:hover{color:var(--color-primary-orange);text-decoration:underline}.brand-link img{width:16px;height:16px;transition:transform .2s ease}.brand-link:hover img{transform:translate(4px)}.service-panel-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.2rem;border-radius:999px;font-weight:700;font-size:var(--font-size-base);text-decoration:none;transition:all .2s ease;width:fit-content;box-shadow:0 4px 16px #0f172a1a}.service-panel-cta .fa-arrow-right{font-size:var(--font-size-sm)}.service-panel-cta.maya{background:linear-gradient(135deg,#4c1d95,#2563eb);color:#fff}.service-panel-cta.maya:hover{opacity:.9;transform:translateY(-1px)}.service-panel-cta.vruksha{background:linear-gradient(135deg,#22c55e,#0ea5e9);color:#fff}.service-panel-cta.vruksha:hover{opacity:.9;transform:translateY(-1px)}.service-panel-cta.vyasa{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.service-panel-cta.vyasa:hover{opacity:.9;transform:translateY(-1px)}.service-detail-section{padding:3rem 0}.service-detail-header{max-width:900px;margin:0 auto 2rem;text-align:center}.service-detail-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem}.service-detail-icon.maya{background:linear-gradient(135deg,#4c1d95,#2563eb);color:#fff}.service-detail-icon.vruksha{background:linear-gradient(135deg,#22c55e,#0ea5e9);color:#fff}.service-detail-icon.vyasa{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.service-detail-title{font-size:var(--landing-section-title-size);font-weight:700;color:var(--color-text-primary);margin:0 0 .75rem}.service-detail-desc{font-size:var(--landing-text-body);color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem}.service-detail-features{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.service-detail-features span{padding:.4rem .9rem;border-radius:9999px;font-size:var(--landing-text-secondary);font-weight:500}.service-detail-features.maya span{background:#6366f126;color:#4f46e5}.service-detail-features.vruksha span{background:#22c55e26;color:#16a34a}.service-detail-features.vyasa span{background:#f9731626;color:#ea580c}.service-detail-features-list{list-style:disc;padding-left:1.5rem;margin-bottom:1.5rem;display:block}.service-detail-features-list li{padding:.25rem 0;font-size:var(--font-size-base);font-weight:500}.service-detail-features-list.maya li{color:#4f46e5}.service-detail-features-list.vyasa li{color:#ea580c}.service-detail-features-list.vruksha li{color:#16a34a}.save-trees-section .service-detail-features-list.vruksha li,.save-trees-section .service-detail-title{color:#fff}.save-trees-section .service-detail-desc{color:#fffffff2}.save-trees-section .service-detail-features.vruksha span{background:#fff3;color:#fff}.business-categories-section{background:var(--color-bg-secondary);padding:3rem 0}.business-categories-section .container{max-width:1280px}.business-categories-section .section-title{font-size:var(--landing-section-title-size);font-weight:700;color:var(--color-text-primary)}.category-block{margin-bottom:.5rem}.category-block:last-child{margin-bottom:0}.category-heading{font-size:var(--font-size-lg);font-weight:600;color:var(--color-text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.category-heading i{color:var(--color-primary-orange)}.category-view-all{font-size:var(--font-size-sm);font-weight:500;color:var(--color-primary-orange);text-decoration:none;margin-left:.5rem}.category-view-all:hover{text-decoration:underline}.section-title-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem}.section-title-wrap .category-view-all{margin-left:0}.store-tiles-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){.store-tiles-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){.store-tiles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1280px){.store-tiles-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.store-tile{background:var(--color-bg-primary);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid var(--color-border-light);text-decoration:none;color:inherit;display:flex;flex-direction:column}.store-tile:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:var(--color-primary-orange)}.store-tile-image{aspect-ratio:4 / 3;max-height:180px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);display:flex;align-items:center;justify-content:center;overflow:hidden}.store-tile-image img{width:100%;height:100%;object-fit:contain;padding:.75rem}@media (max-width: 768px){.store-tile{flex-direction:row;align-items:center;min-height:66px;padding:.35rem 0}.store-tile-image{flex:0 0 50px;width:50px;height:50px;min-height:50px;margin-left:.5rem;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.08)}.store-tile-image img{padding:.2rem;object-fit:contain;max-height:42px;width:100%;height:100%;margin:0}.tekmegha-slide-image-wrap .store-tile-image{aspect-ratio:unset;height:100%;min-height:0}.tekmegha-slide-image-wrap .store-tile-image img{padding:0;max-height:none;width:100%;height:100%;margin:0;object-fit:cover}.store-tile-info{flex:1;padding:.25rem .5rem .3rem .45rem;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"label" "name" "desc desc";column-gap:0;row-gap:.08rem;align-items:start;text-align:left}.store-tile-name{font-size:.78rem;grid-area:name;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-tile-desc{font-size:.68rem;grid-area:desc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-tile-label{font-size:.6rem;grid-area:label;margin-top:0;max-width:96px;overflow:hidden;text-overflow:ellipsis;justify-self:start}}.store-tile-info{padding:.5rem .75rem .65rem;display:flex;flex-direction:column;align-items:stretch;gap:.25rem;min-width:0;text-align:left}.store-tile-name{font-size:var(--landing-text-body);font-weight:600;color:var(--color-text-primary);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0;order:0}.store-tile-desc{font-size:var(--landing-text-secondary);color:var(--color-text-secondary);line-height:1.2;order:1}.store-tile-label{font-size:var(--landing-text-caption);font-weight:600;color:#b45309;margin-top:0;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;background:#fbbf242e;border:1px solid rgba(245,158,11,.35);border-radius:999px;padding:.12rem .35rem;line-height:1.1;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;order:2}.store-tile-labels{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;align-self:flex-start;order:2}.store-tile-labels .store-tile-label{order:unset}.business-categories-section .store-tile--profile-compact{align-items:center;justify-content:flex-start;min-height:128px;padding:.7rem .5rem;border-radius:8px;gap:.4rem}.business-categories-section .store-tile--profile-compact:hover{transform:translateY(-2px)}.business-categories-section .store-tile--profile-compact .store-tile-image{width:58px;height:58px;min-height:58px;aspect-ratio:1;max-height:none;margin:0;border-radius:50%;border:1px solid rgba(15,23,42,.1);background:#fff;box-shadow:0 1px 4px #0f172a14}.business-categories-section .store-tile--profile-compact .store-tile-image img{width:100%;height:100%;padding:0;object-fit:cover}.business-categories-section .store-tile--profile-compact .store-tile-info{align-items:center;justify-content:flex-start;padding:0;gap:.22rem;width:100%;text-align:center}.business-categories-section .store-tile--profile-compact .store-tile-name{font-size:.78rem;font-weight:700;line-height:1.18;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.business-categories-section .store-tile--profile-compact .store-tile-label{align-self:center;max-width:100%;font-size:.58rem;line-height:1;padding:.14rem .35rem;color:#0f766e;background:#14b8a61f;border-color:#0d948842}@media (max-width: 768px){.business-categories-section .store-tile--profile-compact{flex-direction:column;min-height:112px;padding:.6rem .35rem}.business-categories-section .store-tile--profile-compact .store-tile-image{flex-basis:auto;width:50px;height:50px;min-height:50px}.business-categories-section .store-tile--profile-compact .store-tile-info{display:flex;text-align:center}.business-categories-section .store-tile--profile-compact .store-tile-name{font-size:.68rem;white-space:normal}.business-categories-section .store-tile--profile-compact .store-tile-label{font-size:.54rem;max-width:88px}}.store-tiles-empty{min-height:80px;align-items:center;justify-content:center}.store-tile-coming-soon{font-size:.9rem;color:var(--color-text-secondary);font-style:italic}.tekmegha-services-block .tekmegha-services-tagline{margin:-.25rem 0 1rem;font-size:var(--font-size-base);color:var(--color-text-secondary)}.tekmegha-home-search-strip{width:100%;box-sizing:border-box;padding:.65rem 1rem .75rem;background:linear-gradient(180deg,#fafbfc,#f8fafc);border-bottom:1px solid var(--color-border-light, #e2e8f0);position:relative;z-index:100}@media (min-width: 768px){.tekmegha-home-search-strip{padding:.75rem 1.5rem .85rem}}.tekmegha-home-search-strip .tekmegha-store-search-wrap{margin-bottom:0;max-width:560px}.tekmegha-store-search-wrap{width:100%;max-width:520px;margin:0 auto 1rem}.tekmegha-store-search{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:.5rem;width:100%;max-width:none;margin:0 0 .5rem}.tekmegha-store-search--input-only{display:block}.tekmegha-store-search--input-only .tekmegha-store-search-input{flex:none;width:100%}.tekmegha-store-search-results{width:100%;min-height:0;padding:.65rem .75rem;border-radius:10px;border:1px solid var(--color-border, #e2e8f0);background:#fff;box-shadow:0 4px 18px #0f172a0f;font-size:var(--font-size-sm, .875rem);text-align:left}.tekmegha-store-search-results[hidden]{display:none!important}.tekmegha-store-search-results--loading{color:var(--color-text-secondary, #64748b)}.tekmegha-store-search-results--error{color:#b91c1c}.tekmegha-store-search-results__title{margin:0 0 .4rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary, #64748b)}.tekmegha-store-search-results__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.tekmegha-store-search-results__item a{display:block;padding:.45rem .5rem;border-radius:8px;text-decoration:none;color:#0f172a;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.tekmegha-store-search-results__item a:hover{background:#f8fafc;border-color:#e2e8f0}.tekmegha-store-search-results__name{font-weight:600;font-size:.9rem;line-height:1.3}.tekmegha-store-search-results__meta{font-size:.75rem;color:#64748b;margin-top:.15rem;line-height:1.35}.tekmegha-store-search-results__empty{margin:0;color:#64748b;font-size:.85rem;line-height:1.45}.tekmegha-store-search-results__fallback{margin-top:.65rem;padding-top:.65rem;border-top:1px solid #e2e8f0}.tekmegha-store-search-results__fallback-btn{font:inherit;font-weight:600;font-size:.8rem;padding:.35rem .65rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}.tekmegha-store-search-results__fallback-btn:hover{background:#f1f5f9}.tekmegha-store-search-input{flex:1 1 160px;min-width:0;padding:.45rem .65rem;font-size:var(--font-size-base);border:1px solid var(--color-border, #cbd5e1);border-radius:8px;background:#fff;color:var(--color-text-primary, #1e293b)}.tekmegha-store-search-input::placeholder{color:var(--color-text-secondary, #64748b)}.tekmegha-store-search-input:focus{outline:none;border-color:var(--color-primary-orange, #f97316);box-shadow:0 0 0 2px #f9731633}.tekmegha-store-search-btn{flex:0 0 auto;padding:.45rem 1rem;font-size:var(--font-size-base);font-weight:600;border:none;border-radius:8px;cursor:pointer;background:var(--color-primary-orange, #f97316);color:#fff;transition:background .2s}.tekmegha-store-search-btn:hover{background:#ea580c}.tekmegha-slider-wrap{position:relative;width:100%;overflow:visible}.tekmegha-slider-track{width:100%;min-width:0;display:flex;gap:1rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.25rem 0;align-items:flex-start}.tekmegha-slider-track::-webkit-scrollbar{height:6px}.tekmegha-slider-track::-webkit-scrollbar-thumb{background:var(--color-border, #cbd5e1);border-radius:3px}.tekmegha-slide{flex:0 0 auto;width:min(280px,calc(100vw - 2rem));min-height:0;height:auto;scroll-snap-align:start;border-radius:12px;overflow:hidden;border:1px solid var(--color-border, #e2e8f0);box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;position:relative;transition:box-shadow .2s,border-color .2s}.tekmegha-slide:hover{box-shadow:0 8px 24px #0000001a;border-color:var(--color-primary-orange, #f97316)}.tekmegha-slide:before{content:"";position:absolute;inset:0;background:#ffffffe0;z-index:1;pointer-events:none}.tekmegha-slide-image-wrap{position:absolute;inset:0;width:100%;height:100%;z-index:0}.tekmegha-slide-image-wrap .store-tile-image{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.tekmegha-slide-image-wrap .store-tile-image img{position:absolute;top:0;left:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}@media (min-width: 769px){.tekmegha-slide-image-wrap .store-tile-image img{object-fit:contain;object-position:center}.tekmegha-slide-image-wrap .store-tile-image{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}}.tekmegha-slide .store-tile-info,.tekmegha-slide .tekmegha-tile-actions{position:relative;z-index:2}.tekmegha-slide .store-tile-info{display:flex;flex-direction:column;gap:.15rem;flex:0 1 auto;min-height:0;padding:.45rem .65rem .32rem}.tekmegha-slide .store-tile-desc{font-size:var(--landing-text-secondary);color:var(--color-text-secondary);line-height:1.3}.tekmegha-tile-points{list-style:disc;padding-left:1rem;margin:0;font-size:var(--landing-text-secondary);color:var(--color-text-secondary);line-height:1.35}.tekmegha-tile-points li{padding:.04rem 0}.tekmegha-slide .tekmegha-tile-actions{display:flex;flex-wrap:wrap;gap:.35rem;padding:.4rem .65rem;border-top:1px solid rgba(0,0,0,.06);background:#ffffffbf}.tekmegha-actions-row{display:flex;flex-wrap:nowrap;gap:.5rem}.tekmegha-btn{display:inline-flex;align-items:center;justify-content:center;padding:.32rem .65rem;font-size:var(--landing-text-secondary);font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s,color .2s,border-color .2s;white-space:nowrap}.tekmegha-btn-learn{background:var(--color-primary-orange, #f97316);color:#fff;border:1px solid var(--color-primary-orange, #f97316)}.tekmegha-btn-learn:hover{background:#ea580c;color:#fff;border-color:#ea580c}.tekmegha-btn-login{background:transparent;color:var(--color-text-primary, #1e293b);border:1px solid var(--color-border, #cbd5e1)}.tekmegha-btn-login:hover{background:#f1f5f9;border-color:var(--color-primary-orange, #f97316);color:var(--color-primary-orange, #f97316)}.tekmegha-btn-register{background:#0d9488;color:#fff;border:1px solid #0d9488}.tekmegha-btn-register:hover{background:#0f766e;color:#fff;border-color:#0f766e}.tekmegha-slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.tekmegha-slider-dots .dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-border, #cbd5e1);cursor:pointer;padding:0;transition:background .2s,transform .2s}.tekmegha-slider-dots .dot:hover{background:var(--color-primary-orange, #f97316)}.tekmegha-slider-dots .dot.active{background:var(--color-primary-orange, #f97316);transform:scale(1.2)}@media (max-width: 768px){.tekmegha-slider-wrap,.tekmegha-slider-track{width:100%}.tekmegha-slide{width:min(280px,92vw);min-height:0;height:auto}.tekmegha-tile-actions .tekmegha-btn{padding:.45rem .65rem;font-size:var(--landing-text-secondary)}}@media (min-width: 769px){.tekmegha-services-block .tekmegha-slider-wrap{overflow:visible}.tekmegha-services-block .tekmegha-slider-track{overflow-x:visible;flex-wrap:nowrap;justify-content:center;scroll-snap-type:none;padding:.5rem 0}.tekmegha-slide{flex:0 0 calc((100% - 2rem) / 3);width:calc((100% - 2rem) / 3);max-width:340px;min-height:0;height:auto}.tekmegha-slider-dots{display:none}}.save-trees-section{background:var(--gradient-blue);padding:4rem var(--space-md);color:var(--color-text-inverse);position:relative;overflow:hidden}.save-trees-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;z-index:0;pointer-events:none;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 4s infinite}.save-trees-content{max-width:1400px;margin:0 auto;position:relative;z-index:1}.save-trees-text{text-align:center;margin-bottom:3rem}.save-trees-text h3{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.save-trees-text p{font-size:1.25rem;margin-bottom:2rem;color:#fffffff2;line-height:1.6}.service-detail-ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.save-trees-section .service-panel-cta.save-trees-login-cta{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.8)}.save-trees-section .service-panel-cta.save-trees-login-cta:hover{background:#ffffff4d;border-color:#fff;opacity:1;transform:translateY(-1px)}.digital-brands{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.digital-brands .brand-tag{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.vruksha-brands{margin-top:3rem;padding:1.5rem 2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.vruksha-clients-heading{font-size:1.1rem;font-weight:600;color:#fffffff2;margin:0 0 1rem}.vruksha-tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.vruksha-tile{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.6rem 1rem;background:#fffffff2;border-radius:12px;text-decoration:none;color:#1a1a1a;transition:all .2s ease;min-width:90px}.vruksha-tile:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.vruksha-tile-icon{width:36px;height:36px;object-fit:contain}.vruksha-tile-icon-svg{display:flex;align-items:center;justify-content:center;color:#16a34a}.vruksha-tile-name{font-size:var(--font-size-sm);font-weight:600;text-align:center;line-height:1.2}.vruksha-learn-more{display:inline-block;margin-top:1rem;font-size:var(--font-size-base);font-weight:600;color:#fff;text-decoration:none;padding:.4rem 1rem;border:1px solid rgba(255,255,255,.6);border-radius:8px;transition:all .2s ease}.vruksha-learn-more:hover{background:#fff3;border-color:#fff}@media (max-width: 768px){.section-title{font-size:2rem}.brands-grid{grid-template-columns:1fr;gap:1.25rem}.brand-card{padding:16px}.brand-card-header{margin-bottom:10px}.brand-icon{width:48px;height:48px}.brand-name{font-size:18px}.brand-description{font-size:13px;margin-bottom:10px}.brand-card-content{margin-bottom:10px}.brand-card-footer{padding-top:10px}.brand-link{font-size:13px}.save-trees-text h3{font-size:2rem}.save-trees-text p{font-size:1.1rem}.vruksha-brands{padding:1rem 1.25rem}.vruksha-clients-heading{font-size:var(--font-size-base)}.vruksha-tile{min-width:80px;padding:.5rem .75rem}.vruksha-tile-icon{width:28px;height:28px}.service-detail-icon{width:48px;height:48px;font-size:1.35rem}.service-detail-title{font-size:var(--landing-section-title-size-mobile)}.service-detail-desc{font-size:var(--font-size-base)}.business-categories-section{padding:2rem 0}.business-categories-section .container.px-6{padding-left:1rem;padding-right:1rem}}.portfolio-section{background:linear-gradient(to bottom,var(--color-bg-secondary) 0%,var(--color-bg-primary) 100%);padding:4rem var(--space-md);min-height:100vh}.portfolio-heading{font-size:var(--landing-section-title-size);font-weight:700;color:var(--color-text-primary);margin-bottom:var(--space-md);background:var(--gradient-orange-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portfolio-subtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.mb-16{margin-bottom:4rem}.text-2xl{font-size:1.5rem}.font-semibold{font-weight:600}.text-gray-700{color:#374151}.mb-8{margin-bottom:2rem}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0;margin-top:1.5rem}.portfolio-card{position:relative;display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:16px;padding:20px;transition:all .3s ease;box-shadow:0 2px 8px #00000014;height:100%;background:#fff}.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.portfolio-card-green{background:linear-gradient(135deg,#f0fff099,#ffffffe6);border:1px solid rgba(34,139,34,.15)}.portfolio-card-blue{background:linear-gradient(135deg,#f0f8ff99,#ffffffe6);border:1px solid rgba(135,206,235,.15)}.portfolio-card-orange{background:linear-gradient(135deg,#fff8f099,#ffffffe6);border:1px solid rgba(255,165,0,.15)}.portfolio-card-pink{background:linear-gradient(135deg,#fff0f599,#ffffffe6);border:1px solid rgba(219,112,147,.15)}.portfolio-card-purple{background:linear-gradient(135deg,#f5f5ff99,#ffffffe6);border:1px solid rgba(72,61,139,.15)}.portfolio-card-cyan{background:linear-gradient(135deg,#e0ffff99,#ffffffe6);border:1px solid rgba(0,191,255,.15)}.portfolio-card-amber{background:linear-gradient(135deg,#fff8dc99,#ffffffe6);border:1px solid rgba(255,193,7,.15)}.portfolio-card-teal{background:linear-gradient(135deg,#e0fff099,#ffffffe6);border:1px solid rgba(0,128,128,.15)}.portfolio-card-lime{background:linear-gradient(135deg,#f0fff099,#ffffffe6);border:1px solid rgba(50,205,50,.15)}.portfolio-card-indigo{background:linear-gradient(135deg,#e6e6fa99,#ffffffe6);border:1px solid rgba(75,0,130,.15)}.portfolio-card-header{display:flex;justify-content:center;align-items:center;margin-bottom:16px;min-height:80px}.portfolio-logo{width:80px;height:80px;object-fit:contain;transition:transform .3s ease}.portfolio-card:hover .portfolio-logo{transform:scale(1.05)}.portfolio-card-content{flex:1;text-align:center;margin-bottom:12px}.portfolio-title{font-size:18px;font-weight:700;color:var(--color-text-primary);margin:0 0 6px;line-height:1.3}.portfolio-category{font-size:13px;color:var(--color-text-secondary);margin:0;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.portfolio-card-footer{display:flex;align-items:center;justify-content:center;gap:6px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06);margin-top:auto}.portfolio-link{font-size:14px;font-weight:500;color:var(--color-text-primary);text-decoration:none;transition:color .3s ease}.portfolio-card:hover .portfolio-link{text-decoration:underline}.portfolio-arrow{width:16px;height:16px;transition:transform .3s ease}.portfolio-card:hover .portfolio-arrow{transform:translate(4px)}@media (max-width: 768px){.portfolio-heading{font-size:var(--landing-section-title-size-mobile)}.portfolio-subtitle{font-size:var(--font-size-base)}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.portfolio-card{padding:16px}.portfolio-card-header{margin-bottom:12px;min-height:64px}.portfolio-logo{width:64px;height:64px}.portfolio-title{font-size:16px}.portfolio-category{font-size:12px}.portfolio-link{font-size:13px}}@media (max-width: 480px){.portfolio-grid{grid-template-columns:1fr;gap:1.25rem}.portfolio-card-header{min-height:56px}.portfolio-logo{width:56px;height:56px}.portfolio-title{font-size:15px}}.services-strip{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 0;overflow:hidden;position:relative;width:100%}.services-strip:before,.services-strip:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.services-strip:before{left:0;background:linear-gradient(to right,#667eea,#667eea00)}.services-strip:after{right:0;background:linear-gradient(to left,#667eea,#667eea00)}.services-strip-wrapper{overflow:hidden;width:100%}.services-strip-content{display:flex;align-items:center;gap:2rem;animation:scroll-horizontal 30s linear infinite;will-change:transform;width:fit-content}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.service-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;transition:all var(--transition-base);border:1px solid rgba(255,255,255,.2);color:var(--color-text-inverse);font-weight:500;font-size:var(--font-size-base)}.service-item:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:var(--shadow-md)}.service-item svg{flex-shrink:0;color:var(--color-text-inverse);width:20px;height:20px}.service-item span{color:var(--color-text-inverse);font-weight:500}.services-strip:hover .services-strip-content{animation-play-state:paused}@media (max-width: 768px){.services-strip{padding:1.5rem 0}.services-strip-content{gap:1.5rem;animation-duration:25s}.service-item{padding:.625rem 1.25rem;font-size:.875rem}.service-item svg{width:18px;height:18px}}@media (max-width: 480px){.services-strip-content{gap:1rem;animation-duration:20s}.service-item{padding:.5rem 1rem;font-size:.8rem}.service-item svg{width:16px;height:16px}}.services-section{background:linear-gradient(to bottom,var(--color-bg-primary) 0%,var(--color-bg-secondary) 100%);padding:4rem var(--space-md);min-height:100vh}.services-heading{font-size:var(--landing-section-title-size);font-weight:700;color:var(--color-text-primary);text-align:center;margin-bottom:var(--space-2xl);background:var(--gradient-orange-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.service-card{background:var(--color-bg-primary);border-radius:var(--radius-lg);padding:2.5rem var(--space-xl);box-shadow:var(--shadow-md);transition:all var(--transition-base) cubic-bezier(.175,.885,.32,1.275);border:1px solid var(--color-border-light);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.service-card:hover:before{opacity:1}.service-card-blue{border-left:4px solid var(--color-primary-blue)}.service-card-blue:before{background:linear-gradient(90deg,transparent,var(--color-primary-blue),transparent)}.service-card-green{border-left:4px solid var(--color-success)}.service-card-green:before{background:linear-gradient(90deg,transparent,var(--color-success),transparent)}.service-card-purple{border-left:4px solid var(--color-info)}.service-card-purple:before{background:linear-gradient(90deg,transparent,var(--color-info),transparent)}.service-card-orange{border-left:4px solid var(--color-primary-orange)}.service-card-orange:before{background:linear-gradient(90deg,transparent,var(--color-primary-orange),transparent)}.service-card-teal{border-left:4px solid var(--color-blue-medium)}.service-card-teal:before{background:linear-gradient(90deg,transparent,var(--color-blue-medium),transparent)}.service-card-pink{border-left:4px solid var(--color-orange-light)}.service-card-pink:before{background:linear-gradient(90deg,transparent,var(--color-orange-light),transparent)}.service-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-icon-blue{background:linear-gradient(135deg,var(--blue-alpha-10) 0%,var(--blue-alpha-20) 100%);color:var(--color-primary-blue)}.service-icon-green{background:linear-gradient(135deg,#28a7451a,#28a74533);color:var(--color-success)}.service-icon-purple{background:linear-gradient(135deg,var(--blue-alpha-10) 0%,var(--blue-alpha-20) 100%);color:var(--color-info)}.service-icon-orange{background:linear-gradient(135deg,var(--orange-alpha-10) 0%,var(--orange-alpha-20) 100%);color:var(--color-primary-orange)}.service-icon-teal{background:linear-gradient(135deg,var(--blue-alpha-10) 0%,var(--blue-alpha-20) 100%);color:var(--color-blue-medium)}.service-icon-pink{background:linear-gradient(135deg,var(--orange-alpha-10) 0%,var(--orange-alpha-20) 100%);color:var(--color-orange-light)}.service-icon-svg{width:32px;height:32px}.services-section .service-title{margin-bottom:var(--space-md)}.services-section .service-description{display:none}.services-section .service-price{margin-top:.75rem;padding-top:1rem}.service-price{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05)}.services-section .service-price-amount{font-size:var(--font-size-2xl);font-weight:700;color:var(--color-text-primary);margin:0}.services-section .service-price-unit{font-size:var(--font-size-base);font-weight:500;color:var(--color-text-secondary)}.services-section.landing-page-section{padding:2.25rem var(--space-md);min-height:0}.services-section.landing-page-section .services-heading{margin-bottom:var(--space-lg);font-size:clamp(1.35rem,3.2vw,1.85rem)}.services-section.landing-page-section .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem 1.1rem;max-width:1100px}.services-section.landing-page-section .service-card{padding:1.1rem 1rem;border-radius:var(--radius-md)}.services-section.landing-page-section .service-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0000001f}.services-section.landing-page-section .service-icon{width:44px;height:44px;border-radius:12px;margin-bottom:.6rem}.services-section.landing-page-section .service-icon-svg{width:22px;height:22px}.services-section.landing-page-section .service-title{font-size:clamp(.88rem,2.3vw,1.05rem);font-weight:700;margin-bottom:.3rem;line-height:1.28}.services-section.landing-page-section .service-price{margin-top:.45rem;padding-top:.6rem}.services-section.landing-page-section .service-price-amount{font-size:clamp(1rem,2.6vw,1.2rem)}.services-section.landing-page-section .service-price-unit{font-size:.78rem}@media (min-width: 900px){.services-section.landing-page-section .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.services-section.landing-page-section{padding:1.75rem var(--space-sm, .75rem)}.services-section.landing-page-section .services-heading{margin-bottom:var(--space-md)}.services-section.landing-page-section .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.services-section.landing-page-section .service-card{padding:.95rem .8rem .85rem}.services-section.landing-page-section .service-icon{width:40px;height:40px;margin-bottom:.45rem}.services-section.landing-page-section .service-icon-svg{width:20px;height:20px}}@media (max-width: 360px){.services-section.landing-page-section .services-grid{grid-template-columns:1fr}}.contact-section{background:var(--gradient-orange-blue);padding:4rem var(--space-md);color:var(--color-text-inverse);position:relative;overflow:hidden}.contact-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:shimmer 4s infinite}.contact-heading{font-size:var(--landing-section-title-size);font-weight:700;text-align:center;margin-bottom:var(--space-md);color:var(--color-text-inverse);position:relative;z-index:1}.contact-subtitle{font-size:var(--font-size-lg);text-align:center;margin-bottom:var(--space-2xl);color:#fffffff2;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.contact-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.contact-item:hover{background:#ffffff26;transform:translateY(-4px)}.contact-icon{width:64px;height:64px;margin:0 auto 1rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.contact-details h3{font-size:var(--font-size-xl);font-weight:600;margin-bottom:.5rem;color:#fff}.contact-details a,.contact-details address{font-size:var(--landing-text-body);color:#ffffffe6;text-decoration:none;font-style:normal;line-height:1.6;transition:color .3s ease}.contact-details a:hover{color:#fff;text-decoration:underline}.contact-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.contact-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:var(--landing-text-body)}.contact-btn-primary{background:var(--color-bg-primary);color:var(--color-primary-blue);box-shadow:var(--shadow-md)}.contact-btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);background:var(--color-bg-secondary)}.contact-btn-secondary{background:#fff3;color:var(--color-text-inverse);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.footer{background:var(--color-bg-dark);color:var(--color-text-inverse);padding:var(--space-2xl) var(--space-md) var(--space-xl);position:relative}.footer-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer-copyright{font-size:var(--font-size-sm);color:#ffffffb3}.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.footer-link{color:#fffc;text-decoration:none;font-size:var(--font-size-sm);transition:color .3s ease}.footer-link:hover{color:#fff;text-decoration:underline}.footer-separator{color:#fff6}.footer-social{display:flex;gap:1rem;align-items:center;justify-content:center}.social-link{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#fff3;transform:translateY(-2px)}.social-icon{width:20px;height:20px}.social-facebook:hover{background:#1877f2}.social-instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.footer-install-section{background:#0000004d;padding:2rem 1rem;margin-top:2rem;text-align:center}.footer-install-content{max-width:600px;margin:0 auto}.footer-install-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.footer-install-desc{font-size:.95rem;color:#fffc;margin-bottom:1.5rem;line-height:1.6}.footer-install-btn{display:inline-flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:var(--gradient-orange-blue);color:var(--color-text-inverse);border:none;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-base);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-orange)}.footer-install-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}@media (max-width: 768px){.services-heading{font-size:var(--landing-section-title-size-mobile)}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem 1.5rem}.contact-heading{font-size:var(--landing-section-title-size-mobile)}.contact-subtitle{font-size:var(--font-size-base)}.our-team-heading{font-size:var(--landing-section-title-size-mobile)}.contact-info{grid-template-columns:1fr;gap:1.5rem}.contact-actions{flex-direction:column;width:100%}.contact-btn{width:100%;justify-content:center}.footer-content{gap:1.5rem}.footer-links{flex-direction:column;gap:.5rem}.footer-separator{display:none}}.pwa-install-banner{position:fixed;bottom:-150px;left:0;right:0;z-index:var(--z-modal);background:var(--color-bg-primary);box-shadow:0 -4px 20px #00000026;border-top:2px solid var(--color-border);padding:var(--space-lg);display:flex;align-items:center;gap:var(--space-lg);transition:bottom var(--transition-slow) ease-in-out;max-width:100%;margin:0 auto}.pwa-install-banner.show{bottom:0}.pwa-install-icon{font-size:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--gradient-orange);border-radius:var(--radius-lg);box-shadow:var(--shadow-orange)}.pwa-install-content{flex:1;min-width:0}.pwa-install-title{font-size:var(--font-size-lg);font-weight:700;color:var(--color-text-primary);margin-bottom:var(--space-xs);font-family:var(--font-family-heading)}.pwa-install-desc{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.5}.pwa-install-actions{display:flex;gap:var(--space-md);flex-shrink:0}.pwa-install-btn{padding:var(--space-md) var(--space-lg);background:var(--gradient-orange-blue);color:var(--color-text-inverse);border:none;border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-orange);white-space:nowrap;font-family:var(--font-family-base)}.pwa-install-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}.pwa-install-btn:active{transform:translateY(0)}.pwa-install-cancel{padding:var(--space-md) var(--space-lg);background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);font-weight:500;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;font-family:var(--font-family-base)}.pwa-install-cancel:hover{background:var(--color-bg-secondary);color:var(--color-text-primary);border-color:var(--color-border-orange)}.pwa-install-cancel:active{transform:scale(.98)}@media (max-width: 768px){.pwa-install-banner{flex-direction:column;align-items:stretch;padding:var(--space-md);gap:var(--space-md)}.pwa-install-icon{width:50px;height:50px;font-size:2rem;align-self:center}.pwa-install-content{text-align:center}.pwa-install-title{font-size:var(--font-size-base)}.pwa-install-desc{font-size:var(--font-size-xs)}.pwa-install-actions{width:100%;justify-content:stretch}.pwa-install-btn,.pwa-install-cancel{flex:1;padding:var(--space-sm) var(--space-md)}}@media (max-width: 480px){.pwa-install-banner{padding:var(--space-sm) var(--space-md)}.pwa-install-icon{width:45px;height:45px;font-size:1.75rem}.pwa-install-actions{flex-direction:column}.pwa-install-btn,.pwa-install-cancel{width:100%}}.our-team-section{padding:4rem var(--space-md);min-height:100vh}.our-team-heading{font-size:var(--landing-section-title-size);font-weight:700;text-align:center;margin-bottom:var(--space-2xl);color:var(--color-text-primary);background:var(--gradient-orange-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.our-team-role{font-size:var(--font-size-base);color:var(--color-text-secondary);line-height:1.5;margin:0}.our-team-card{background:var(--color-bg-primary);border-radius:var(--radius-lg);padding:2.5rem var(--space-xl);box-shadow:var(--shadow-md);transition:all var(--transition-base) cubic-bezier(.175,.885,.32,1.275);border:1px solid var(--color-border-light);position:relative;overflow:hidden}.our-team-image{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg)}.our-team-name{font-size:var(--font-size-xl);font-weight:700;color:var(--color-text-primary);margin-bottom:var(--space-md);line-height:1.3}app-root button{font-family:inherit;cursor:pointer}.btn{padding:var(--btn-padding);border:none;border-radius:var(--btn-border-radius);cursor:pointer;font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);font-family:var(--font-family-base);transition:var(--btn-transition);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);text-decoration:none;white-space:nowrap;box-shadow:var(--shadow-orange);background:var(--gradient-orange);color:var(--color-text-inverse, #ffffff)}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-sm{padding:var(--btn-padding-sm);font-size:var(--btn-font-size-sm)}.btn-lg{padding:var(--btn-padding-lg);font-size:var(--font-size-lg)}.btn-primary{background:var(--gradient-orange);color:var(--color-text-inverse, #ffffff);box-shadow:var(--shadow-orange)}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}.btn-secondary{background:var(--gradient-blue);color:var(--color-text-inverse, #ffffff);box-shadow:var(--shadow-blue)}.btn-secondary:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--blue-rgb),.4)}.btn-success{background:var(--color-success);color:var(--color-text-inverse);box-shadow:0 4px 12px #28a7454d}.btn-success:hover:not(:disabled){box-shadow:0 6px 20px #28a74566}.btn-danger,.btn-remove{background:var(--color-error);color:var(--color-text-inverse);box-shadow:0 4px 12px #dc35454d}.btn-danger:hover:not(:disabled),.btn-remove:hover:not(:disabled){box-shadow:0 6px 20px #dc354566}.btn-outline{background:transparent;color:var(--color-primary-orange);border:2px solid var(--color-primary-orange);box-shadow:none}.btn-outline:hover:not(:disabled){background:var(--gradient-orange);color:var(--color-text-inverse);box-shadow:var(--shadow-orange)}.btn-outline-secondary{background:transparent;color:var(--color-primary-blue);border:2px solid var(--color-primary-blue);box-shadow:none}.btn-outline-secondary:hover:not(:disabled){background:var(--gradient-blue);color:var(--color-text-inverse);box-shadow:var(--shadow-blue)}.btn-add{background:var(--gradient-orange);color:var(--color-text-inverse);box-shadow:var(--shadow-orange)}.btn-add:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}.btn-edit{background:var(--gradient-orange);color:var(--color-text-inverse);box-shadow:var(--shadow-orange)}.btn-edit:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}.btn-icon{background:var(--gradient-orange);color:var(--color-text-inverse);box-shadow:var(--shadow-orange);padding:var(--space-sm) var(--space-md)}.btn-icon:hover:not(:disabled){box-shadow:0 6px 20px rgba(var(--orange-rgb),.4)}.btn-block{width:100%;display:flex}.btn .icon{display:inline-flex;align-items:center;justify-content:center}.form__group{position:relative;padding:20px 0 0;width:100%;max-width:100%;margin-bottom:10px}.form__field{font-family:inherit;width:100%;border:none;border-bottom:2px solid #9b9b9b;outline:0;font-size:17px;color:#333;padding:7px 0;background:transparent;transition:border-color .2s}.modal-content .form__field,.business-items-container .form__field{color:#fff}.form .form__field,.login-container .form__field,.registration-container .form__field{color:#333}.form__field::placeholder{color:transparent}.form__field:placeholder-shown~.form__label{font-size:17px;cursor:text;top:20px}.form__label{position:absolute;top:0;display:block;transition:.2s;font-size:17px;color:#9b9b9b;pointer-events:none}.form__field:focus{padding-bottom:6px;font-weight:700;border-width:3px;border-image:linear-gradient(to right,#116399,#38caef);border-image-slice:1}.form__field:focus~.form__label{position:absolute;top:0;display:block;transition:.2s;font-size:17px;color:#38caef;font-weight:700}.form__field:required,.form__field:invalid{box-shadow:none}.pubc-card{margin-top:.65rem;padding:.55rem .65rem .65rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0f172a14,0 4px 14px #0f172a0f;border:1px solid rgba(226,232,240,.95)}.pubc-card:first-of-type{margin-top:.35rem}.pubc-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.pubc-card-title{margin:0;font-size:.82rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.pubc-card-edit{flex-shrink:0;font-size:.68rem;font-weight:700;color:#2563eb;text-decoration:none}.pubc-card-edit:hover{text-decoration:underline}.pubc-card-edits{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.2rem .35rem;justify-content:flex-end}.pubc-card-edit-sep{color:#cbd5e1;font-weight:600}.pubc-actions-row{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:.45rem;padding:0;border:none;border-radius:0;overflow-x:auto;overflow-y:visible;background:transparent;-webkit-overflow-scrolling:touch}.pubc-book-wrap{flex:1 1 auto;min-width:min(11rem,42vw);display:flex;align-items:center}.pubc-actions-divider{width:1px;flex-shrink:0;height:2.5rem;align-self:center;background:#d1d5db;border-radius:1px}.pubc-quick-tile{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.28rem;padding:.42rem .5rem .48rem;min-width:4.25rem;max-width:5.85rem;text-decoration:none;color:#0f172a;background:#fff;border:1px solid rgba(226,232,240,.98);border-radius:12px;box-shadow:0 1px 3px #0f172a12,0 4px 12px #0f172a0d;font:inherit;cursor:pointer;box-sizing:border-box}.pubc-card a.pubc-quick-tile,.pubc-card a.pubc-quick-tile:visited{color:#0f172a}a.pubc-quick-tile:hover{background:#fafbfc;border-color:#cbd5e1;box-shadow:0 2px 6px #0f172a14,0 6px 16px #0f172a0f}.pubc-quick-ic{width:36px;height:36px;border-radius:10px;background:#e8eaf6;display:flex;align-items:center;justify-content:center;font-size:1.05rem;line-height:1;flex-shrink:0}.pubc-quick-lbl{font-size:.65rem;font-weight:700;text-align:center;line-height:1.2;max-width:5.25rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;color:#0f172a}.pubc-actions-row--scroll{scrollbar-width:thin}.pubc-empty-hint{margin:.35rem 0 0;font-size:.78rem;color:#64748b;line-height:1.45}.pubc-empty-hint a{font-weight:600;color:#4f46e5;text-decoration:none}.pubc-empty-hint a:hover{text-decoration:underline}.pubc-focus-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem .25rem}@media (max-width: 380px){.pubc-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pubc-focus-cell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.3rem .15rem;min-width:0}.pubc-focus-ic{width:34px;height:34px;border-radius:8px;background:#e8eaf6;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;flex-shrink:0}.pubc-focus-txt{font-size:.62rem;font-weight:700;color:#0f172a;line-height:1.25;word-break:break-word}.clinic-branch-field{margin:1rem 0 1.25rem}.clinic-branch-field .section-label,.clinic-branch-field .form-group-label{margin:0 0 .35rem}.clinic-branch-hint{margin:0 0 .65rem;font-size:.8125rem;color:#64748b}.branch-radio-group{display:flex;flex-wrap:wrap;gap:.5rem}.branch-radio{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .85rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;color:#0f172a;transition:border-color .15s,background .15s}.branch-radio:has(input:checked){border-color:#2563eb;background:#eff6ff}.branch-radio input{margin:0;accent-color:#2563eb}.branch-radio-label{line-height:1.2}:root{--color-forest: #1e3f20;--color-forest-light: #2d5a27;--color-ivory: #fdfbf7;--color-offwhite: #f7f5f0;--color-charcoal: #2c2c2c;--color-gold: #d4af37;--aura-body-bg: url(https://www.tekmegha.com/mediaserver/mycastle/bodybg.png)}html{scroll-behavior:smooth;min-height:100%;background-color:var(--color-ivory);background-image:var(--aura-body-bg);background-repeat:repeat;background-position:top center;background-size:auto;background-attachment:scroll}body{margin:0;min-height:100%;background-color:var(--color-ivory);background-image:var(--aura-body-bg);background-repeat:repeat;background-position:top center;background-size:auto;background-attachment:scroll;color:var(--color-charcoal);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased}app-realestate-maya-home{display:block;min-height:100vh;background:transparent}.aura-site-bg{background-color:var(--color-ivory);background-image:var(--aura-body-bg);background-repeat:repeat;background-position:top center;background-size:auto;background-attachment:scroll}#aura-tailwind-safelist{display:none!important;position:absolute!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}@keyframes auraFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes auraFadeIn{0%{opacity:0}to{opacity:1}}.aura-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--aura-delay, 0ms);will-change:opacity,transform}.aura-reveal.aura-in{opacity:1;transform:translateY(0)}.aura-hero-in{opacity:0;animation:auraFadeUp .95s cubic-bezier(.22,1,.36,1) both}@media (max-width: 639px){.aura-hero-in{opacity:1;animation:none;transform:none}}.aura-hero-pills{width:100%}.aura-hero-in-1{animation-delay:.1s}.aura-hero-in-2{animation-delay:.22s}.aura-hero-in-3{animation-delay:.34s}.aura-hero-in-4{animation-delay:.46s}.aura-hero-in-5{animation-delay:.52s}.aura-hero-copy>.aura-hero-in-1:last-child{animation-delay:.58s}.aura-float{animation:auraFloat 5s ease-in-out infinite}@keyframes auraFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion: reduce){.aura-reveal{opacity:1;transform:none;transition:none}.aura-hero-in,.aura-float{animation:none!important;opacity:1!important}}
