/*
Theme Name: OKTW Oral Strips Block Theme
Theme URI: https://oktworalstrips.com/
Author: OKTW
Description: Full Site Editing theme for OKTW oral strips OEM/ODM manufacturing.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oktworalstrips
Tags: block-patterns, full-site-editing, custom-colors, custom-logo, featured-images
*/

:root { --oktw-shadow: 0 12px 30px rgba(36, 126, 177, .10); }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .18em; }
.wp-site-blocks { min-height: 100vh; }
.oktw-sticky-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.oktw-card { height: 100%; box-sizing: border-box; padding: 24px; border: 1px solid #e2f0f7; box-shadow: var(--oktw-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.oktw-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(36, 126, 177, .16); }
.oktw-eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
.oktw-image-frame img { width: 100%; object-fit: cover; border-radius: 8px; }
.oktw-trust-item { border-left: 3px solid var(--wp--preset--color--navy); padding-left: 14px; }
.oktw-step { position: relative; }
.oktw-step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; font-weight: 800; }
.oktw-faq details { border-bottom: 1px solid #d7eaf5; padding: 18px 0; }
.oktw-faq summary { font-weight: 700; cursor: pointer; }
.oktw-form-placeholder { border: 1px dashed #74b9dc; min-height: 220px; display: grid; place-items: center; padding: 28px; }
@media (max-width: 781px) {
  .oktw-sticky-header { position: relative; }
  .oktw-mobile-center { text-align: center; }
  .oktw-mobile-center .wp-block-buttons { justify-content: center; }
  .wp-block-navigation__responsive-container.is-menu-open { padding: 24px; }
}
