
:root{
  --teh-purple:#6D28D9;
  --teh-lilac:#C4B5FD;
  --teh-dark:#111114;
  --teh-bg:#F5F5F7;
  --teh-white:#FFFFFF;
  --teh-muted:#707078;
  --teh-line:#E4E4E9;
  --teh-green:#1A8F58;
  --teh-radius:28px;
  --teh-shadow:0 18px 60px rgba(17,17,20,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--teh-bg);color:var(--teh-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
img{max-width:100%;height:auto}
.tehlio-container{width:min(1220px,calc(100% - 40px));margin-inline:auto}

/* header */
.tehlio-topbar{background:var(--teh-dark);color:#c9c9d0;font-size:12px}
.tehlio-topbar__inner{height:30px;display:flex;align-items:center;justify-content:space-between}
.tehlio-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,228,233,.85)}
.tehlio-header__main{height:76px;display:flex;align-items:center;gap:34px}
.tehlio-logo{display:flex;flex-direction:column;gap:4px;min-width:max-content}
.tehlio-logo small{font-size:10px;color:var(--teh-muted);letter-spacing:.09em}
.tehlio-brand-fallback{font-size:23px;font-weight:900;letter-spacing:-1px;line-height:1}
.tehlio-brand-fallback span{color:var(--teh-purple)}
.tehlio-brand-fallback b{color:var(--teh-dark)}
.custom-logo{max-height:42px;width:auto}
.tehlio-nav{flex:1}
.tehlio-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px;font-size:14px}
.tehlio-menu a{transition:.18s}
.tehlio-menu a:hover{color:var(--teh-purple)}
.tehlio-header__actions{display:flex;align-items:center;gap:8px}
.tehlio-search-toggle,.tehlio-mobile-toggle{width:42px;height:42px;border:1px solid var(--teh-line);border-radius:14px;background:#fff;display:grid;place-items:center;cursor:pointer}
.tehlio-search-toggle span{font-size:25px;line-height:1;transform:rotate(-20deg)}
.tehlio-cart-link{height:42px;border:1px solid var(--teh-line);border-radius:14px;background:#fff;padding:0 14px;display:flex;align-items:center;gap:9px;font-weight:750}
.tehlio-cart-count{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:99px;background:var(--teh-purple);color:#fff;font-size:11px}
.tehlio-mobile-toggle{display:none;padding:9px}
.tehlio-mobile-toggle i{display:block;width:18px;height:2px;background:#111;margin:2px 0}
.tehlio-search-panel{display:none;border-top:1px solid var(--teh-line);padding:14px 0}
.tehlio-search-panel.is-open{display:block}
.tehlio-search-panel form{display:flex;gap:8px}
.tehlio-search-panel input[type=search]{width:100%;border:1px solid var(--teh-line);border-radius:14px;padding:12px 14px;background:#fafafa;outline:none}
.tehlio-search-panel input[type=submit]{border:0;border-radius:14px;background:var(--teh-purple);color:#fff;padding:0 18px;font-weight:800}

/* hero */
.tehlio-hero{background:
  radial-gradient(circle at 10% 10%,rgba(109,40,217,.09),transparent 34%),
  radial-gradient(circle at 88% 12%,rgba(196,181,253,.24),transparent 30%)}
.tehlio-hero__grid{min-height:650px;display:grid;grid-template-columns:1.04fr .96fr;gap:52px;align-items:center;padding-block:46px}
.tehlio-pill{display:inline-flex;padding:8px 11px;border-radius:999px;background:#eee8ff;color:#5520ad;font-size:12px;font-weight:800}
.tehlio-hero h1{font-size:67px;line-height:.98;letter-spacing:-4px;margin:18px 0 20px;max-width:720px}
.tehlio-hero p{font-size:18px;line-height:1.65;color:var(--teh-muted);max-width:650px}
.tehlio-hero__buttons{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.tehlio-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;padding:14px 19px;font-weight:800;transition:.18s}
.tehlio-btn--primary{background:var(--teh-purple);color:#fff;box-shadow:0 12px 28px rgba(109,40,217,.22)}
.tehlio-btn--primary:hover{background:#5b21b6;transform:translateY(-1px)}
.tehlio-btn--ghost{background:#fff;border:1px solid var(--teh-line)}
.tehlio-btn--light{background:#fff;color:#111}
.tehlio-btn--outline-light{border:1px solid rgba(255,255,255,.35);color:#fff}
.tehlio-hero__points{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px}
.tehlio-hero__points>div{display:flex;gap:10px;border-top:1px solid var(--teh-line);padding-top:14px}
.tehlio-hero__points b{color:var(--teh-purple);font-size:11px}
.tehlio-hero__points span{font-size:12px;color:var(--teh-muted);line-height:1.4}
.tehlio-hero__visual{height:545px;position:relative;border-radius:40px;background:linear-gradient(145deg,#eee7ff,#fbf9ff 56%,#e7e7ed);border:1px solid #e5def2;overflow:hidden}
.tehlio-hero__orb{position:absolute;width:360px;height:360px;border-radius:50%;right:-60px;top:-30px;background:#b69cf9;filter:blur(75px);opacity:.5}
.tehlio-phone{position:absolute;width:205px;height:415px;border-radius:47px;box-shadow:0 35px 80px rgba(45,28,67,.27)}
.tehlio-phone--back{left:92px;top:77px;background:linear-gradient(155deg,#c5c0b6,#79756e);border:6px solid #9d998f;transform:rotate(-8deg)}
.tehlio-phone--front{right:75px;top:62px;background:#19191c;border:6px solid #29292d;transform:rotate(7deg)}
.tehlio-screen{position:absolute;inset:5px;border-radius:37px;background:linear-gradient(145deg,#22124e,#6d28d9 45%,#e04de4);overflow:hidden}
.tehlio-screen:before{content:"";position:absolute;top:14px;left:50%;transform:translateX(-50%);width:82px;height:24px;border-radius:99px;background:#08080a}
.tehlio-screen i{position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.22);right:-130px;bottom:-30px}
.tehlio-screen b{position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(89,107,255,.35);left:-90px;bottom:80px}
.tehlio-camera{position:absolute;width:54px;height:54px;border-radius:50%;background:#141417;border:7px solid #78746e;box-shadow:inset 0 0 0 6px #2b2b31}.tehlio-camera.c1{left:18px;top:18px}.tehlio-camera.c2{left:75px;top:18px}.tehlio-camera.c3{left:47px;top:74px}
.tehlio-float-card{position:absolute;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.9);border-radius:16px;box-shadow:0 18px 50px rgba(32,18,49,.13);padding:12px 14px;font-size:12px}
.tehlio-float-card--stock{right:22px;top:24px;display:flex;align-items:center;gap:8px;font-weight:750}.tehlio-float-card--stock i{width:8px;height:8px;border-radius:50%;background:#27a269;box-shadow:0 0 0 4px rgba(39,162,105,.14)}
.tehlio-float-card--brand{left:24px;bottom:28px;display:grid}.tehlio-float-card--brand strong{color:var(--teh-purple);font-size:16px}.tehlio-float-card--brand small{color:var(--teh-muted);margin-top:3px}

/* sections */
.tehlio-section{padding:76px 0}
.tehlio-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:27px}
.tehlio-section-head h2{font-size:40px;letter-spacing:-1.9px;margin:8px 0 0}
.tehlio-section-head>a{font-size:14px;font-weight:800;color:var(--teh-purple)}
.tehlio-section-head--center{text-align:center;justify-content:center}
.tehlio-kicker{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--teh-purple)}
.tehlio-kicker--light{color:var(--teh-lilac)}

/* categories */
.tehlio-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tehlio-category{position:relative;min-height:275px;background:#fff;border:1px solid var(--teh-line);border-radius:var(--teh-radius);overflow:hidden;padding:26px;transition:.22s}
.tehlio-category:hover{transform:translateY(-3px);box-shadow:var(--teh-shadow)}
.tehlio-category--wide{grid-column:span 2;background:linear-gradient(140deg,#efe8ff,#fff 62%)}
.tehlio-category>div:first-child{position:relative;z-index:2}
.tehlio-category small{color:var(--teh-muted)}
.tehlio-category h3{font-size:31px;letter-spacing:-1.2px;margin:7px 0}
.tehlio-category p{color:var(--teh-muted);max-width:280px}
.tehlio-category__phone{position:absolute;right:12%;bottom:-24px;width:125px;height:240px;border-radius:31px;background:linear-gradient(145deg,#28282e,#6b6b75);border:5px solid #18181b;transform:rotate(8deg);box-shadow:0 25px 50px rgba(0,0,0,.18)}
.tehlio-category__laptop{position:absolute;right:7%;bottom:58px;width:185px;height:116px;border-radius:8px;background:#29292e;border:5px solid #4c4c54}.tehlio-category__laptop i{position:absolute;left:-17px;right:-17px;bottom:-17px;height:11px;background:#bebec5;border-radius:3px 3px 9px 9px}
.tehlio-category__pods{position:absolute;right:22%;bottom:45px}.tehlio-category__pods i,.tehlio-category__pods b{position:absolute;width:23px;height:80px;background:#fff;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.12)}.tehlio-category__pods i{right:28px;transform:rotate(7deg)}.tehlio-category__pods b{left:26px;transform:rotate(-7deg)}
.tehlio-category__watch{position:absolute;right:18%;bottom:42px;width:100px;height:118px;border-radius:30px;background:linear-gradient(145deg,#1b1b1e,#8b5cf6);border:7px solid #888890}

/* products */
.tehlio-section--products{padding-top:45px}
.tehlio-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tehlio-product-card{background:#fff;border:1px solid var(--teh-line);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;transition:.22s}
.tehlio-product-card:hover{transform:translateY(-3px);box-shadow:var(--teh-shadow)}
.tehlio-product-card__image{height:250px;background:linear-gradient(145deg,#f1f1f4,#e5e5eb);display:grid;place-items:center;position:relative;overflow:hidden}
.tehlio-product-card__image img{width:100%;height:100%;object-fit:contain;padding:20px}
.tehlio-stock-badge{position:absolute;left:14px;top:14px;z-index:3;background:#e8f7ee;color:#177345;border-radius:99px;padding:7px 9px;font-size:10px;font-weight:850}
.tehlio-product-card__body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.tehlio-product-card__meta{font-size:11px;color:var(--teh-muted)}
.tehlio-product-card__body h3{font-size:18px;margin:0}
.tehlio-product-card__price{font-size:23px;font-weight:900;letter-spacing:-.6px}
.tehlio-product-card__price del{font-size:14px;color:#999}.tehlio-product-card__price ins{text-decoration:none}
.tehlio-card-button{margin-top:auto;background:#111;color:#fff;border-radius:14px;padding:12px;text-align:center;font-weight:800;font-size:13px}
.tehlio-demo-device{width:95px;height:188px;border-radius:27px;background:linear-gradient(145deg,#303036,#5d5d67);border:5px solid #1b1b1e;box-shadow:0 22px 45px rgba(0,0,0,.18)}

/* dark banner */
.tehlio-dark-banner{background:#0d0d10;color:#fff;margin:55px 0 0}
.tehlio-dark-banner__grid{min-height:515px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center}
.tehlio-dark-banner h2{font-size:56px;letter-spacing:-2.8px;margin:10px 0}
.tehlio-dark-banner p{color:#b8b9c1;line-height:1.65;max-width:520px;margin-bottom:26px}
.tehlio-dark-banner__art{height:515px;position:relative;overflow:hidden}
.tehlio-dark-phone{position:absolute;width:210px;height:420px;border-radius:47px;background:linear-gradient(155deg,#34343a,#777780);border:6px solid #4e4e55;box-shadow:0 40px 90px rgba(0,0,0,.45)}
.tehlio-dark-phone:before{content:"";position:absolute;width:58px;height:58px;border-radius:50%;background:#101013;border:6px solid #575760;left:18px;top:18px;box-shadow:56px 0 0 -6px #101013,28px 52px 0 -6px #101013}
.tehlio-dark-phone.p1{left:25%;top:52px;transform:rotate(-12deg)}
.tehlio-dark-phone.p2{right:17%;top:38px;transform:rotate(10deg);background:linear-gradient(155deg,#c5c0b5,#77736c)}

/* benefits */
.tehlio-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tehlio-benefits article{background:#fff;border:1px solid var(--teh-line);border-radius:24px;padding:24px}
.tehlio-benefits article>span{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#eee8ff;color:var(--teh-purple);font-weight:900;font-size:18px}
.tehlio-benefits h3{font-size:18px;margin:20px 0 8px}
.tehlio-benefits p{font-size:14px;line-height:1.55;color:var(--teh-muted)}

/* how */
.tehlio-how{background:#fff;padding:76px 0}
.tehlio-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:18px}
.tehlio-steps>div{text-align:center;padding:20px}.tehlio-steps>div>b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#111;color:#fff;margin:0 auto 14px;font-size:12px}.tehlio-steps h3{margin:0 0 6px}.tehlio-steps p{margin:0;color:var(--teh-muted);font-size:13px}.tehlio-steps>i{font-style:normal;color:#c6c6cc}

/* faq/social */
.tehlio-faq__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}
.tehlio-faq h2{font-size:46px;letter-spacing:-2px}.tehlio-faq__grid>div:first-child p{color:var(--teh-muted);line-height:1.6}
.tehlio-faq details{border-bottom:1px solid var(--teh-line);padding:18px 0}.tehlio-faq summary{font-weight:800;cursor:pointer;list-style:none}.tehlio-faq summary:after{content:"+";float:right;color:var(--teh-purple);font-size:21px}.tehlio-faq details[open] summary:after{content:"−"}.tehlio-faq details p{color:var(--teh-muted);line-height:1.6}
.tehlio-social{padding:20px 0 75px}.tehlio-social__box{border-radius:34px;padding:42px;background:linear-gradient(135deg,#4c1d95,#6d28d9 58%,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.tehlio-social__box>div:first-child>span{font-size:11px;letter-spacing:.13em;font-weight:900}.tehlio-social h2{font-size:38px;letter-spacing:-1.7px;margin:8px 0}.tehlio-social p{color:#e6dbff}.tehlio-social__box>div:last-child{display:flex;gap:10px}

/* footer */
.tehlio-footer{background:#111216;color:#fff;padding:58px 0 24px}
.tehlio-footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:42px}
.tehlio-logo--footer .tehlio-brand-fallback b{color:#fff}.tehlio-logo--footer small{color:#999ca5}
.tehlio-footer__brand p{max-width:370px;color:#9ea0aa;line-height:1.6}
.tehlio-footer__grid>div:not(.tehlio-footer__brand){display:flex;flex-direction:column;gap:11px}.tehlio-footer__grid>div>b{margin-bottom:7px}.tehlio-footer__grid>div>a{font-size:14px;color:#aeb0b8}
.tehlio-footer__bottom{border-top:1px solid #2c2d32;margin-top:44px;padding-top:20px;display:flex;justify-content:space-between;color:#777b84;font-size:12px}

/* general content */
.tehlio-content,.tehlio-commerce{padding:55px 0 80px;min-height:60vh}
.tehlio-page{max-width:920px}
.tehlio-page>h1,.tehlio-commerce h1{font-size:48px;letter-spacing:-2px}
.tehlio-article{background:#fff;border:1px solid var(--teh-line);border-radius:22px;padding:24px;margin-bottom:16px}
.tehlio-404{text-align:center;padding-block:80px}.tehlio-404>span{font-size:90px;font-weight:900;color:var(--teh-purple)}.tehlio-404 h1{font-size:42px}

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{color:var(--teh-muted);font-size:13px;margin-bottom:28px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:16px;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid var(--teh-line);border-radius:22px;padding:0 0 18px;overflow:hidden;transition:.2s}
.woocommerce ul.products li.product:hover{transform:translateY(-3px);box-shadow:var(--teh-shadow)}
.woocommerce ul.products li.product a img{margin:0!important;background:#f0f0f3;aspect-ratio:1/1;object-fit:contain;padding:18px}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:17px!important;padding:16px 17px 4px!important}
.woocommerce ul.products li.product .price{padding:0 17px;color:#111!important;font-size:20px!important;font-weight:900}
.woocommerce ul.products li.product .button{margin:12px 17px 0!important;background:#111;color:#fff;border-radius:13px;padding:12px 14px}
.woocommerce span.onsale{background:var(--teh-purple);min-height:auto;min-width:auto;line-height:1;padding:8px 10px;border-radius:99px;top:12px!important;left:12px!important}
.woocommerce div.product{display:grid;grid-template-columns:1.03fr .97fr;column-gap:48px}
.woocommerce div.product .woocommerce-product-gallery,.woocommerce div.product .summary{float:none!important;width:auto!important}
.woocommerce div.product .woocommerce-product-gallery__wrapper{background:#eeeef2;border-radius:28px;overflow:hidden}
.woocommerce div.product .summary{padding-top:8px}
.woocommerce div.product .product_title{font-size:46px;letter-spacing:-2px}
.woocommerce div.product p.price,.woocommerce div.product span.price{color:#111;font-size:34px;font-weight:900}
.woocommerce div.product form.cart .button,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--teh-purple);border-radius:14px}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;width:100%}
.woocommerce div.product .related{grid-column:1/-1;width:100%}
.woocommerce .quantity .qty{border:1px solid var(--teh-line);border-radius:12px;padding:10px}
.woocommerce-message,.woocommerce-info{border-top-color:var(--teh-purple);background:#fff;border-radius:14px}
.woocommerce-message::before,.woocommerce-info::before{color:var(--teh-purple)}
.woocommerce table.shop_table{background:#fff;border-color:var(--teh-line);border-radius:18px;overflow:hidden}
.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout-review-order{background:#fff;border:1px solid var(--teh-line);border-radius:20px;padding:20px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.select2-container--default .select2-selection--single{border:1px solid var(--teh-line);border-radius:12px;padding:11px;background:#fafafa}
.select2-container--default .select2-selection--single{height:44px}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:20px}

/* Inquiry / catalog mode */
.tehlio-inquiry{background:#fff;border:1px solid var(--teh-line);border-radius:20px;padding:18px;margin-top:24px}
.tehlio-inquiry__status{display:flex;align-items:center;gap:9px}.tehlio-inquiry__status i{width:9px;height:9px;border-radius:50%;background:#25a268;box-shadow:0 0 0 4px rgba(37,162,104,.12)}
.tehlio-inquiry>p{color:var(--teh-muted);font-size:13px;line-height:1.5}
.tehlio-inquiry form{display:grid;gap:11px}
.tehlio-inquiry__grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.tehlio-inquiry label{display:grid;gap:6px}.tehlio-inquiry label>span{font-size:11px;font-weight:800;color:#555861}.tehlio-inquiry input{width:100%;border:1px solid var(--teh-line);border-radius:12px;background:#fafafa;padding:11px 12px;outline:none}.tehlio-inquiry input:focus{border-color:var(--teh-purple);box-shadow:0 0 0 3px rgba(109,40,217,.07)}
.tehlio-inquiry__submit{width:100%;background:var(--teh-purple)!important;color:#fff!important;border-radius:13px!important;padding:13px!important}
.tehlio-inquiry>small{display:block;margin-top:10px;color:var(--teh-muted)}
.tehlio-inquiry-success{padding:12px 14px;margin-bottom:14px;border-radius:13px;background:#e8f7ee;color:#177345;font-weight:750}
.tehlio-loop-inquiry{background:#111!important;color:#fff!important}

/* responsive */
@media(max-width:1050px){
  .tehlio-nav{display:none;position:absolute;left:0;right:0;top:106px;background:#fff;border-top:1px solid var(--teh-line);padding:12px 20px}
  .tehlio-nav.is-open{display:block}.tehlio-menu{display:grid;gap:0}.tehlio-menu li a{display:block;padding:13px 0;border-bottom:1px solid var(--teh-line)}
  .tehlio-mobile-toggle{display:block}
  .tehlio-hero__grid{grid-template-columns:1fr}.tehlio-hero__visual{height:500px}
  .tehlio-hero h1{font-size:58px}
  .tehlio-products,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}
  .tehlio-benefits{grid-template-columns:repeat(2,1fr)}
  .woocommerce div.product{grid-template-columns:1fr}
}
@media(max-width:760px){
  .tehlio-container{width:min(100% - 28px,1220px)}
  .tehlio-topbar__inner span:last-child{display:none}
  .tehlio-header__main{height:68px}
  .tehlio-nav{top:98px}
  .tehlio-logo small{display:none}
  .tehlio-brand-fallback{font-size:20px}
  .tehlio-hero__grid{padding-block:28px;gap:22px}
  .tehlio-hero h1{font-size:45px;letter-spacing:-2.7px}.tehlio-hero p{font-size:16px}
  .tehlio-hero__points{grid-template-columns:1fr}
  .tehlio-hero__visual{height:415px}.tehlio-phone{transform:scale(.78)}.tehlio-phone--back{left:0;top:25px}.tehlio-phone--front{right:-18px;top:12px}.tehlio-float-card--stock{display:none}
  .tehlio-section{padding:52px 0}.tehlio-section-head{align-items:flex-start}.tehlio-section-head h2{font-size:32px}.tehlio-section-head>a{display:none}
  .tehlio-category-grid{grid-template-columns:1fr}.tehlio-category--wide{grid-column:auto}.tehlio-category{min-height:230px}.tehlio-category__laptop{transform:scale(.8);right:-2%}
  .tehlio-products,.woocommerce ul.products{grid-template-columns:1fr!important}
  .tehlio-product-card__image{height:280px}
  .tehlio-dark-banner__grid{grid-template-columns:1fr}.tehlio-dark-banner__grid>div:first-child{padding-top:50px}.tehlio-dark-banner h2{font-size:44px}.tehlio-dark-banner__art{height:390px}.tehlio-dark-phone{transform:scale(.78)}.tehlio-dark-phone.p1{left:0;top:-10px}.tehlio-dark-phone.p2{right:-20px;top:-18px}
  .tehlio-benefits{grid-template-columns:1fr}
  .tehlio-steps{grid-template-columns:1fr 1fr}.tehlio-steps>i{display:none}
  .tehlio-faq__grid{grid-template-columns:1fr;gap:24px}.tehlio-faq h2{font-size:36px}
  .tehlio-social__box{display:grid;padding:28px}.tehlio-social h2{font-size:31px}.tehlio-social__box>div:last-child{flex-wrap:wrap}
  .tehlio-footer__grid{grid-template-columns:1fr 1fr}.tehlio-footer__brand{grid-column:span 2}.tehlio-footer__bottom{display:grid;gap:8px}
  .woocommerce div.product .product_title{font-size:36px}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:29px}
  .tehlio-inquiry__grid{grid-template-columns:1fr}
}


/* ===== ТЕХЛИО Store Ready: оформление заказа ===== */
.tehlio-catalog-mode .tehlio-cart-link{display:none}
.woocommerce-checkout .woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:28px;align-items:start}
.woocommerce-checkout #customer_details{width:100%}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review{width:100%;float:none}
.woocommerce-checkout #order_review{background:#fff;border:1px solid var(--teh-line);border-radius:22px;padding:22px;position:sticky;top:130px}
.woocommerce-checkout #order_review_heading{font-size:24px;margin:0 0 14px}
.woocommerce-checkout .tehlio-fulfillment-field{background:#fff;border:1px solid var(--teh-line);border-radius:18px;padding:16px;margin-top:18px}
.woocommerce-checkout .tehlio-fulfillment-field label.radio{display:block;margin:8px 0;font-weight:750}
.woocommerce-checkout .tehlio-pickup-only,
.woocommerce-checkout .tehlio-delivery-only{background:#fff;border-radius:14px}
.woocommerce-checkout #tehlio_pickup_date,
.woocommerce-checkout #tehlio_pickup_slot,
.woocommerce-checkout #tehlio_pickup_point,
.woocommerce-checkout #tehlio_delivery_city,
.woocommerce-checkout #tehlio_delivery_address,
.woocommerce-checkout #tehlio_telegram{
  width:100%;min-height:44px;border:1px solid var(--teh-line);border-radius:12px;background:#fafafa;padding:10px 12px
}
.woocommerce-checkout #payment{background:#f7f5ff;border:1px solid #e8ddff;border-radius:18px}
.woocommerce-checkout #payment div.payment_box{background:#fff;color:#555;border-radius:12px}
.woocommerce-checkout #payment div.payment_box:before{display:none}
.woocommerce-checkout #place_order{width:100%;font-size:16px;padding:15px!important}
.tehlio-thankyou-flow{background:#fff;border:1px solid var(--teh-line);border-radius:24px;padding:24px;margin:25px 0}
.tehlio-thankyou-flow h2{margin-top:0;font-size:30px}
.tehlio-thankyou-flow>p{color:var(--teh-muted);line-height:1.6}
.tehlio-thankyou-flow ol{list-style:none;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;counter-reset:none}
.tehlio-thankyou-flow li{padding:14px;border-radius:14px;background:#f4f4f6;text-align:center;font-size:12px;font-weight:750;color:#74747b}
.tehlio-thankyou-flow li.is-active{background:#eee8ff;color:var(--teh-purple)}
.tehlio-order-details-box{background:#fff;border:1px solid var(--teh-line);border-radius:20px;padding:20px;margin:22px 0}
.tehlio-order-details-box h2{margin-top:0}
.tehlio-order-details-box p{margin:8px 0}

@media(max-width:850px){
  .woocommerce-checkout .woocommerce form.checkout{grid-template-columns:1fr}
  .woocommerce-checkout #order_review{position:static}
  .tehlio-thankyou-flow ol{grid-template-columns:1fr 1fr}
}
