:root{
  --bg:#050507;
  --bg-soft:#09090d;
  --surface:#101016;
  --surface-2:#15151e;
  --surface-3:#1b1b26;
  --text:#f7f5ff;
  --muted:#aaa6b8;
  --purple:#a855f7;
  --purple-2:#7c3aed;
  --purple-3:#c084fc;
  --violet:#5b21b6;
  --green:#3ddc97;
  --red:#ff6b81;
  --gold:#ffbd4a;
  --border:rgba(255,255,255,.11);
  --border-strong:rgba(192,132,252,.35);
  --shadow:0 24px 80px rgba(0,0,0,.45);
  --glow:0 0 45px rgba(168,85,247,.22);
  --radius:24px;
  --radius-sm:15px;
  --container:1240px;
  --ease:cubic-bezier(.2,.75,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg);color-scheme:dark}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 18% 8%,rgba(126,34,206,.12),transparent 25%),radial-gradient(circle at 86% 30%,rgba(88,28,135,.14),transparent 28%),linear-gradient(180deg,#050507 0%,#08070b 45%,#050507 100%)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit}
button{color:inherit}
::selection{background:var(--purple);color:#fff}
.lsc-container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.site-main{min-height:62vh}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;left:20px;top:20px;padding:12px 16px;background:#fff;color:#000;z-index:9999;border-radius:8px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;padding:14px 0;background:rgba(5,5,7,.76);backdrop-filter:blur(18px);transition:padding .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease)}
.site-header.is-scrolled{padding:8px 0;background:rgba(5,5,7,.94);box-shadow:0 14px 45px rgba(0,0,0,.35)}
.tg-header-shell{min-height:58px;display:flex;align-items:center;gap:22px;padding:7px 8px 7px 17px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,.012) 62%,rgba(126,34,206,.34));box-shadow:0 18px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05)}
.brand{flex:none}
.brand-text{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.02em}
.brand-stacked span:last-child{display:flex;flex-direction:column;line-height:1.05}
.brand-stacked b{font-size:.82rem;letter-spacing:.12em;color:#fff}
.brand-stacked em{font-size:.58rem;font-style:normal;color:var(--purple-3);letter-spacing:.04em;margin-top:4px}
.brand-pin{width:31px;height:31px;border:1px solid rgba(192,132,252,.75);border-radius:50%;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 35% 25%,var(--purple-3),var(--purple-2));box-shadow:0 0 24px rgba(168,85,247,.35)}
.primary-nav{margin-left:auto}
.primary-nav ul{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.primary-nav li{margin:0}
.primary-nav a{display:block;padding:9px 12px;border-radius:999px;color:#d9d6e2;font-size:.75rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;transition:color .2s,background .2s,transform .2s}
.primary-nav a:hover,.primary-nav .current-menu-item>a{color:#fff;background:rgba(168,85,247,.15);transform:translateY(-1px)}
.header-actions{display:flex;align-items:center;gap:8px}
.header-location-form{margin:0}
.header-select{height:36px;display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.045);color:#ded9e8;font-size:.72rem}
.header-select span{color:var(--purple-3)}
.header-select select{border:0;background:transparent;color:inherit;outline:none;max-width:95px}
.header-select option{background:#111117;color:#fff}
.header-login,.header-logout{padding:8px 11px;color:#d9d6e2;font-size:.75rem;font-weight:800}
.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;background:rgba(255,255,255,.04);padding:10px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:#fff;margin:4px 0;border-radius:2px}

/* Buttons */
.button,.wp-element-button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 19px;border:1px solid rgba(216,180,254,.28);border-radius:999px;background:linear-gradient(110deg,var(--purple-3),var(--purple-2) 55%,#4c1d95);color:#fff!important;font-weight:850;letter-spacing:.01em;cursor:pointer;box-shadow:0 12px 35px rgba(126,34,206,.25),inset 0 1px 0 rgba(255,255,255,.2);transition:transform .22s var(--ease),box-shadow .22s var(--ease),filter .22s var(--ease)}
.button:hover,.wp-element-button:hover,input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(126,34,206,.38),0 0 0 4px rgba(168,85,247,.08);filter:saturate(1.15)}
.button-small{min-height:36px;padding:8px 15px;font-size:.76rem}
.button-ghost{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:10px 17px;border:1px solid var(--border-strong);border-radius:999px;background:rgba(255,255,255,.025);color:#f4efff;font-weight:800;cursor:pointer;transition:background .2s,transform .2s,border-color .2s}
.button-ghost:hover{background:rgba(168,85,247,.12);border-color:var(--purple-3);transform:translateY(-2px)}
.button-green{background:linear-gradient(110deg,#4ade80,#15803d)}

/* Home hero */
.tg-hero{position:relative;overflow:hidden;min-height:720px;padding:70px 0 78px;border-bottom:1px solid var(--border);background:#050507}
.tg-grid-lines{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 85%)}
.tg-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.36;pointer-events:none}
.tg-glow-one{width:440px;height:440px;right:3%;top:3%;background:#6d28d9}
.tg-glow-two{width:360px;height:360px;left:20%;bottom:-180px;background:#3b0764}
.tg-hero-inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.tg-hero-copy{position:relative;z-index:2;padding:45px 0 35px}
.tg-kicker,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--purple-3);font-size:.72rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.tg-hero h1{max-width:760px;margin:20px 0 24px;font-size:clamp(3.2rem,6.3vw,6.8rem);line-height:.92;letter-spacing:-.065em;font-weight:900}
.tg-hero h1 span,.tg-story-title h2 span,.tg-compare-copy h2 span{color:transparent;background:linear-gradient(90deg,#e9d5ff 0%,#c084fc 30%,#8b5cf6 75%,#6d28d9 100%);-webkit-background-clip:text;background-clip:text;text-shadow:0 0 55px rgba(168,85,247,.2)}
.tg-hero-copy>p{max-width:640px;margin:0;color:#bbb6c8;font-size:1.06rem}
.tg-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.tg-trust-row{display:flex;flex-wrap:wrap;gap:32px;margin-top:38px}
.tg-trust-row span{display:flex;flex-direction:column;color:#898493;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}
.tg-trust-row b{color:#fff;font-size:1.15rem;letter-spacing:-.02em}
.tg-hero-visual{position:relative;min-height:520px;display:flex;align-items:flex-end;justify-content:center}
.tg-hero-visual::after{content:"";position:absolute;left:8%;right:8%;bottom:0;height:120px;background:radial-gradient(ellipse,rgba(168,85,247,.3),transparent 68%);filter:blur(18px)}
.tg-hero-visual>img{position:relative;z-index:2;width:115%;max-width:none;filter:drop-shadow(0 25px 55px rgba(0,0,0,.65)) saturate(.92) contrast(1.04)}
.tg-orbit{position:absolute;border:1px solid rgba(192,132,252,.3);border-radius:50%;animation:tg-orbit 16s linear infinite}
.tg-orbit-one{width:420px;height:420px;top:36px;left:8%}
.tg-orbit-two{width:320px;height:320px;top:88px;left:18%;animation-direction:reverse;animation-duration:12s}
.tg-orbit::before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--purple-3);top:10%;left:14%;box-shadow:0 0 20px var(--purple)}
.tg-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;min-width:215px;padding:13px 15px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(15,13,20,.72);backdrop-filter:blur(14px);box-shadow:var(--shadow)}
.tg-floating-card>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--purple-3),var(--purple-2))}
.tg-floating-card b,.tg-floating-card small{display:block}.tg-floating-card b{font-size:.75rem}.tg-floating-card small{font-size:.62rem;color:var(--muted)}
.tg-floating-card-top{right:-5px;top:82px;animation:tg-float 5s ease-in-out infinite}
.tg-floating-card-bottom{left:-25px;bottom:88px;animation:tg-float 6s ease-in-out infinite reverse}
.tg-search-panel{grid-column:1/-1;display:grid;grid-template-columns:1.2fr .85fr .85fr auto;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(15,14,20,.86);backdrop-filter:blur(18px);box-shadow:0 22px 75px rgba(0,0,0,.42),0 0 0 1px rgba(168,85,247,.08)}
.tg-search-panel label{display:flex;flex-direction:column;gap:5px;padding:6px 13px;border-right:1px solid var(--border)}
.tg-search-panel label>span{font-size:.62rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#888191}
.tg-search-panel input,.tg-search-panel select{height:34px;border:0;background:transparent;color:#fff;outline:none;min-width:0}
.tg-search-panel option{background:#111117}
.tg-search-panel .button{align-self:center;white-space:nowrap}

/* Shared section */
.section{padding:105px 0;position:relative}
.tg-section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:38px}
.tg-section-heading h2{max-width:790px;margin:10px 0 0;font-size:clamp(2.1rem,4vw,4.3rem);line-height:1.02;letter-spacing:-.055em}
.tg-text-link{display:inline-flex;align-items:center;gap:8px;color:#ddd5ea;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.tg-text-link span{width:28px;height:28px;border:1px solid var(--border-strong);border-radius:50%;display:grid;place-items:center;color:var(--purple-3);transition:transform .2s,background .2s}
.tg-text-link:hover span{transform:rotate(45deg);background:rgba(168,85,247,.15)}

/* Story */
.tg-story{background:linear-gradient(180deg,#060608,#09080c);border-bottom:1px solid var(--border)}
.tg-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px 80px;align-items:start}
.tg-story-title h2{margin:14px 0 0;font-size:clamp(3rem,5.5vw,6rem);line-height:.9;letter-spacing:-.065em}
.tg-story-copy{padding-top:34px;border-top:1px solid rgba(168,85,247,.42)}
.tg-story-copy p{margin:0 0 16px;color:#b9b4c5;font-size:1rem}
.tg-story-media{grid-column:1/-1;display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
.tg-media-card{position:relative;min-height:330px;overflow:hidden;border:1px solid var(--border);border-radius:24px;background:#111118}
.tg-media-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) contrast(1.08);transition:transform .7s var(--ease),filter .7s var(--ease)}
.tg-media-card:hover img{transform:scale(1.045);filter:grayscale(0)}
.tg-media-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.88))}
.tg-media-card>div{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:20px}
.tg-media-card span{color:var(--purple-3);font-size:.72rem;font-weight:900}.tg-media-card h3{margin:0;font-size:1.5rem}

/* Services */
.tg-services{background:#050507}
.tg-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.tg-service-card{min-width:0;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));overflow:hidden;transition:transform .3s var(--ease),border-color .3s,box-shadow .3s}
.tg-service-card:hover{transform:translateY(-8px);border-color:rgba(192,132,252,.52);box-shadow:var(--glow)}
.tg-service-image{position:relative;display:block;height:220px;overflow:hidden}
.tg-service-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,5,7,.82))}
.tg-service-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}
.tg-service-card:hover .tg-service-image img{transform:scale(1.07)}
.tg-service-image span{position:absolute;z-index:2;top:14px;left:14px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(0,0,0,.5);font-size:.66rem;font-weight:900}
.tg-service-body{padding:19px}.tg-service-body h3{margin:0 0 8px;font-size:1.15rem}.tg-service-body p{min-height:47px;margin:0;color:var(--muted);font-size:.82rem}.tg-service-body>div{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid var(--border)}
.tg-service-body strong{color:var(--purple-3)}.tg-service-body>div a{width:34px;height:34px;border:1px solid var(--border-strong);border-radius:50%;display:grid;place-items:center;color:var(--purple-3)}

/* Providers */
.tg-provider-showcase{background:linear-gradient(180deg,#08070b,#050507)}
.tg-provider-grid,.provider-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tg-provider-card,.provider-card{position:relative;padding:20px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));box-shadow:0 20px 50px rgba(0,0,0,.18);transition:transform .28s var(--ease),border-color .28s,box-shadow .28s}
.tg-provider-card:hover,.provider-card:hover{transform:translateY(-7px);border-color:rgba(192,132,252,.5);box-shadow:var(--glow)}
.tg-provider-top,.provider-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tg-provider-avatar,.provider-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#3b0764,#a855f7);color:#fff;font-weight:900;box-shadow:0 10px 25px rgba(168,85,247,.22)}
.provider-avatar.large{width:96px;height:96px;border-radius:26px;font-size:1.8rem}
.tg-provider-status,.badge.verified,.verified-mark{color:#76f0b9}
.tg-provider-status{padding:5px 8px;border:1px solid rgba(61,220,151,.25);border-radius:999px;background:rgba(61,220,151,.07);font-size:.62rem;font-weight:850}
.tg-provider-card h3,.provider-card h3{margin:18px 0 3px;font-size:1.05rem}.tg-provider-card p,.provider-tags{margin:0;color:var(--muted);font-size:.76rem}
.tg-provider-score{display:flex;justify-content:space-between;gap:10px;margin:18px 0;padding:13px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.tg-provider-score span{color:var(--gold);font-size:.77rem}.tg-provider-score small{color:#c7c1d1}
.tg-provider-price small,.provider-card-bottom small,.provider-price-box small{display:block;color:var(--muted);font-size:.68rem}.tg-provider-price strong,.provider-card-bottom strong,.provider-price-box strong{font-size:1.25rem;color:#fff}
.tg-provider-actions,.card-actions{display:flex;gap:8px;margin-top:17px}.tg-provider-actions>*{flex:1}
.provider-card-top{justify-content:flex-start}.provider-card h3{margin:0}.provider-meta{display:flex;flex-wrap:wrap;gap:7px;margin:17px 0}.provider-meta span{padding:5px 8px;border:1px solid var(--border);border-radius:999px;color:#b8b3c1;font-size:.68rem}.provider-card-bottom{display:flex;align-items:end;justify-content:space-between;gap:10px;padding-top:15px;border-top:1px solid var(--border)}
.badge{position:absolute;top:14px;right:14px;padding:5px 8px;border-radius:999px;font-size:.63rem;font-weight:850}.badge.featured{background:rgba(255,189,74,.13);color:var(--gold);border:1px solid rgba(255,189,74,.25)}.badge.verified{position:static;background:rgba(61,220,151,.08);border:1px solid rgba(61,220,151,.2);padding:5px 8px}

/* Comparison */
.tg-compare-section{overflow:hidden;background:radial-gradient(circle at 10% 30%,rgba(91,33,182,.23),transparent 35%),#08070b;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.tg-compare-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.tg-compare-copy h2{margin:12px 0 20px;font-size:clamp(2.8rem,5vw,5rem);line-height:.93;letter-spacing:-.06em}.tg-compare-copy p{color:var(--muted);margin:0 0 27px}
.tg-comparison-card{padding:12px;border:1px solid var(--border-strong);border-radius:24px;background:rgba(16,14,22,.84);box-shadow:var(--shadow),0 0 80px rgba(91,33,182,.13);overflow:auto}
.tg-comparison-card table,.lsc-feature-table{width:100%;border-collapse:collapse;min-width:650px}
.tg-comparison-card th,.tg-comparison-card td,.lsc-feature-table th,.lsc-feature-table td{padding:14px 15px;border-bottom:1px solid var(--border);text-align:center;font-size:.76rem}
.tg-comparison-card th:first-child,.tg-comparison-card td:first-child,.lsc-feature-table th:first-child,.lsc-feature-table td:first-child{text-align:left}
.tg-comparison-card th,.lsc-feature-table th{color:#ddd6ea;background:rgba(255,255,255,.035);font-size:.66rem;text-transform:uppercase;letter-spacing:.07em}
.yes,.tg-comparison-card .yes{color:var(--green);font-weight:900}.no,.tg-comparison-card .no{color:var(--red);font-weight:900}

/* Process */
.tg-process{background:#050507}
.tg-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;counter-reset:process}
.tg-process-grid article{position:relative;padding:26px 22px;border-top:1px solid rgba(192,132,252,.38);background:linear-gradient(180deg,rgba(168,85,247,.07),transparent);min-height:210px}
.tg-process-grid article::after{content:"";position:absolute;left:0;top:-1px;width:40%;height:1px;background:linear-gradient(90deg,var(--purple-3),transparent)}
.tg-process-grid article>span{color:var(--purple-3);font-size:.72rem;font-weight:900}.tg-process-grid h3{margin:45px 0 9px;font-size:1.2rem}.tg-process-grid p{margin:0;color:var(--muted);font-size:.84rem}

/* Reviews */
.tg-reviews{background:linear-gradient(180deg,#08070b,#050507)}
.tg-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tg-review-card,.review-card{padding:24px;border:1px solid var(--border);border-radius:22px;background:rgba(255,255,255,.03);transition:transform .25s,border-color .25s}
.tg-review-card:hover,.review-card:hover{transform:translateY(-6px);border-color:rgba(192,132,252,.45)}
.stars{color:var(--gold);letter-spacing:3px}.tg-review-card>p{min-height:94px;color:#c8c2d0;font-size:.92rem}.tg-review-card footer,.review-head{display:flex;align-items:center;gap:11px;padding-top:16px;border-top:1px solid var(--border)}
.tg-review-card footer>span{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4c1d95,#a855f7);font-weight:900}.tg-review-card strong,.tg-review-card small{display:block}.tg-review-card small{color:var(--muted);font-size:.68rem}

/* Provider CTA + metrics */
.tg-provider-cta{padding-top:55px;padding-bottom:55px;background:#050507}
.tg-provider-cta-inner{position:relative;min-height:260px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:34px;padding:38px;border:1px solid rgba(216,180,254,.2);border-radius:30px;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(168,85,247,.42),transparent 35%),linear-gradient(110deg,#130c1f,#2e1065 62%,#5b21b6)}
.tg-provider-cta-inner::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:34px 34px;opacity:.2}
.tg-provider-cta-inner>*{position:relative;z-index:2}.tg-provider-cta-image{align-self:end}.tg-provider-cta-image img{width:100%;filter:drop-shadow(0 20px 30px rgba(0,0,0,.4))}.tg-provider-cta h2{margin:9px 0 10px;font-size:clamp(2rem,3.5vw,3.6rem);line-height:1;letter-spacing:-.05em}.tg-provider-cta p{margin:0;color:#d4c9e5}.tg-provider-cta-buttons{display:flex;flex-direction:column;gap:9px;min-width:205px}
.tg-metrics{padding:38px 0 55px;background:#050507}.tg-metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.tg-metrics-grid>div{text-align:center;padding:18px;border-top:1px solid var(--border)}.tg-metrics-grid b{display:block;color:var(--purple-3);font-size:1.5rem}.tg-metrics-grid span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}

/* Interior pages */
.page-hero,.provider-profile-head{position:relative;overflow:hidden;padding:84px 0 66px;border-bottom:1px solid var(--border);background:radial-gradient(circle at 75% 15%,rgba(126,34,206,.25),transparent 32%),linear-gradient(180deg,#08070b,#050507)}
.page-hero::after,.provider-profile-head::after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(black,transparent)}
.page-hero .lsc-container,.provider-profile-head .lsc-container{position:relative;z-index:2}
.page-hero h1{max-width:920px;margin:10px 0 0;font-size:clamp(2.7rem,5vw,5.5rem);line-height:.96;letter-spacing:-.06em}.page-hero p{color:var(--muted)}
.provider-head-grid{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.provider-title-row{display:flex;align-items:center;gap:12px}.provider-title-row h1{margin:0;font-size:clamp(2.4rem,4.5vw,4.5rem);line-height:1}.provider-tags{margin-top:9px}.rating-line{display:flex;flex-wrap:wrap;gap:14px;margin-top:15px;color:#c3bdcc;font-size:.82rem}.provider-price-box{padding:22px;border:1px solid var(--border);border-radius:20px;background:rgba(255,255,255,.04);min-width:210px}.provider-price-box strong{display:block;margin:2px 0 14px;font-size:1.8rem}
.provider-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:25px}.provider-content-grid--single{grid-template-columns:minmax(0,1fr)}.profile-panel,.booking-panel,.post-card,.widget,.service-card{padding:26px;border:1px solid var(--border);border-radius:22px;background:rgba(255,255,255,.03)}.profile-panel h2{margin-top:34px}.profile-panel h2:first-child{margin-top:0}.booking-panel{align-self:start;position:sticky;top:100px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-grid>div{padding:16px;border:1px solid var(--border);border-radius:15px;background:rgba(255,255,255,.025)}.info-grid small{display:block;color:var(--muted)}.safe-note{margin-top:12px;color:var(--muted);font-size:.72rem}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{transition:transform .25s,border-color .25s}.service-card:hover{transform:translateY(-6px);border-color:var(--border-strong)}.service-card-icon{font-size:1.6rem}.service-card h2{font-size:1.15rem}.service-card p{color:var(--muted)}.service-card-footer{display:flex;justify-content:space-between;gap:15px;padding-top:14px;border-top:1px solid var(--border)}.service-card-footer a{color:var(--purple-3);font-weight:800}
.prose{max-width:900px;padding-top:65px;padding-bottom:90px;color:#d1cbd8}.prose h2,.prose h3,.prose h4{color:#fff;line-height:1.2}.prose a{color:var(--purple-3);text-decoration:underline;text-underline-offset:3px}.prose img,.single-featured{border-radius:22px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;padding-top:60px;padding-bottom:90px}.post-card{margin-bottom:16px}.post-card h2{margin-top:0}.entry-meta{color:var(--muted);font-size:.78rem}.widget-title{margin-top:0}.empty-state{text-align:center;padding:120px 0}.empty-icon{font-size:clamp(5rem,15vw,11rem);line-height:1;color:transparent;-webkit-text-stroke:1px var(--purple-3);font-weight:900}

/* Footer */
.site-footer{position:relative;overflow:hidden;padding:78px 0 20px;background:radial-gradient(circle at 18% 10%,rgba(192,132,252,.68),transparent 32%),radial-gradient(circle at 80% 15%,rgba(76,29,149,.75),transparent 35%),linear-gradient(110deg,#5b21b6,#2e1065 50%,#0b0712);color:#e8e0f1;border-top:1px solid rgba(216,180,254,.25)}
.site-footer::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;opacity:.16;mask-image:linear-gradient(black,transparent)}
.lsc-footer-home-grid,.footer-bottom{position:relative;z-index:2}.lsc-footer-home-grid{display:grid;grid-template-columns:1.45fr repeat(4,.75fr) 1.3fr;gap:30px}.site-footer h3{margin:0 0 14px;color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.site-footer p{color:#d0c5dc;font-size:.77rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:7px 0}.site-footer a{color:#e7def0;font-size:.75rem}.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer-brand .brand-pin{background:#fff;color:#5b21b6}.footer-brand b,.footer-brand em{color:#fff}.lsc-social-links{display:flex;gap:8px;margin-top:17px}.lsc-social-links a{width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(0,0,0,.14);font-weight:800}.lsc-newsletter form{display:flex;gap:7px}.lsc-newsletter input{min-width:0;width:100%;height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(0,0,0,.2);color:#fff;outline:none}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:58px;padding-top:18px;border-top:1px solid rgba(255,255,255,.2);font-size:.7rem}.themeget-credit{font-weight:900}

/* Base animation system */
[data-motion],.motion-auto{opacity:0;transform:translate3d(0,26px,0);transition:opacity .8s var(--ease),transform .8s var(--ease),filter .8s var(--ease);will-change:opacity,transform}
[data-motion="slide-left"]{transform:translate3d(-38px,0,0)}
[data-motion="slide-right"]{transform:translate3d(38px,0,0)}
[data-motion="zoom"]{transform:scale(.94);filter:blur(4px)}
[data-motion="fade"]{transform:none}
[data-motion].is-visible,.motion-auto.is-visible{opacity:1;transform:none;filter:none}
.tg-service-grid>[data-motion]:nth-child(2),.tg-provider-grid>[data-motion]:nth-child(2),.tg-process-grid>[data-motion]:nth-child(2),.tg-review-grid>[data-motion]:nth-child(2){transition-delay:.08s}
.tg-service-grid>[data-motion]:nth-child(3),.tg-provider-grid>[data-motion]:nth-child(3),.tg-process-grid>[data-motion]:nth-child(3),.tg-review-grid>[data-motion]:nth-child(3){transition-delay:.16s}
.tg-service-grid>[data-motion]:nth-child(4),.tg-provider-grid>[data-motion]:nth-child(4),.tg-process-grid>[data-motion]:nth-child(4){transition-delay:.24s}
@keyframes tg-orbit{to{transform:rotate(360deg)}}
@keyframes tg-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes tg-pulse{0%,100%{box-shadow:0 0 0 0 rgba(168,85,247,.3)}50%{box-shadow:0 0 0 10px rgba(168,85,247,0)}}

/* Responsive */
@media(max-width:1120px){
  .primary-nav a{padding:8px 8px;font-size:.68rem}.header-location{display:none}
  .tg-hero-inner{grid-template-columns:1fr 1fr}.tg-hero h1{font-size:clamp(3.2rem,6.5vw,5.5rem)}
  .tg-service-grid,.tg-provider-grid,.provider-grid{grid-template-columns:repeat(2,1fr)}
  .tg-compare-grid{grid-template-columns:1fr}.tg-provider-cta-inner{grid-template-columns:230px 1fr}.tg-provider-cta-buttons{grid-column:2;flex-direction:row}.lsc-footer-home-grid{grid-template-columns:1.4fr repeat(3,1fr)}.lsc-newsletter{grid-column:1/-1}
}
@media(max-width:900px){
  .menu-toggle{display:block;margin-left:auto}.primary-nav{display:none;position:absolute;top:82px;left:20px;right:20px;padding:14px;border:1px solid var(--border);border-radius:20px;background:rgba(10,9,14,.98);box-shadow:var(--shadow)}.primary-nav.open{display:block}.primary-nav ul{flex-direction:column;align-items:stretch}.primary-nav a{padding:11px 13px}.header-actions{margin-left:0}.header-actions .header-login-button,.header-actions .header-location-form{display:none}.tg-header-shell{position:relative}
  .tg-hero{padding-top:38px}.tg-hero-inner{grid-template-columns:1fr}.tg-hero-copy{text-align:center}.tg-hero-copy>p{margin-inline:auto}.tg-hero-actions,.tg-trust-row{justify-content:center}.tg-hero-visual{min-height:390px}.tg-hero-visual>img{width:min(760px,115%)}.tg-search-panel{grid-template-columns:1fr 1fr}.tg-search-panel .button{grid-column:1/-1}.tg-search-panel label:nth-child(2){border-right:0}
  .tg-story-grid{grid-template-columns:1fr}.tg-story-copy{padding-top:20px}.tg-story-media{grid-column:auto;grid-template-columns:1fr 1fr}.tg-story-title h2{font-size:4rem}
  .tg-process-grid{grid-template-columns:repeat(2,1fr)}.tg-review-grid{grid-template-columns:1fr}.provider-content-grid,.content-layout{grid-template-columns:1fr}.booking-panel{position:static}.provider-head-grid{grid-template-columns:auto 1fr}.provider-price-box{grid-column:1/-1}.service-grid{grid-template-columns:repeat(2,1fr)}.tg-metrics-grid{grid-template-columns:repeat(3,1fr)}
  .tg-provider-cta-inner{grid-template-columns:1fr;text-align:center}.tg-provider-cta-image{display:none}.tg-provider-cta-buttons{grid-column:auto;justify-content:center;flex-direction:row}.lsc-footer-home-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .lsc-container{width:min(var(--container),calc(100% - 24px))}.site-header{padding:8px 0}.tg-header-shell{min-height:52px;padding-left:12px}.brand-stacked em{display:none}.header-actions .button{display:none}
  .section{padding:72px 0}.tg-hero{min-height:0;padding-bottom:45px}.tg-hero h1{font-size:clamp(3rem,15vw,4.4rem)}.tg-hero-copy{padding-top:25px}.tg-hero-visual{min-height:280px}.tg-floating-card{display:none}.tg-search-panel{grid-template-columns:1fr}.tg-search-panel label{border-right:0;border-bottom:1px solid var(--border)}.tg-search-panel .button{grid-column:auto;width:100%}.tg-trust-row{gap:18px}
  .tg-story-title h2{font-size:3.3rem}.tg-story-media{grid-template-columns:1fr}.tg-media-card{min-height:250px}.tg-section-heading{align-items:start;flex-direction:column}.tg-service-grid,.tg-provider-grid,.provider-grid,.service-grid{grid-template-columns:1fr}.tg-process-grid{grid-template-columns:1fr}.tg-provider-cta-buttons{flex-direction:column}.tg-metrics-grid{grid-template-columns:repeat(2,1fr)}.lsc-footer-home-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.provider-head-grid{grid-template-columns:1fr;text-align:center}.provider-avatar.large{margin-inline:auto}.provider-title-row{justify-content:center;flex-wrap:wrap}.rating-line{justify-content:center}.info-grid{grid-template-columns:1fr}.tg-comparison-card{margin-inline:-5px}.tg-story-grid{gap:28px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-motion],.motion-auto{opacity:1!important;transform:none!important;filter:none!important}}


/* 120 lightweight animation presets: transform/opacity only, revealed once with IntersectionObserver. */
@keyframes lsc-motion-01{0%{opacity:0;transform:translate3d(0,34px,0)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-02{0%{opacity:0;transform:translate3d(0,-28px,0)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-03{0%{opacity:0;transform:translate3d(-34px,0,0)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-04{0%{opacity:0;transform:translate3d(34px,0,0)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-05{0%{opacity:0;transform:scale(.88)}100%{opacity:1;transform:scale(1)}}
@keyframes lsc-motion-06{0%{opacity:0;transform:scale(1.08)}100%{opacity:1;transform:scale(1)}}
@keyframes lsc-motion-07{0%{opacity:0;transform:rotate(-2deg) translateY(25px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-08{0%{opacity:0;transform:rotate(2deg) translateY(25px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-09{0%{opacity:0;transform:translateY(30px) skewY(2deg)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-10{0%{opacity:0;transform:translateY(30px) skewY(-2deg)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-11{0%{opacity:0;filter:blur(8px);transform:scale(.96)}100%{opacity:1;filter:none;transform:none}}
@keyframes lsc-motion-12{0%{opacity:0;filter:brightness(1.8);transform:translateY(18px)}100%{opacity:1;filter:none;transform:none}}
@keyframes lsc-motion-13{0%{opacity:0;transform:perspective(700px) rotateX(8deg) translateY(25px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-14{0%{opacity:0;transform:perspective(700px) rotateY(-8deg) translateX(-25px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-15{0%{opacity:0;transform:perspective(700px) rotateY(8deg) translateX(25px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-16{0%{opacity:0;transform:translate3d(-20px,25px,0) scale(.96)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-17{0%{opacity:0;transform:translate3d(20px,25px,0) scale(.96)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-18{0%{opacity:0;transform:translateY(35px);clip-path:inset(0 0 100% 0)}100%{opacity:1;transform:none;clip-path:inset(0)}}
@keyframes lsc-motion-19{0%{opacity:0;transform:scale(.92);clip-path:circle(20% at 50% 50%)}100%{opacity:1;transform:none;clip-path:circle(75% at 50% 50%)}}
@keyframes lsc-motion-20{0%{opacity:0;transform:translateY(18px);letter-spacing:.04em}100%{opacity:1;transform:none;letter-spacing:normal}}
.motion-auto.is-visible.lsc-anim-001{animation:lsc-motion-01 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-002{animation:lsc-motion-02 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-003{animation:lsc-motion-03 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-004{animation:lsc-motion-04 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-005{animation:lsc-motion-05 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-006{animation:lsc-motion-06 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-007{animation:lsc-motion-07 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-008{animation:lsc-motion-08 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-009{animation:lsc-motion-09 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-010{animation:lsc-motion-10 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-011{animation:lsc-motion-11 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-012{animation:lsc-motion-12 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-013{animation:lsc-motion-13 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-014{animation:lsc-motion-14 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-015{animation:lsc-motion-15 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-016{animation:lsc-motion-16 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-017{animation:lsc-motion-17 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-018{animation:lsc-motion-18 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-019{animation:lsc-motion-19 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-020{animation:lsc-motion-20 0.56s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-021{animation:lsc-motion-01 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-022{animation:lsc-motion-02 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-023{animation:lsc-motion-03 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-024{animation:lsc-motion-04 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-025{animation:lsc-motion-05 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-026{animation:lsc-motion-06 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-027{animation:lsc-motion-07 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-028{animation:lsc-motion-08 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-029{animation:lsc-motion-09 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-030{animation:lsc-motion-10 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-031{animation:lsc-motion-11 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-032{animation:lsc-motion-12 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-033{animation:lsc-motion-13 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-034{animation:lsc-motion-14 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-035{animation:lsc-motion-15 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-036{animation:lsc-motion-16 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-037{animation:lsc-motion-17 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-038{animation:lsc-motion-18 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-039{animation:lsc-motion-19 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-040{animation:lsc-motion-20 0.64s var(--ease) 0.035s both}
.motion-auto.is-visible.lsc-anim-041{animation:lsc-motion-01 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-042{animation:lsc-motion-02 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-043{animation:lsc-motion-03 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-044{animation:lsc-motion-04 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-045{animation:lsc-motion-05 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-046{animation:lsc-motion-06 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-047{animation:lsc-motion-07 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-048{animation:lsc-motion-08 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-049{animation:lsc-motion-09 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-050{animation:lsc-motion-10 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-051{animation:lsc-motion-11 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-052{animation:lsc-motion-12 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-053{animation:lsc-motion-13 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-054{animation:lsc-motion-14 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-055{animation:lsc-motion-15 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-056{animation:lsc-motion-16 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-057{animation:lsc-motion-17 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-058{animation:lsc-motion-18 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-059{animation:lsc-motion-19 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-060{animation:lsc-motion-20 0.72s var(--ease) 0.070s both}
.motion-auto.is-visible.lsc-anim-061{animation:lsc-motion-01 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-062{animation:lsc-motion-02 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-063{animation:lsc-motion-03 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-064{animation:lsc-motion-04 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-065{animation:lsc-motion-05 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-066{animation:lsc-motion-06 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-067{animation:lsc-motion-07 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-068{animation:lsc-motion-08 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-069{animation:lsc-motion-09 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-070{animation:lsc-motion-10 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-071{animation:lsc-motion-11 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-072{animation:lsc-motion-12 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-073{animation:lsc-motion-13 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-074{animation:lsc-motion-14 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-075{animation:lsc-motion-15 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-076{animation:lsc-motion-16 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-077{animation:lsc-motion-17 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-078{animation:lsc-motion-18 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-079{animation:lsc-motion-19 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-080{animation:lsc-motion-20 0.56s var(--ease) 0.105s both}
.motion-auto.is-visible.lsc-anim-081{animation:lsc-motion-01 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-082{animation:lsc-motion-02 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-083{animation:lsc-motion-03 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-084{animation:lsc-motion-04 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-085{animation:lsc-motion-05 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-086{animation:lsc-motion-06 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-087{animation:lsc-motion-07 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-088{animation:lsc-motion-08 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-089{animation:lsc-motion-09 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-090{animation:lsc-motion-10 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-091{animation:lsc-motion-11 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-092{animation:lsc-motion-12 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-093{animation:lsc-motion-13 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-094{animation:lsc-motion-14 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-095{animation:lsc-motion-15 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-096{animation:lsc-motion-16 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-097{animation:lsc-motion-17 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-098{animation:lsc-motion-18 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-099{animation:lsc-motion-19 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-100{animation:lsc-motion-20 0.64s var(--ease) 0.140s both}
.motion-auto.is-visible.lsc-anim-101{animation:lsc-motion-01 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-102{animation:lsc-motion-02 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-103{animation:lsc-motion-03 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-104{animation:lsc-motion-04 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-105{animation:lsc-motion-05 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-106{animation:lsc-motion-06 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-107{animation:lsc-motion-07 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-108{animation:lsc-motion-08 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-109{animation:lsc-motion-09 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-110{animation:lsc-motion-10 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-111{animation:lsc-motion-11 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-112{animation:lsc-motion-12 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-113{animation:lsc-motion-13 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-114{animation:lsc-motion-14 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-115{animation:lsc-motion-15 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-116{animation:lsc-motion-16 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-117{animation:lsc-motion-17 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-118{animation:lsc-motion-18 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-119{animation:lsc-motion-19 0.72s var(--ease) 0.175s both}
.motion-auto.is-visible.lsc-anim-120{animation:lsc-motion-20 0.72s var(--ease) 0.175s both}

/* Version 3.4.0 — cleaner image-led interface */
.tg-clean-hero{min-height:680px;padding-top:54px;background:linear-gradient(180deg,#050507 0%,#07070b 100%)}
.tg-clean-hero .tg-grid-lines{opacity:.09;background-size:72px 72px}
.tg-clean-hero .tg-glow-one{width:390px;height:390px;right:8%;top:10%;opacity:.25}
.tg-clean-hero .tg-glow-two{opacity:.18}
.tg-clean-hero .tg-hero-inner{grid-template-columns:1.08fr .92fr;gap:64px}
.tg-clean-hero .tg-hero-copy{padding:34px 0 22px}
.tg-clean-hero .tg-hero-copy h1{font-size:clamp(3.4rem,6vw,6.4rem);max-width:800px}
.tg-clean-hero .tg-hero-copy>p{max-width:590px;font-size:1rem}
.tg-clean-hero-visual{min-height:470px;align-items:center;isolation:isolate;--mx:0px;--my:0px}
.tg-clean-hero-visual::before{content:"";position:absolute;width:390px;height:390px;border:1px solid rgba(192,132,252,.18);border-radius:48% 52% 48% 52%;transform:translate(var(--mx),var(--my)) rotate(12deg);background:linear-gradient(145deg,rgba(168,85,247,.12),rgba(255,255,255,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);transition:transform .18s ease-out}
.tg-clean-portrait-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.28),transparent 68%);filter:blur(24px);animation:tg-clean-breathe 5.5s ease-in-out infinite}
.tg-clean-portrait-frame{position:relative;z-index:2;width:min(390px,92%);aspect-ratio:1;display:grid;place-items:end center;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:42px;background:radial-gradient(circle at 50% 25%,rgba(192,132,252,.16),transparent 48%),linear-gradient(160deg,#16131d,#09090d);box-shadow:0 34px 90px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.06);transform:translate(calc(var(--mx) * -.35),calc(var(--my) * -.35));transition:transform .18s ease-out}
.tg-clean-hero-worker{width:94%;height:94%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 32px rgba(0,0,0,.48));animation:tg-clean-worker 6s ease-in-out infinite}
.tg-clean-visual-note{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;width:218px;padding:12px 13px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(10,10,15,.88);backdrop-filter:blur(16px);box-shadow:0 18px 48px rgba(0,0,0,.38)}
.tg-clean-visual-note>span{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:11px;background:rgba(168,85,247,.14);color:var(--purple-3);font-weight:900}
.tg-clean-visual-note b,.tg-clean-visual-note small{display:block}.tg-clean-visual-note b{font-size:.73rem}.tg-clean-visual-note small{color:var(--muted);font-size:.61rem}
.tg-note-one{right:-14px;top:76px;animation:tg-float 5.2s ease-in-out infinite}.tg-note-two{left:-22px;bottom:72px;animation:tg-float 6.2s ease-in-out infinite reverse}
.tg-clean-search{margin-top:-8px;padding:10px;background:rgba(11,11,16,.94);box-shadow:0 18px 55px rgba(0,0,0,.32)}
.tg-clean-search label{padding:5px 13px}

.tg-clean-benefits{border-bottom:1px solid var(--border);background:#08080c}
.tg-clean-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:96px}
.tg-clean-benefit-grid>div{display:flex;align-items:center;gap:13px;padding:20px;border-right:1px solid var(--border)}
.tg-clean-benefit-grid>div:last-child{border-right:0}.tg-clean-benefit-grid span{color:var(--purple-3);font-size:.66rem;font-weight:900}.tg-clean-benefit-grid strong{font-size:.78rem;line-height:1.35;color:#e6e1ed}

.tg-clean-story{padding-top:90px;background:#07070a}
.tg-clean-story-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:38px}
.tg-clean-story-heading h2{max-width:760px;margin:12px 0 0;font-size:clamp(2.6rem,5vw,5.4rem);line-height:.96;letter-spacing:-.06em}
.tg-clean-story-heading h2 span{color:var(--purple-3)}
.tg-clean-story-heading p{margin:0 0 17px;color:var(--muted);font-size:.96rem}
.tg-clean-image-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,245px);gap:16px}
.tg-clean-image-card{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:#111117;isolation:isolate;box-shadow:0 18px 55px rgba(0,0,0,.2)}
.tg-clean-image-large{grid-row:1/3}
.tg-clean-image-card::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 38%,rgba(5,5,7,.92));pointer-events:none}
.tg-clean-image-card::after{content:"";position:absolute;inset:-35%;z-index:2;background:linear-gradient(110deg,transparent 38%,rgba(255,255,255,.12) 50%,transparent 62%);transform:translateX(-80%) rotate(8deg);transition:transform .8s var(--ease);pointer-events:none}
.tg-clean-image-card:hover::after{transform:translateX(80%) rotate(8deg)}
.tg-clean-image-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease),filter .7s var(--ease);filter:saturate(.9) contrast(1.04)}
.tg-clean-image-card:hover img{transform:scale(1.035);filter:saturate(1) contrast(1.06)}
.tg-clean-image-card>div{position:absolute;left:22px;right:22px;bottom:20px;z-index:3}.tg-clean-image-card span{display:block;margin-bottom:6px;color:var(--purple-3);font-size:.63rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.tg-clean-image-card h3{max-width:520px;margin:0;font-size:clamp(1rem,2vw,1.5rem);line-height:1.18}

.tg-clean-services,.tg-clean-provider-showcase,.tg-clean-process,.tg-clean-reviews{background:#050507}
.tg-clean-provider-showcase,.tg-clean-reviews{background:#08080c}
.tg-clean-service-card,.tg-clean-provider-card{background:#0d0d12;box-shadow:none;border-color:rgba(255,255,255,.085)}
.tg-clean-service-card:hover,.tg-clean-provider-card:hover{transform:translateY(-6px);border-color:rgba(192,132,252,.38);box-shadow:0 22px 55px rgba(0,0,0,.32)}
.tg-clean-service-card .tg-service-image{height:205px}
.tg-clean-service-card .tg-service-image img{filter:saturate(.92) contrast(1.03)}
.tg-clean-provider-card{padding:19px}.tg-clean-provider-card .tg-provider-score{margin:16px 0}.tg-clean-provider-card .tg-provider-actions{margin-top:15px}
.tg-clean-compare{background:radial-gradient(circle at 8% 25%,rgba(91,33,182,.15),transparent 34%),#07070b}
.tg-clean-process .tg-process-grid article{border:1px solid var(--border);border-radius:19px;background:#0d0d12;min-height:195px}.tg-clean-process .tg-process-grid article::after{left:20px;right:20px;width:auto}
.tg-clean-reviews .tg-review-card{background:#0d0d12;box-shadow:none}
.tg-clean-provider-cta .tg-provider-cta-inner{min-height:310px;background:linear-gradient(120deg,rgba(91,33,182,.34),rgba(15,15,22,.92) 55%,rgba(168,85,247,.12));border-color:rgba(192,132,252,.3)}
.tg-clean-provider-cta .tg-provider-cta-image{height:300px;align-self:end;display:flex;align-items:flex-end;justify-content:center;overflow:visible}
.tg-clean-provider-cta .tg-provider-cta-image img{width:125%;max-width:430px;height:auto;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(0,0,0,.42));transition:transform .45s var(--ease)}
.tg-clean-provider-cta .tg-provider-cta-inner:hover .tg-provider-cta-image img{transform:translateY(-5px) scale(1.015)}

/* Cleaner global panels on internal pages */
.profile-panel,.booking-panel,.post-card,.widget,.service-card,.lsc-filter-form,.lsc-booking-form,.lsc-review-form,.lsc-auth-form,.lsc-contact-form,.lsc-compare-page,.lsc-dashboard,.lsc-contact-form-card,.lsc-auth-panel{background:#0d0d12!important;box-shadow:0 18px 55px rgba(0,0,0,.18)!important;border-color:rgba(255,255,255,.085)!important}
.dashboard-stat,.lsc-contact-info-grid>div,.info-grid>div{background:#101015!important;border-color:rgba(255,255,255,.08)!important}

/* Additional micro-interactions */
.button,.button-ghost,.tg-service-card,.tg-provider-card,.tg-review-card,.tg-clean-image-card{position:relative;overflow:hidden}
.button::after,.button-ghost::after{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.2),transparent 70%);transform:translateX(-130%);transition:transform .65s var(--ease);pointer-events:none}
.button:hover::after,.button-ghost:hover::after{transform:translateX(130%)}
.tg-magnetic{transform:translate3d(var(--mag-x,0),var(--mag-y,0),0)}
.tg-magnetic:hover{transform:translate3d(var(--mag-x,0),calc(var(--mag-y,0) - 2px),0)}

@keyframes tg-clean-breathe{0%,100%{transform:scale(.96);opacity:.72}50%{transform:scale(1.04);opacity:1}}
@keyframes tg-clean-worker{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* 60 additional lightweight reveal presets (180 total). */
@keyframes lsc-motion-21{0%{opacity:0;transform:translate3d(-44px,20px,0);clip-path:inset(0 100% 0 0)}100%{opacity:1;transform:none;clip-path:inset(0)}}
@keyframes lsc-motion-22{0%{opacity:0;transform:translate3d(44px,20px,0);clip-path:inset(0 0 0 100%)}100%{opacity:1;transform:none;clip-path:inset(0)}}
@keyframes lsc-motion-23{0%{opacity:0;transform:perspective(850px) rotateX(12deg) translateY(28px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-24{0%{opacity:0;filter:blur(7px);transform:translate3d(0,28px,0)}100%{opacity:1;filter:none;transform:none}}
@keyframes lsc-motion-25{0%{opacity:0;transform:scale(.86) rotate(-1deg)}70%{opacity:1;transform:scale(1.015)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-26{0%{opacity:0;transform:scale(1.07) translateY(-10px)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-27{0%{opacity:0;transform:translate3d(-28px,38px,0) rotate(-1.5deg)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-28{0%{opacity:0;transform:translate3d(28px,38px,0) rotate(1.5deg)}100%{opacity:1;transform:none}}
@keyframes lsc-motion-29{0%{opacity:0;filter:brightness(1.7) saturate(.5);transform:scale(.95)}100%{opacity:1;filter:none;transform:none}}
@keyframes lsc-motion-30{0%{opacity:0;transform:perspective(900px) rotateY(10deg) translateX(20px)}100%{opacity:1;transform:none}}
.motion-auto.is-visible.lsc-anim-121{animation:lsc-motion-21 0.58s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-122{animation:lsc-motion-22 0.58s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-123{animation:lsc-motion-23 0.58s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-124{animation:lsc-motion-24 0.58s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-125{animation:lsc-motion-25 0.58s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-126{animation:lsc-motion-26 0.58s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-127{animation:lsc-motion-27 0.58s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-128{animation:lsc-motion-28 0.58s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-129{animation:lsc-motion-29 0.58s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-130{animation:lsc-motion-30 0.58s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-131{animation:lsc-motion-21 0.64s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-132{animation:lsc-motion-22 0.64s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-133{animation:lsc-motion-23 0.64s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-134{animation:lsc-motion-24 0.64s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-135{animation:lsc-motion-25 0.64s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-136{animation:lsc-motion-26 0.64s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-137{animation:lsc-motion-27 0.64s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-138{animation:lsc-motion-28 0.64s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-139{animation:lsc-motion-29 0.64s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-140{animation:lsc-motion-30 0.64s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-141{animation:lsc-motion-21 0.70s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-142{animation:lsc-motion-22 0.70s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-143{animation:lsc-motion-23 0.70s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-144{animation:lsc-motion-24 0.70s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-145{animation:lsc-motion-25 0.70s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-146{animation:lsc-motion-26 0.70s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-147{animation:lsc-motion-27 0.70s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-148{animation:lsc-motion-28 0.70s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-149{animation:lsc-motion-29 0.70s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-150{animation:lsc-motion-30 0.70s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-151{animation:lsc-motion-21 0.76s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-152{animation:lsc-motion-22 0.76s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-153{animation:lsc-motion-23 0.76s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-154{animation:lsc-motion-24 0.76s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-155{animation:lsc-motion-25 0.76s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-156{animation:lsc-motion-26 0.76s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-157{animation:lsc-motion-27 0.76s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-158{animation:lsc-motion-28 0.76s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-159{animation:lsc-motion-29 0.76s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-160{animation:lsc-motion-30 0.76s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-161{animation:lsc-motion-21 0.58s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-162{animation:lsc-motion-22 0.58s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-163{animation:lsc-motion-23 0.58s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-164{animation:lsc-motion-24 0.58s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-165{animation:lsc-motion-25 0.58s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-166{animation:lsc-motion-26 0.58s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-167{animation:lsc-motion-27 0.58s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-168{animation:lsc-motion-28 0.58s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-169{animation:lsc-motion-29 0.58s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-170{animation:lsc-motion-30 0.58s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-171{animation:lsc-motion-21 0.64s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-172{animation:lsc-motion-22 0.64s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-173{animation:lsc-motion-23 0.64s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-174{animation:lsc-motion-24 0.64s var(--ease) 0.125s both}
.motion-auto.is-visible.lsc-anim-175{animation:lsc-motion-25 0.64s var(--ease) 0.000s both}
.motion-auto.is-visible.lsc-anim-176{animation:lsc-motion-26 0.64s var(--ease) 0.025s both}
.motion-auto.is-visible.lsc-anim-177{animation:lsc-motion-27 0.64s var(--ease) 0.050s both}
.motion-auto.is-visible.lsc-anim-178{animation:lsc-motion-28 0.64s var(--ease) 0.075s both}
.motion-auto.is-visible.lsc-anim-179{animation:lsc-motion-29 0.64s var(--ease) 0.100s both}
.motion-auto.is-visible.lsc-anim-180{animation:lsc-motion-30 0.64s var(--ease) 0.125s both}

@media(max-width:900px){
  .tg-clean-hero .tg-hero-inner{grid-template-columns:1fr;gap:25px}.tg-clean-hero-visual{min-height:410px}.tg-clean-hero .tg-hero-copy{text-align:center}.tg-clean-hero .tg-hero-copy>p{margin-inline:auto}.tg-clean-hero .tg-hero-actions,.tg-clean-hero .tg-trust-row{justify-content:center}
  .tg-clean-benefit-grid{grid-template-columns:repeat(2,1fr)}.tg-clean-benefit-grid>div:nth-child(2){border-right:0}.tg-clean-benefit-grid>div:nth-child(-n+2){border-bottom:1px solid var(--border)}
  .tg-clean-story-heading{grid-template-columns:1fr;gap:24px}.tg-clean-image-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 240px}.tg-clean-image-large{grid-column:1/-1;grid-row:auto}
}
@media(max-width:640px){
  .tg-clean-hero{padding-top:28px}.tg-clean-hero .tg-hero-copy h1{font-size:clamp(3rem,15vw,4.45rem)}.tg-clean-hero-visual{min-height:335px}.tg-clean-portrait-frame{width:300px;border-radius:32px}.tg-clean-hero-visual::before{width:300px;height:300px}.tg-clean-visual-note{display:none}
  .tg-clean-benefit-grid{grid-template-columns:1fr}.tg-clean-benefit-grid>div{border-right:0;border-bottom:1px solid var(--border)}.tg-clean-benefit-grid>div:last-child{border-bottom:0}
  .tg-clean-story{padding-top:70px}.tg-clean-story-heading h2{font-size:3rem}.tg-clean-image-grid{grid-template-columns:1fr;grid-template-rows:none}.tg-clean-image-card,.tg-clean-image-large{min-height:235px;grid-column:auto;grid-row:auto}.tg-clean-image-large{min-height:300px}
  .tg-clean-provider-cta .tg-provider-cta-image{display:flex;height:210px}.tg-clean-provider-cta .tg-provider-cta-image img{max-width:340px}.tg-clean-provider-cta .tg-provider-cta-inner{padding-top:0}
}
@media(prefers-reduced-motion:reduce){.tg-clean-hero-worker,.tg-clean-portrait-glow,.tg-note-one,.tg-note-two{animation:none!important}.tg-magnetic{transform:none!important}}
