/* Toy Labs — bespoke landing, mockup-faithful (design-mockups/toylabs/desktop-v1.png) */

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
body{margin:0;background:#fff;color:#0D1B24;font-family:"Inter",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:"Fredoka","Trebuchet MS",sans-serif;margin:0}
img{max-width:100%;display:block}

/* announcement bar */
.announce{display:flex;justify-content:space-between;gap:1rem;background:#00A8E8;color:#fff;font-size:.82rem;font-weight:600;padding:.5rem 1.2rem}
.announce__right{opacity:.95}
@media(max-width:640px){.announce__right{display:none}.announce{justify-content:center;text-align:center}}

/* nav */
.tl-nav{display:flex;align-items:center;gap:2rem;padding:.9rem 1.4rem;max-width:1180px;margin:0 auto}
.tl-nav__brand{font-family:"Fredoka",sans-serif;font-weight:700;font-size:1.5rem;color:#0D1B24;text-decoration:none;letter-spacing:-.02em}
.tl-nav__flask{font-size:1.1rem}
.tl-nav__links{display:flex;gap:1.4rem;margin-left:auto}
.tl-nav__links a{color:#0D1B24;text-decoration:none;font-size:.94rem;font-weight:500}
.tl-nav__links a:hover{color:#00A8E8}
@media(max-width:760px){.tl-nav__links{display:none}.tl-nav{justify-content:space-between}}

/* buttons */
.btn-lime{display:inline-block;background:#8ED81C;color:#0D1B24;font-family:"Fredoka",sans-serif;font-weight:600;font-size:1.05rem;padding:.85rem 1.9rem;border-radius:999px;text-decoration:none;border:0;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 3px 0 rgba(13,27,36,.18)}
.btn-lime:hover{transform:translateY(-2px);box-shadow:0 5px 0 rgba(13,27,36,.18)}
.btn-lime--sm{font-size:.92rem;padding:.55rem 1.3rem}
.btn-ghost{display:inline-block;border:2px solid #00A8E8;color:#00A8E8;font-family:"Fredoka",sans-serif;font-weight:600;padding:.7rem 1.8rem;border-radius:999px;text-decoration:none}
.btn-ghost:hover{background:#00A8E8;color:#fff}

/* hero */
.tl-hero{display:grid;grid-template-columns:minmax(300px,460px) 1fr;gap:2rem;align-items:center;max-width:1180px;margin:0 auto;padding:2.5rem 1.4rem 4rem}
.tl-hero__copy h1{font-size:clamp(2.5rem,5.4vw,3.9rem);font-weight:700;letter-spacing:-.02em;line-height:1.04}
.tl-hero__pop{color:#00A8E8}
.tl-hero__squiggle{margin:.5rem 0 0 .2rem}
.tl-hero__lede{font-size:1.06rem;line-height:1.6;color:#3d5766;max-width:26rem;margin:1.1rem 0 1.6rem}
.tl-hero__cta{display:flex;align-items:center;gap:.9rem}
.tl-hero__arrow{margin-top:.6rem}
.tl-hero__badges{display:flex;flex-wrap:wrap;gap:1.1rem;list-style:none;margin:2rem 0 0;padding:0;font-size:.86rem;font-weight:600;color:#3d5766}
.tl-hero__art img{width:100%;height:auto;border-radius:46% 8% 10% 42% / 30% 12% 34% 14%;box-shadow:0 24px 60px -28px rgba(13,27,36,.45)}
@media(max-width:820px){.tl-hero{grid-template-columns:1fr;padding-bottom:2.6rem}.tl-hero__art{order:-1;max-width:520px}.tl-hero__art img{border-radius:24px}}

/* how */
.tl-how{max-width:1180px;margin:0 auto;padding:2.4rem 1.4rem}
.tl-how h2{text-align:center;font-size:clamp(1.7rem,3.4vw,2.3rem);margin-bottom:2.2rem}
.tl-how__steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem}
.tl-how__arrow{flex:none;margin-top:4.6rem}
.tl-step{flex:1;max-width:260px;text-align:center;position:relative}
.tl-step__n{position:absolute;top:-.7rem;left:.4rem;z-index:2;display:grid;place-items:center;width:2.3rem;height:2.3rem;border-radius:999px;color:#fff;font-family:"Fredoka",sans-serif;font-weight:700;font-size:1.05rem;box-shadow:0 2px 8px rgba(13,27,36,.25)}
.tl-step__n--blue{background:#00A8E8}.tl-step__n--lime{background:#7cbf12}.tl-step__n--orange{background:#FF7A1A}
.tl-step__art{border-radius:20px;overflow:hidden;aspect-ratio:1;margin-bottom:1rem}
.tl-step__art img{width:100%;height:100%;object-fit:cover}
.tl-step h3{font-size:1.15rem;margin-bottom:.4rem}
.tl-step p{font-size:.9rem;line-height:1.55;color:#3d5766;margin:0}
@media(max-width:820px){.tl-how__steps{flex-direction:column;align-items:center}.tl-how__arrow{display:none}.tl-step{max-width:340px}}

/* range */
.tl-range{max-width:1180px;margin:0 auto;padding:2.4rem 1.4rem}
.tl-range h2{text-align:center;font-size:clamp(1.7rem,3.4vw,2.3rem);margin-bottom:2.2rem}
.tl-range__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.tl-card{position:relative;background:#F0FAFF;border-radius:20px;overflow:hidden;text-decoration:none;color:#0D1B24;transition:transform .14s ease,box-shadow .14s ease}
.tl-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(13,27,36,.4)}
.tl-card img{width:100%;aspect-ratio:1;object-fit:cover}
.tl-card__flag{position:absolute;top:.8rem;left:.8rem;z-index:2;background:#8ED81C;color:#0D1B24;font-size:.72rem;font-weight:700;padding:.35rem .7rem;border-radius:999px}
.tl-card__body{padding:1rem 1.1rem 1.2rem}
.tl-card__body h3{font-size:1.1rem}
.tl-card__body p{font-size:.85rem;color:#3d5766;margin:.25rem 0 .6rem}
.tl-card__price{font-weight:700;color:#00A8E8;font-size:.95rem}
.tl-range__more{text-align:center;margin-top:2rem}
@media(max-width:960px){.tl-range__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.tl-range__grid{grid-template-columns:1fr}}

/* promises */
.tl-promises{background:#FBF7EF;padding:2.6rem 1.4rem;margin-top:1.6rem}
.tl-promises h2{max-width:1180px;margin:0 auto 1.8rem;font-size:1.5rem}
.tl-promises__row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;max-width:1180px;margin:0 auto}
.tl-promise{display:flex;gap:.8rem;align-items:flex-start}
.tl-promise__ico{display:grid;place-items:center;flex:none;width:2.6rem;height:2.6rem;border-radius:999px;font-size:1.15rem}
.tl-promise__ico--blue{background:#d7f1fb}.tl-promise__ico--lime{background:#e8f7c8}.tl-promise__ico--orange{background:#ffe4cf}.tl-promise__ico--pink{background:#fbdfe9}
.tl-promise h3{font-size:.98rem;margin-bottom:.25rem}
.tl-promise p{font-size:.83rem;line-height:1.5;color:#3d5766;margin:0}
@media(max-width:960px){.tl-promises__row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.tl-promises__row{grid-template-columns:1fr}}

/* club band */
.tl-club{position:relative;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;background:#00A8E8;color:#fff;border-radius:28px;max-width:1130px;margin:3rem auto;padding:2.4rem 8rem 2.4rem 2.6rem;overflow:hidden}
.tl-club h2{font-size:1.8rem;margin-bottom:.5rem}
.tl-club p{margin:0;opacity:.95;font-size:.95rem;max-width:24rem}
.tl-club__form{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;position:relative;z-index:1}
.tl-club__form input[type=email]{border:0;border-radius:999px;padding:.85rem 1.3rem;min-width:240px;font-size:.95rem}
.tl-club__note{flex-basis:100%;font-size:.78rem;margin:.3rem 0 0;opacity:.9}
.tl-club__note[data-state=err]{color:#ffe08a;opacity:1}
.tl-club__flask{position:absolute;right:2rem;top:50%;transform:translateY(-50%);opacity:.9}
@media(max-width:820px){.tl-club{grid-template-columns:1fr;padding:2rem 1.6rem;margin:2.4rem 1rem}.tl-club__flask{display:none}}

/* footer */
.tl-footer{border-top:1px solid #D6E9F2;padding:2.8rem 1.4rem 1.6rem}
.tl-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;max-width:1180px;margin:0 auto}
.tl-footer__grid p{font-size:.87rem;line-height:1.6;color:#3d5766;max-width:22rem;margin-top:.8rem}
.tl-footer h4{font-family:"Fredoka",sans-serif;font-size:.95rem;margin:0 0 .7rem}
.tl-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.tl-footer a{color:#3d5766;text-decoration:none;font-size:.88rem}
.tl-footer a:hover{color:#00A8E8}
.tl-footer__base{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;max-width:1180px;margin:2.2rem auto 0;padding-top:1.2rem;border-top:1px solid #EAF4F9;font-size:.8rem;color:#3d5766}
.tl-footer__base a{color:#00A8E8;text-decoration:none}
@media(max-width:820px){.tl-footer__grid{grid-template-columns:1fr 1fr}}

.skip{position:absolute;left:-9999px}.skip:focus{position:fixed;left:1rem;top:1rem;background:#fff;padding:.6rem 1rem;z-index:99;border-radius:8px}
