:root{
  --pink:#E89EB8;
  --pink-dark:#d982a1;
  --pink-soft:#fbf1f5;
  --black:#070707;
  --ink:#121212;
  --muted:#6f6870;
  --line:#eadce2;
  --white:#fff;
  --max:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.tsp-page{overflow-x:hidden;overflow-y:visible;background:#fff}
.tsp-wrap{width:min(var(--max),calc(100% - 52px));margin:0 auto}
.tsp-kicker{font-size:13px;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:var(--pink);margin:0 0 12px}
.tsp-serif{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.03em}
.tsp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:6px;padding:15px 22px;font-weight:800;font-size:14px;letter-spacing:.02em;transition:.25s ease;border:1px solid transparent;cursor:pointer}
.tsp-btn:hover{transform:translateY(-2px)}
.tsp-btn-pink{background:var(--pink);color:#111;box-shadow:0 10px 28px rgba(232,158,184,.2)}
.tsp-btn-pink:hover{background:#f0abc3}
.tsp-btn-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.02)}
.tsp-btn-outline:hover{background:#fff;color:#111}
.tsp-btn-dark{background:#080808;color:#fff;border-color:#080808}
.tsp-btn-dark:hover{background:#272727}
.tsp-arrow{font-size:18px;line-height:1}

/* Header */
.tsp-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;background:rgba(7,7,7,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}
.tsp-header-inner{height:86px;display:grid;grid-template-columns:270px 1fr 270px;align-items:center;gap:22px}
.tsp-logo{width:246px;max-height:45px;object-fit:contain;object-position:left center}
.tsp-nav{display:flex;justify-content:center;align-items:center;gap:34px;color:#fff;font-size:15.5px;font-weight:700;white-space:nowrap}
.tsp-nav a{opacity:.88;position:relative;padding:30px 0}
.tsp-nav a:after{content:'';position:absolute;left:0;bottom:22px;width:100%;height:2px;background:var(--pink);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}
.tsp-nav a:hover{opacity:1}
.tsp-nav a:hover:after{transform:scaleX(1)}
.tsp-header-cta{justify-self:end}
main{padding-top:86px}
.tsp-mobile-toggle{display:none;background:none;border:0;color:white;font-size:28px;padding:8px}
.tsp-mobile-menu{display:none;position:relative;margin:0;padding:0}
.tsp-mobile-menu summary{list-style:none;color:#fff;font-size:28px;line-height:1;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}
.tsp-mobile-menu summary::-webkit-details-marker{display:none}
.tsp-menu-close-icon{display:none;font-size:34px;font-weight:300}
.tsp-mobile-menu[open] .tsp-menu-open-icon{display:none}
.tsp-mobile-menu[open] .tsp-menu-close-icon{display:inline}
.tsp-mobile-nav{display:none}


/* Hero */
.tsp-hero{background:radial-gradient(circle at 78% 30%,rgba(232,158,184,.11),transparent 28%),#070707;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.tsp-hero-inner{min-height:610px;display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);align-items:center;gap:34px;padding:54px 0 42px}
.tsp-hero-copy{padding-left:0;max-width:660px}
.tsp-hero h1{font-size:clamp(46px,5.2vw,76px);line-height:1.01;margin:0 0 22px;color:#fff}
.tsp-hero h1 .pink{color:var(--pink)}
.tsp-hero-lead{font-size:19px;line-height:1.65;max-width:610px;color:#e9e5e7;margin:0 0 26px}
.tsp-hero-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 28px;max-width:620px;margin:0 0 30px;padding:0;list-style:none}
.tsp-hero-points li{display:flex;align-items:center;gap:10px;font-size:14.5px;color:#f4eff1;font-weight:700}
.tsp-check{width:19px;height:19px;border-radius:50%;border:1px solid var(--pink);display:inline-flex;align-items:center;justify-content:center;color:var(--pink);font-size:12px;flex:0 0 19px}
.tsp-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:15px}
.tsp-domain-note{font-size:12.5px;color:#c8c2c5}
.tsp-hero-visual{position:relative;display:flex;align-items:center;justify-content:flex-end;min-width:0}
.tsp-hero-visual img{width:100%;max-width:720px;object-fit:contain;object-position:center;border-radius:2px;filter:drop-shadow(0 26px 48px rgba(0,0,0,.45))}

/* benefits */
.tsp-benefits{background:#fff;padding:32px 0 30px;border-bottom:1px solid var(--line)}
.tsp-benefits-title{text-align:center;margin-bottom:18px}
.tsp-benefit-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.tsp-benefit{padding:10px 28px 7px;text-align:center;min-height:130px;border-right:1px solid var(--line)}
.tsp-benefit:last-child{border-right:0}
.tsp-benefit-icon{width:52px;height:52px;margin:0 auto 10px;display:grid;place-items:center;color:#121212}
.tsp-benefit-icon svg{width:39px;height:39px;stroke-width:1.65}
.tsp-benefit h3{font-size:15px;margin:0 0 5px}
.tsp-benefit p{font-size:13.5px;line-height:1.45;color:#4f494d;margin:0 auto;max-width:190px}

/* about */
.tsp-about{background:#080808;color:#fff;padding:74px 0}
.tsp-about-grid{display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);gap:66px;align-items:center}
.tsp-about-photo{position:relative;border-radius:12px;overflow:hidden;min-height:390px;background:#1b1718;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 60px rgba(0,0,0,.28)}
.tsp-about-photo img{width:100%;height:100%;min-height:390px;object-fit:cover}
.tsp-about-photo:after{content:'Strategy. Design. Conversion. Growth.';position:absolute;left:26px;bottom:24px;background:rgba(6,6,6,.76);border:1px solid rgba(232,158,184,.45);padding:12px 15px;border-radius:8px;font-family:Georgia,'Times New Roman',serif;font-size:17px;max-width:240px;backdrop-filter:blur(8px)}
.tsp-about-copy h2{font-size:50px;line-height:1.08;margin:0 0 20px;color:#fff;max-width:760px}
.tsp-about-copy>p:not(.tsp-kicker){font-size:17px;line-height:1.7;color:#ddd6d9;max-width:760px;margin:0 0 30px}
.tsp-values{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.14);padding-top:26px;gap:0}
.tsp-value{padding:0 22px;border-right:1px solid rgba(255,255,255,.2)}
.tsp-value:first-child{padding-left:0}
.tsp-value:last-child{border-right:0}
.tsp-value b{display:block;font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--pink);font-size:34px;line-height:1;margin-bottom:9px}
.tsp-value span{display:block;font-size:13.5px;color:#f0e9ec;line-height:1.35}

/* Examples */
.tsp-examples{padding:68px 0 76px;background:linear-gradient(180deg,#fff 0%,#fff8fb 100%)}
.tsp-section-head{text-align:center;max-width:850px;margin:0 auto 30px}
.tsp-section-head h2{font-size:50px;line-height:1.08;margin:0 0 10px}
.tsp-section-head p:last-child{color:#6a6366;margin:0 auto;max-width:700px}
.tsp-concepts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.tsp-concept{margin:0;background:#0b0b0b;border:1px solid #eadfe3;border-radius:7px;overflow:hidden;box-shadow:0 18px 42px rgba(28,14,20,.09);transition:.28s ease}
.tsp-concept:hover{transform:translateY(-4px);box-shadow:0 24px 52px rgba(28,14,20,.14)}
.tsp-concept img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;display:block}
.tsp-concept-note{text-align:center;font-size:12px;color:#82777c;margin-top:18px}

/* Package */
.tsp-package{background:#080808;color:#fff;padding:66px 0}
.tsp-package-grid{display:grid;grid-template-columns:32% 44% 24%;align-items:center;gap:28px}
.tsp-package h2{font-size:46px;line-height:1.06;margin:0 0 14px;color:#fff}
.tsp-price-line{font-size:50px;color:var(--pink);font-family:Georgia,'Times New Roman',serif;line-height:1;margin-bottom:20px}
.tsp-package-intro{color:#d9d1d4;font-size:15px;max-width:350px}
.tsp-package-list{display:grid;grid-template-columns:1fr 1fr;gap:13px 28px;margin:0;padding:0;list-style:none}
.tsp-package-list li{font-size:14.5px;display:flex;gap:10px;align-items:flex-start}
.tsp-price-card{border:1px solid rgba(232,158,184,.7);border-radius:14px;padding:28px 25px;text-align:center;background:linear-gradient(180deg,rgba(232,158,184,.06),rgba(255,255,255,.015))}
.tsp-price-card small{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#ffd6e4;font-weight:800}
.tsp-price-card .big{font-family:Georgia,'Times New Roman',serif;font-size:57px;color:var(--pink);line-height:1;margin:8px 0 4px}
.tsp-price-card .aed{font-size:15px;color:#f4c4d4;margin-left:3px}
.tsp-price-card p{font-size:13px;color:#d7cfd2;margin:0 0 18px}
.tsp-package-note{grid-column:2/3;font-size:12px;color:#aaa1a5;margin-top:0}

/* Testimonials */
.tsp-proof{padding:64px 0 66px;background:#fff}
.tsp-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.tsp-proof-card{border:1px solid #eadde2;border-radius:12px;padding:23px;background:#fff;box-shadow:0 14px 34px rgba(34,19,25,.04)}
.tsp-proof-top{display:flex;align-items:center;gap:13px;margin-bottom:13px}
.tsp-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#f6d6e1,#b66f89);display:grid;place-items:center;color:#111;font-weight:900;font-family:Georgia,'Times New Roman',serif;font-size:19px}
.tsp-proof-card strong{display:block;font-size:14px}
.tsp-proof-card small{display:block;color:#766d71;font-size:12px}
.tsp-stars{color:#e790ae;letter-spacing:.1em;font-size:14px;margin-top:2px}
.tsp-proof-card p{font-size:14px;color:#484145;line-height:1.6;margin:0}
.tsp-sample-label{display:inline-block;background:#fff0f5;color:#92546b;border:1px solid #f1d2de;border-radius:999px;padding:5px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:12px}

/* CTA */
.tsp-cta-band{background:linear-gradient(90deg,#e487aa,#efabc2);padding:26px 0}
.tsp-cta-inner{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:25px}
.tsp-cta-icon{width:66px;height:66px;border-radius:50%;background:#19b954;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.13)}
.tsp-cta-icon svg{width:39px;height:39px;fill:#fff}
.tsp-cta-copy h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:400;margin:0 0 3px;color:#fff}
.tsp-cta-copy p{margin:0;color:#fff;font-size:14px}
.tsp-cta-inner .tsp-btn{min-width:270px}

/* Footer */
.tsp-footer{background:#070707;color:#fff;padding:50px 0 24px}
.tsp-footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:60px;align-items:start}
.tsp-footer-logo{width:245px;margin-bottom:18px}
.tsp-footer-about{font-size:14.5px;line-height:1.6;color:#d2cace;max-width:320px;margin:0 0 18px}
.tsp-socials{display:flex;gap:10px}
.tsp-social{width:38px;height:38px;border-radius:50%;background:var(--pink);display:grid;place-items:center;color:#111;font-weight:900;font-size:13px}
.tsp-footer h4{margin:3px 0 15px;color:var(--pink);font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.tsp-footer-links{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.tsp-footer-links a,.tsp-footer-links li{font-size:14.5px;color:#eee7ea;line-height:1.45}
.tsp-footer-links a:hover{color:var(--pink)}
.tsp-contact-item{display:flex;gap:10px;align-items:flex-start}
.tsp-contact-symbol{color:var(--pink);width:18px;flex:0 0 18px}
.tsp-footer-bottom{border-top:1px solid rgba(232,158,184,.32);margin-top:36px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#aaa1a5;font-size:12.5px}
.tsp-footer-legal{display:flex;gap:20px}

/* WhatsApp floating */
.tsp-wa{position:fixed;right:24px;bottom:24px;width:62px;height:62px;border-radius:50%;background:#1ec15a;display:grid;place-items:center;z-index:70;box-shadow:0 14px 30px rgba(0,0,0,.28);border:3px solid #fff;transition:.22s ease}
.tsp-wa:hover{transform:scale(1.06)}
.tsp-wa svg{width:34px;height:34px;fill:#fff}

/* entrance animation */
.tsp-reveal{opacity:1;transform:none}
.tsp-reveal.is-visible{animation:tspReveal .55s ease both}
@keyframes tspReveal{from{transform:translateY(10px)}to{transform:none}}

@media (max-width:1180px){
  .tsp-header-inner{grid-template-columns:220px 1fr 210px}.tsp-logo{width:210px}.tsp-nav{gap:21px;font-size:14px}
  .tsp-hero-inner{grid-template-columns:1fr 1fr}.tsp-hero h1{font-size:56px}.tsp-hero-lead{font-size:17px}
  .tsp-concepts{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .tsp-about-grid{gap:38px}.tsp-values{grid-template-columns:1fr 1fr;gap:22px}.tsp-value{border-right:0;padding:0}
  .tsp-package-grid{grid-template-columns:30% 45% 25%;gap:20px}.tsp-price-card{padding:24px 16px}
}
@media (max-width:900px){
  .tsp-wrap{width:min(100% - 36px,var(--max))}
  .tsp-header-inner{height:76px;grid-template-columns:1fr auto}.tsp-logo{width:220px}.tsp-nav,.tsp-header-cta{display:none}.tsp-mobile-toggle{display:block}main{padding-top:76px}
  .tsp-header.open .tsp-nav{display:flex;position:absolute;top:76px;left:0;right:0;background:#090909;flex-direction:column;padding:20px 25px 26px;gap:0;border-top:1px solid rgba(255,255,255,.08)}.tsp-header.open .tsp-nav a{padding:13px 0;width:100%;text-align:center}
  .tsp-hero-inner{grid-template-columns:1fr;padding:48px 0 25px;gap:22px}.tsp-hero-copy{max-width:750px}.tsp-hero-visual{justify-content:center}.tsp-hero-visual img{max-width:720px}
  .tsp-benefit-grid{grid-template-columns:repeat(2,1fr)}.tsp-benefit{border-bottom:1px solid var(--line)}.tsp-benefit:nth-child(2n){border-right:0}.tsp-benefit:last-child{grid-column:1/-1;border-bottom:0}
  .tsp-about-grid{grid-template-columns:1fr}.tsp-about-photo{min-height:340px}.tsp-about-photo img{min-height:340px}.tsp-about-copy h2,.tsp-section-head h2{font-size:42px}
  .tsp-package-grid{grid-template-columns:1fr}.tsp-package-note{grid-column:auto}.tsp-price-card{max-width:430px}.tsp-proof-grid{grid-template-columns:1fr}
  .tsp-cta-inner{grid-template-columns:70px 1fr}.tsp-cta-inner .tsp-btn{grid-column:1/-1;min-width:0;width:100%}
  .tsp-footer-grid{grid-template-columns:1.2fr 1fr;gap:42px}.tsp-footer-bottom{flex-direction:column}.tsp-footer-legal{flex-wrap:wrap}
}
@media (max-width:640px){
  body{font-size:15px}.tsp-wrap{width:min(100% - 28px,var(--max))}.tsp-header-inner{height:70px}.tsp-logo{width:205px}.tsp-header.open .tsp-nav{top:70px}main{padding-top:70px}
  .tsp-hero-inner{padding-top:38px}.tsp-hero h1{font-size:44px}.tsp-hero-lead{font-size:16px}.tsp-hero-points{grid-template-columns:1fr;gap:9px}.tsp-hero-actions{display:grid}.tsp-btn{width:100%}.tsp-hero-visual{margin:0 -10px}.tsp-hero-visual img{width:110%;max-width:none}
  .tsp-benefit-grid{grid-template-columns:1fr}.tsp-benefit{border-right:0}.tsp-benefit:last-child{grid-column:auto}
  .tsp-about{padding:52px 0}.tsp-about-copy h2,.tsp-section-head h2{font-size:36px}.tsp-about-photo,.tsp-about-photo img{min-height:280px}.tsp-about-photo:after{font-size:14px;left:16px;bottom:16px}.tsp-values{grid-template-columns:1fr 1fr}.tsp-value b{font-size:29px}
  .tsp-examples{padding:52px 0}.tsp-concepts{grid-template-columns:1fr;gap:14px}
  .tsp-package{padding:52px 0}.tsp-package h2{font-size:36px}.tsp-price-line{font-size:43px}.tsp-package-list{grid-template-columns:1fr}.tsp-price-card{max-width:none}
  .tsp-proof{padding:52px 0}.tsp-cta-inner{grid-template-columns:56px 1fr;gap:14px}.tsp-cta-icon{width:54px;height:54px}.tsp-cta-copy h3{font-size:23px}.tsp-footer-grid{grid-template-columns:1fr;gap:30px}.tsp-footer-logo{width:230px}.tsp-footer-bottom{margin-top:28px}.tsp-wa{width:56px;height:56px;right:16px;bottom:16px}
}


/* About section image replacement */
.tsp-about{background:#080808;color:#fff;padding:74px 0}
.tsp-about-feature{display:block;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 60px rgba(0,0,0,.28)}
.tsp-about-feature img{display:block;width:100%;height:auto}
@media (max-width:767px){.tsp-about{padding:52px 0}}


/* Footer icon refinements */
.tsp-social{text-decoration:none}
.tsp-social svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.tsp-contact-symbol{display:inline-flex;align-items:center;justify-content:flex-start}
.tsp-contact-symbol svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}


/* Legal pages */
.tsp-legal-page{background:#f8f4f6;min-height:100vh}
.tsp-legal-hero{background:#080808;color:#fff;padding:84px 0 66px;border-bottom:1px solid rgba(232,158,184,.22)}
.tsp-legal-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:40px;align-items:end}
.tsp-legal-hero h1{font-size:64px;line-height:1.02;margin:0 0 16px;max-width:900px}
.tsp-legal-hero p{margin:0;color:#d9d1d5;font-size:17px;max-width:820px;line-height:1.75}
.tsp-legal-meta{margin-top:20px;display:flex;gap:14px;flex-wrap:wrap;font-size:13px;color:#bbb0b5}
.tsp-legal-meta span{display:inline-flex;align-items:center;gap:7px}
.tsp-legal-content{padding:68px 0 82px}
.tsp-legal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:48px;align-items:start}
.tsp-legal-toc{position:sticky;top:112px;background:#0a0a0a;color:#fff;border-radius:12px;padding:24px;border:1px solid rgba(232,158,184,.2)}
.tsp-legal-toc h3{margin:0 0 14px;color:var(--pink);font-size:12px;letter-spacing:.1em;text-transform:uppercase}
.tsp-legal-toc a{display:block;padding:8px 0;color:#ddd4d8;font-size:13.5px;line-height:1.35;border-bottom:1px solid rgba(255,255,255,.06)}
.tsp-legal-toc a:last-child{border-bottom:0}
.tsp-legal-toc a:hover{color:var(--pink)}
.tsp-legal-card{background:#fff;border:1px solid #eadce2;border-radius:14px;box-shadow:0 20px 55px rgba(42,17,28,.06);padding:46px 52px}
.tsp-legal-section{scroll-margin-top:120px;padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid #eee4e8}
.tsp-legal-section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.tsp-legal-section h2{font-family:Georgia,'Times New Roman',serif;font-size:31px;line-height:1.18;font-weight:400;margin:0 0 14px;color:#151214}
.tsp-legal-section h3{font-size:17px;margin:22px 0 8px;color:#181418}
.tsp-legal-section p,.tsp-legal-section li{font-size:15.5px;line-height:1.78;color:#554d51}
.tsp-legal-section p{margin:0 0 14px}
.tsp-legal-section ul{margin:10px 0 16px;padding-left:22px}
.tsp-legal-section li{margin:6px 0}
.tsp-legal-highlight{background:var(--pink-soft);border-left:4px solid var(--pink);padding:18px 20px;border-radius:0 8px 8px 0;margin:18px 0;color:#3a3035}
.tsp-legal-highlight strong{color:#171315}
.tsp-legal-return{background:#080808;color:#fff;border-top:1px solid rgba(232,158,184,.2);padding:34px 0}
.tsp-legal-return-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.tsp-legal-return h3{font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:400;margin:0 0 5px}
.tsp-legal-return p{margin:0;color:#cfc5ca;font-size:14px}
.tsp-footer-legal a{color:#aaa1a5}
.tsp-footer-legal a:hover{color:var(--pink)}
@media(max-width:900px){
  .tsp-legal-hero{padding:62px 0 52px}.tsp-legal-hero-inner{grid-template-columns:1fr}.tsp-legal-hero h1{font-size:50px}.tsp-legal-layout{grid-template-columns:1fr}.tsp-legal-toc{position:relative;top:auto;display:none}.tsp-legal-card{padding:34px 32px}.tsp-legal-return-inner{align-items:flex-start;flex-direction:column}.tsp-legal-return .tsp-btn{width:auto}
}
@media(max-width:640px){
  .tsp-legal-hero{padding:46px 0 40px}.tsp-legal-hero h1{font-size:40px}.tsp-legal-card{padding:26px 20px}.tsp-legal-section h2{font-size:27px}.tsp-legal-content{padding:44px 0 58px}.tsp-legal-return .tsp-btn{width:100%}
}


/* V15 final responsive pass: iPhone, Android, iPad and tablet optimisation */
html,body{max-width:100%;overflow-x:hidden}
body{min-width:320px}
body.tsp-menu-open{overflow:hidden;touch-action:none}
.tsp-page{width:100%;min-width:0}
.tsp-wrap{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}
section[id]{scroll-margin-top:110px}
.tsp-header{padding-top:env(safe-area-inset-top,0px)}
main{padding-top:calc(86px + env(safe-area-inset-top,0px))}
.tsp-mobile-toggle{min-width:44px;min-height:44px;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}
.tsp-btn,.tsp-nav a,.tsp-social,.tsp-wa{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.tsp-footer-links a,.tsp-contact-item{overflow-wrap:anywhere}
.tsp-about-mobile{display:none}
.tsp-wa{right:max(24px,calc(env(safe-area-inset-right,0px) + 16px));bottom:max(24px,calc(env(safe-area-inset-bottom,0px) + 16px))}

@media (hover:none){
  .tsp-btn:hover,.tsp-concept:hover,.tsp-wa:hover{transform:none}
}

/* Small laptops and iPad Pro landscape */
@media (min-width:901px) and (max-width:1180px){
  .tsp-wrap{width:min(var(--max),calc(100% - 40px))}
  .tsp-header-inner{grid-template-columns:195px minmax(0,1fr) 190px;gap:14px}
  .tsp-logo{width:190px}
  .tsp-nav{gap:16px;font-size:13.5px}
  .tsp-nav a{padding-left:1px;padding-right:1px}
  .tsp-header-cta{padding:13px 14px;font-size:12.5px;white-space:nowrap}
  .tsp-hero-inner{grid-template-columns:minmax(0,48%) minmax(0,52%);gap:22px;min-height:560px;padding:44px 0 38px}
  .tsp-hero h1{font-size:clamp(46px,5vw,58px)}
  .tsp-hero-lead{font-size:17px}
  .tsp-hero-points{gap:9px 18px}
  .tsp-hero-points li{font-size:13.5px}
  .tsp-package-grid{grid-template-columns:29% 45% 26%;gap:18px}
  .tsp-footer-grid{gap:34px}
}

/* iPad Mini / Air portrait, Android tablets and similar */
@media (max-width:900px){
  .tsp-wrap{width:min(var(--max),calc(100% - 36px))}
  .tsp-header-inner{height:76px;grid-template-columns:minmax(0,1fr) auto;gap:14px}
  .tsp-logo{width:min(220px,calc(100vw - 105px));max-height:42px}
  .tsp-mobile-toggle{display:flex;font-size:26px}
  main{padding-top:calc(76px + env(safe-area-inset-top,0px))}
  section[id]{scroll-margin-top:96px}
  .tsp-header.open .tsp-nav{display:flex;position:fixed;top:calc(76px + env(safe-area-inset-top,0px));left:0;right:0;max-height:calc(100dvh - 76px - env(safe-area-inset-top,0px));overflow-y:auto;background:rgba(8,8,8,.995);flex-direction:column;padding:14px max(24px,env(safe-area-inset-right,0px)) calc(22px + env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px));gap:0;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 22px 45px rgba(0,0,0,.4)}
  .tsp-header.open .tsp-nav a{padding:15px 0;width:100%;text-align:center;font-size:16px;border-bottom:1px solid rgba(255,255,255,.06)}
  .tsp-header.open .tsp-nav a:last-child{border-bottom:0}
  .tsp-hero-inner{grid-template-columns:1fr;min-height:0;padding:46px 0 30px;gap:28px}
  .tsp-hero-copy{max-width:780px}
  .tsp-hero h1{font-size:clamp(48px,7.2vw,60px);max-width:760px}
  .tsp-hero-lead{font-size:17px;max-width:720px}
  .tsp-hero-points{max-width:720px}
  .tsp-hero-visual{justify-content:center;margin:0}
  .tsp-hero-visual img{width:min(100%,760px);max-width:760px}
  .tsp-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tsp-benefit{padding-left:22px;padding-right:22px}
  .tsp-about-desktop{display:none}
  .tsp-about-mobile{display:grid;grid-template-columns:1fr;gap:14px}
  .tsp-about-mobile img{width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 48px rgba(0,0,0,.24)}
  .tsp-concepts{grid-template-columns:1fr;gap:20px}
  .tsp-concept img{aspect-ratio:3/2;object-fit:cover}
  .tsp-package-grid{grid-template-columns:1fr;gap:28px}
  .tsp-package-list{max-width:720px}
  .tsp-package-note{grid-column:auto}
  .tsp-price-card{width:100%;max-width:520px}
  .tsp-proof-grid{grid-template-columns:1fr}
  .tsp-cta-inner{grid-template-columns:70px minmax(0,1fr);gap:20px}
  .tsp-cta-inner .tsp-btn{grid-column:1/-1;width:100%;min-width:0}
  .tsp-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 44px}
  .tsp-footer-bottom{flex-direction:column;align-items:flex-start}
  .tsp-legal-hero-inner{grid-template-columns:1fr}
  .tsp-legal-layout{grid-template-columns:1fr}
  .tsp-legal-toc{display:none}
}

/* Large phones / compact tablets */
@media (max-width:640px){
  .tsp-wrap{width:min(var(--max),calc(100% - 28px))}
  .tsp-header-inner{height:70px}
  .tsp-logo{width:min(205px,calc(100vw - 92px));max-height:39px}
  main{padding-top:calc(70px + env(safe-area-inset-top,0px))}
  section[id]{scroll-margin-top:86px}
  .tsp-header.open .tsp-nav{top:calc(70px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 70px - env(safe-area-inset-top,0px))}
  .tsp-hero-inner{padding:36px 0 26px;gap:22px}
  .tsp-kicker{font-size:11.5px;letter-spacing:.11em}
  .tsp-hero h1{font-size:clamp(39px,11.2vw,48px);line-height:1.02;margin-bottom:18px}
  .tsp-hero-lead{font-size:15.8px;line-height:1.58;margin-bottom:22px}
  .tsp-hero-points{grid-template-columns:1fr;gap:9px;margin-bottom:24px}
  .tsp-hero-points li{font-size:14px}
  .tsp-hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .tsp-btn{width:100%;min-height:50px;padding:14px 18px;font-size:13.5px}
  .tsp-domain-note{font-size:11.5px}
  .tsp-hero-visual{margin:0 -6px}
  .tsp-hero-visual img{width:calc(100% + 12px);max-width:none}
  .tsp-benefits{padding:28px 0 24px}
  .tsp-benefit-grid{grid-template-columns:1fr}
  .tsp-benefit{min-height:0;padding:18px 12px;border-right:0;border-bottom:1px solid var(--line)}
  .tsp-benefit:last-child{border-bottom:0}
  .tsp-benefit p{max-width:300px}
  .tsp-about{padding:44px 0}
  .tsp-about-mobile{gap:10px}
  .tsp-about-mobile img{border-radius:9px}
  .tsp-examples{padding:48px 0 54px}
  .tsp-section-head{margin-bottom:24px}
  .tsp-section-head h2{font-size:clamp(34px,9.5vw,40px)}
  .tsp-section-head p:last-child{font-size:14px;line-height:1.55}
  .tsp-concepts{gap:14px}
  .tsp-concept{border-radius:8px;box-shadow:0 12px 30px rgba(28,14,20,.08)}
  .tsp-package{padding:48px 0}
  .tsp-package h2{font-size:clamp(34px,9vw,40px)}
  .tsp-price-line{font-size:44px}
  .tsp-package-list{grid-template-columns:1fr;gap:12px}
  .tsp-price-card{max-width:none;padding:25px 20px}
  .tsp-price-card .big{font-size:54px}
  .tsp-proof{padding:48px 0}
  .tsp-proof-card{padding:20px}
  .tsp-cta-band{padding:24px 0}
  .tsp-cta-inner{grid-template-columns:54px minmax(0,1fr);gap:13px}
  .tsp-cta-icon{width:52px;height:52px}
  .tsp-cta-icon svg{width:31px;height:31px}
  .tsp-cta-copy h3{font-size:23px;line-height:1.12}
  .tsp-cta-copy p{font-size:13px;line-height:1.45}
  .tsp-footer{padding:42px 0 calc(22px + env(safe-area-inset-bottom,0px))}
  .tsp-footer-grid{grid-template-columns:1fr;gap:28px}
  .tsp-footer-logo{width:min(230px,80vw)}
  .tsp-footer-about{max-width:430px}
  .tsp-footer-bottom{margin-top:28px;gap:12px}
  .tsp-footer-legal{gap:14px;flex-wrap:wrap}
  .tsp-social{width:42px;height:42px}
  .tsp-wa{width:56px;height:56px;right:max(14px,calc(env(safe-area-inset-right,0px) + 10px));bottom:max(14px,calc(env(safe-area-inset-bottom,0px) + 10px))}
  .tsp-wa svg{width:31px;height:31px}
  .tsp-legal-hero{padding:44px 0 38px}
  .tsp-legal-hero h1{font-size:clamp(38px,11vw,44px)}
  .tsp-legal-hero p{font-size:15px;line-height:1.6}
  .tsp-legal-card{padding:25px 20px}
  .tsp-legal-section h2{font-size:26px}
  .tsp-legal-section p,.tsp-legal-section li{font-size:14.5px;line-height:1.7}
  .tsp-legal-return{padding:30px 0}
  .tsp-legal-return .tsp-btn{width:100%}
}

/* iPhone Pro Max / large Android phones */
@media (min-width:401px) and (max-width:430px){
  .tsp-wrap{width:calc(100% - 26px)}
  .tsp-hero h1{font-size:43px}
}

/* iPhone 12/13/14/15/16 and common Android widths */
@media (max-width:400px){
  .tsp-wrap{width:calc(100% - 24px)}
  .tsp-header-inner{height:68px}
  .tsp-logo{width:min(188px,calc(100vw - 88px))}
  main{padding-top:calc(68px + env(safe-area-inset-top,0px))}
  .tsp-header.open .tsp-nav{top:calc(68px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 68px - env(safe-area-inset-top,0px))}
  .tsp-hero h1{font-size:clamp(37px,10.8vw,42px)}
  .tsp-hero-copy{min-width:0}
  .tsp-proof-top{align-items:flex-start}
  .tsp-avatar{width:48px;height:48px;flex:0 0 48px}
  .tsp-footer-links a,.tsp-footer-links li{font-size:14px}
}

/* iPhone SE / compact Android */
@media (max-width:375px){
  .tsp-wrap{width:calc(100% - 20px)}
  .tsp-logo{width:172px}
  .tsp-hero h1{font-size:36px}
  .tsp-hero-lead{font-size:15px}
  .tsp-hero-points li{font-size:13.5px}
  .tsp-section-head h2,.tsp-package h2{font-size:33px}
  .tsp-cta-copy h3{font-size:21px}
  .tsp-cta-copy p{font-size:12.5px}
}

/* Very narrow browser windows */
@media (max-width:340px){
  .tsp-logo{width:160px}
  .tsp-hero h1{font-size:33px}
  .tsp-hero-actions .tsp-btn{font-size:12.5px;padding-left:12px;padding-right:12px}
}

/* Phones/tablets held landscape */
@media (max-width:900px) and (orientation:landscape) and (max-height:560px){
  .tsp-header.open .tsp-nav{padding-top:8px;padding-bottom:12px}
  .tsp-header.open .tsp-nav a{padding:9px 0;font-size:14px}
  .tsp-hero-inner{padding-top: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}
  .tsp-reveal{opacity:1;transform:none}
}


/* V16 mobile reliability: no JavaScript required for visibility or navigation */
@media (max-width:900px){
  .tsp-mobile-toggle{display:none!important}
  .tsp-mobile-menu{display:block;justify-self:end}
  .tsp-mobile-menu[open] .tsp-mobile-nav{display:flex;position:fixed;top:calc(76px + env(safe-area-inset-top,0px));left:0;right:0;z-index:10020;max-height:calc(100dvh - 76px - env(safe-area-inset-top,0px));overflow-y:auto;background:#090909;flex-direction:column;padding:12px max(24px,env(safe-area-inset-right,0px)) calc(22px + env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px));border-top:1px solid rgba(255,255,255,.08);box-shadow:0 22px 45px rgba(0,0,0,.45)}
  .tsp-mobile-nav a{display:block;width:100%;padding:15px 0;color:#fff;text-align:center;font-size:16px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.07)}
  .tsp-mobile-nav a:last-child{border-bottom:0}
  .tsp-reveal{opacity:1!important;transform:none!important;animation:none!important}
  .tsp-hero-inner{min-height:0!important}
  .tsp-about-feature,.tsp-about-mobile{min-height:0!important}
}
@media (max-width:640px){
  .tsp-mobile-menu[open] .tsp-mobile-nav{top:calc(70px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 70px - env(safe-area-inset-top,0px))}
  .tsp-hero{min-height:0}
  .tsp-hero-inner{padding-bottom:18px!important}
  .tsp-hero-visual{min-height:0!important}
  .tsp-about{padding-top:36px!important;padding-bottom:36px!important}
  .tsp-examples{padding-top:42px!important}
}

/* V17 mobile About + menu fixes */
@media (max-width:900px){
  .tsp-about-mobile{overflow:hidden}
  .tsp-about-mobile img{display:block;max-width:100%;object-position:center}
  .tsp-mobile-menu[open] .tsp-mobile-nav{overscroll-behavior:contain}
}
@media (max-width:640px){
  .tsp-about-mobile{gap:12px}
  .tsp-about-mobile img{width:100%;margin:0}
}



/* V19 mobile navigation: native details menu for reliable opening in iOS/Android previews. */
.tsp-mobile-toggle-link,.tsp-mobile-drawer,.tsp-menu-close-target{display:none!important}
.tsp-contact-symbol{color:#E89EB8!important;display:inline-flex;align-items:center;justify-content:center;width:20px;min-width:20px;height:20px;flex:0 0 20px;margin-top:1px}
.tsp-contact-symbol svg{display:block;width:18px;height:18px;fill:none!important;stroke:#E89EB8!important;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.tsp-contact-item a,.tsp-contact-item span:not(.tsp-contact-symbol){color:#eee7ea!important}
@media (max-width:900px){
  .tsp-mobile-menu{display:block!important;position:relative;justify-self:end;margin:0;padding:0;z-index:10030}
  .tsp-mobile-menu summary{list-style:none;color:#fff;font-size:30px;line-height:1;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none}
  .tsp-mobile-menu summary::-webkit-details-marker{display:none}
  .tsp-menu-open-icon{display:inline}
  .tsp-menu-close-icon{display:none}
  .tsp-mobile-menu[open] .tsp-menu-open-icon{display:none}
  .tsp-mobile-menu[open] .tsp-menu-close-icon{display:inline}
  .tsp-mobile-menu .tsp-mobile-nav{display:none!important}
  .tsp-mobile-menu[open] .tsp-mobile-nav{display:flex!important;position:fixed;top:calc(76px + env(safe-area-inset-top,0px));left:0;right:0;z-index:10020;max-height:calc(100dvh - 76px - env(safe-area-inset-top,0px));overflow-y:auto;background:#090909;flex-direction:column;padding:12px max(24px,env(safe-area-inset-right,0px)) calc(22px + env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px));gap:0;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 22px 45px rgba(0,0,0,.45);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .tsp-mobile-menu[open] .tsp-mobile-nav a{display:block;width:100%;padding:15px 0;color:#fff!important;text-align:center;font-size:16px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .tsp-mobile-menu[open] .tsp-mobile-nav a:last-child{border-bottom:0}
}
@media (max-width:640px){
  .tsp-mobile-menu[open] .tsp-mobile-nav{top:calc(70px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 70px - env(safe-area-inset-top,0px))}
}
@media (max-width:390px){
  .tsp-mobile-menu[open] .tsp-mobile-nav{top:calc(68px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 68px - env(safe-area-inset-top,0px));padding-top:8px;padding-bottom:12px}
  .tsp-mobile-menu[open] .tsp-mobile-nav a{padding:10px 0;font-size:14px}
}


/* V20 production mobile navigation: conventional button + JavaScript drawer.
   Designed for hosted WordPress/Safari/Chrome rather than iOS Quick Look previews. */
.tsp-mobile-menu{display:none!important}
.tsp-mobile-drawer{display:none}
.tsp-mobile-toggle{display:none;background:transparent;border:0;color:#fff;padding:0;width:48px;height:48px;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;justify-self:end;position:relative;z-index:10031}
.tsp-hamburger{display:flex;width:25px;height:20px;flex-direction:column;justify-content:space-between;align-items:stretch}
.tsp-hamburger span{display:block;width:100%;height:2px;border-radius:2px;background:#fff;transform-origin:center;transition:transform .2s ease,opacity .15s ease}
.tsp-header.tsp-menu-open .tsp-hamburger span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.tsp-header.tsp-menu-open .tsp-hamburger span:nth-child(2){opacity:0}
.tsp-header.tsp-menu-open .tsp-hamburger span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
body.tsp-nav-open{overflow:hidden;overscroll-behavior:none}

@media (max-width:900px){
  .tsp-nav,.tsp-header-cta{display:none!important}
  .tsp-mobile-toggle{display:flex!important}
  .tsp-mobile-drawer{display:flex!important;position:fixed;top:calc(76px + env(safe-area-inset-top,0px));left:0;right:0;z-index:10020;max-height:calc(100dvh - 76px - env(safe-area-inset-top,0px));overflow-y:auto;background:rgba(9,9,9,.995);flex-direction:column;padding:12px max(24px,env(safe-area-inset-right,0px)) calc(22px + env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px));gap:0;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 22px 45px rgba(0,0,0,.45);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
  .tsp-header.tsp-menu-open .tsp-mobile-drawer{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .tsp-mobile-drawer a{display:block;width:100%;padding:15px 0;color:#fff!important;text-align:center;font-size:16px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.07);text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .tsp-mobile-drawer a:last-child{border-bottom:0}
}
@media (max-width:640px){
  .tsp-mobile-drawer{top:calc(70px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 70px - env(safe-area-inset-top,0px))}
}
@media (max-width:420px){
  .tsp-mobile-drawer{top:calc(68px + env(safe-area-inset-top,0px));max-height:calc(100dvh - 68px - env(safe-area-inset-top,0px));padding-top:8px;padding-bottom:12px}
  .tsp-mobile-drawer a{padding:11px 0;font-size:14px}
}


/* V21 self-contained legal pages for standalone/mockup reliability */
.tsp-inline-legal-page{display:none;position:fixed;inset:0;z-index:20000;background:#fff;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}
.tsp-inline-legal-page:target{display:block}
.tsp-inline-legal-shell{min-height:100%;background:#fff}
.tsp-inline-legal-header{position:sticky;top:0;z-index:20005;background:rgba(7,7,7,.98);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.tsp-inline-legal-header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.tsp-inline-legal-main{padding-top:0}
.tsp-inline-legal-page .tsp-legal-section{scroll-margin-top:110px}
.tsp-inline-legal-page .tsp-inline-wa{z-index:20010}
@media(max-width:900px){.tsp-inline-legal-header-inner{height:76px}.tsp-inline-legal-header .tsp-logo{width:210px}.tsp-inline-legal-header .tsp-btn{padding:12px 15px;font-size:12px}}
@media(max-width:640px){.tsp-inline-legal-header-inner{height:70px}.tsp-inline-legal-header .tsp-logo{width:175px}.tsp-inline-legal-header .tsp-btn{padding:10px 12px;font-size:11px}.tsp-inline-legal-page .tsp-legal-section{scroll-margin-top:90px}}
