/*
Theme Name: Be Tech Works
Theme URI: https://betechworks.com
Author: Blackwell Web Works
Author URI: https://blackwellwebworks.com
Description: A responsive, block-editable coming-soon WordPress theme for Be Tech Works with prebuilt service pages and early-service request forms.
Version: 1.1.1
Requires at least: 6.0
Tested up to: 6.8
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: be-tech-works
Tags: custom-logo, custom-menu, featured-images, one-column, block-patterns, accessibility-ready
*/

:root {
  --btw-navy: #071a2d;
  --btw-navy-2: #0b2947;
  --btw-green: #40bd4a;
  --btw-green-dark: #269c35;
  --btw-ink: #0a1c31;
  --btw-text: #465467;
  --btw-light: #f4f8fb;
  --btw-line: #dfe6ec;
  --btw-white: #ffffff;
  --btw-shadow: 0 16px 44px rgba(7, 26, 45, .09);
  --btw-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--btw-text); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--btw-green-dark); text-decoration: none; }
a:hover { color: var(--btw-navy-2); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 14px; color: var(--btw-ink); line-height: 1.12; letter-spacing: -.02em; }
p { margin: 0 0 16px; }
ul, ol { padding-left: 22px; }
.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 { top: 8px; left: 8px; z-index: 99999; width: auto; height: auto; padding: 12px 16px; margin: 0; overflow: visible; clip: auto; background: #fff; color: var(--btw-ink); border-radius: 6px; }
.btw-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.btw-status-bar { padding: 7px 0; background: var(--btw-navy); color: #dce7f2; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(223, 230, 236, .9); backdrop-filter: blur(12px); }
body.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.site-branding { flex: 0 0 auto; }
.btw-logo { display: flex; align-items: center; }
.btw-logo img { width: 220px; max-height: 58px; }
.main-navigation { margin-left: auto; }
.main-navigation ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { color: var(--btw-ink); font-size: 14px; font-weight: 750; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--btw-green-dark); }
.nav-cta, .footer-cta, .btw-inline-button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 8px; background: var(--btw-green); color: #071a2d; font-size: 14px; font-weight: 850; box-shadow: 0 8px 20px rgba(64, 189, 74, .18); }
.nav-cta:hover, .footer-cta:hover, .btw-inline-button:hover { background: #56ce60; color: #071a2d; transform: translateY(-1px); }
.menu-toggle { display: none; margin-left: auto; padding: 9px 12px; border: 1px solid var(--btw-line); border-radius: 8px; background: #fff; color: var(--btw-ink); font-size: 22px; line-height: 1; }

.btw-editable-front-page > .wp-block-group, .btw-editable-front-page > .wp-block-cover { margin-block-start: 0; }
.btw-home { overflow: hidden; }
.btw-hero { position: relative; margin: 0 !important; min-height: 660px; }
.btw-hero .wp-block-cover__image-background { object-position: center center; }
.btw-hero .wp-block-cover__background { z-index: 1; opacity: 1 !important; background: linear-gradient(90deg, rgba(3, 15, 28, .96) 0%, rgba(4, 18, 33, .90) 35%, rgba(4, 18, 33, .36) 63%, rgba(4, 18, 33, .08) 100%) !important; }
.btw-hero .wp-block-cover__inner-container { position: relative; z-index: 2; width: 100%; }
.btw-hero-content { width: min(1180px, calc(100% - 40px)); min-height: 660px; margin: 0 auto !important; padding: 112px 0 84px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.btw-kicker, .btw-section-kicker, .btw-page-kicker { color: var(--btw-green); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.btw-hero-title { max-width: 650px; margin: 0 0 20px !important; color: #fff !important; font-size: clamp(48px, 6vw, 78px) !important; line-height: .99 !important; letter-spacing: -.055em !important; text-wrap: balance; }
.btw-hero-title strong { color: var(--btw-green); font-weight: inherit; }
.btw-hero-lead { max-width: 610px; margin-bottom: 0 !important; color: #e8eef5; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.btw-hero-buttons { margin-top: 28px !important; gap: 14px; }
.btw-primary-button .wp-block-button__link, .btw-navy-button .wp-block-button__link, .btw-outline-button .wp-block-button__link, .btw-light-button .wp-block-button__link { padding: 13px 21px; border-radius: 8px; font-weight: 850; transition: .2s ease; }
.btw-primary-button .wp-block-button__link { background: var(--btw-green); color: var(--btw-navy); }
.btw-primary-button .wp-block-button__link:hover { background: #58d162; transform: translateY(-1px); }
.btw-navy-button .wp-block-button__link { background: var(--btw-navy); color: #fff; }
.btw-navy-button .wp-block-button__link:hover { background: var(--btw-navy-2); transform: translateY(-1px); }
.btw-outline-button .wp-block-button__link { border: 2px solid var(--btw-green-dark) !important; background: transparent; color: var(--btw-navy); }
.btw-light-button .wp-block-button__link { border: 2px solid rgba(255, 255, 255, .72) !important; background: rgba(255, 255, 255, .05); color: #fff; }
.btw-light-button .wp-block-button__link:hover { background: #fff; color: var(--btw-navy); }
.btw-hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; color: #fff; list-style: none; font-size: 14px; font-weight: 750; }
.btw-hero-points li { position: relative; padding-left: 23px; }
.btw-hero-points li::before { position: absolute; left: 0; content: "✓"; color: var(--btw-green); font-weight: 900; }

.btw-launch-strip { margin: 0 !important; padding: 28px max(20px, calc((100vw - 1180px) / 2)); background: linear-gradient(100deg, #31aa3d, #5bd264); color: var(--btw-navy); }
.btw-launch-strip > .wp-block-columns { margin: 0 auto !important; }
.btw-launch-strip .btw-kicker, .btw-kicker-dark { color: #0b4e1d; }
.btw-launch-strip h2 { margin-bottom: 5px; color: var(--btw-navy); font-size: clamp(28px, 3vw, 40px); }
.btw-launch-strip p { margin-bottom: 0; color: #133521; }

.btw-section { margin: 0 !important; padding: 78px max(20px, calc((100vw - 1180px) / 2)); }
.btw-section-title { font-size: clamp(36px, 4vw, 54px) !important; }
.btw-section-intro { max-width: 680px; margin: 0 auto 36px !important; font-size: 18px; }
.btw-services-section { background: #fff; }
.btw-card-grid { max-width: 1180px !important; gap: 16px !important; margin: 0 auto 16px !important; }
.btw-service-card { height: 100%; padding: 24px; border: 1px solid var(--btw-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(7, 26, 45, .05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.btw-service-card:hover { transform: translateY(-3px); border-color: rgba(64, 189, 74, .55); box-shadow: var(--btw-shadow); }
.btw-service-card h3 { margin-bottom: 8px; font-size: 20px; }
.btw-service-card p:last-child { margin-bottom: 0; font-size: 14px; }
.btw-icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 0 16px; border: 1px solid #bfe6c3; border-radius: 12px; background: #edf9ef; color: var(--btw-green-dark); font-size: 23px; font-weight: 900; }
.btw-services-section > .wp-block-buttons { margin-top: 28px; }

.btw-audience-section { background: var(--btw-light); }
.btw-audience-grid { max-width: 1180px !important; gap: 22px !important; margin: 0 auto !important; }
.btw-audience-card { height: 100%; padding: clamp(30px, 4vw, 50px); border: 1px solid var(--btw-line); border-radius: var(--btw-radius); background: #fff; box-shadow: var(--btw-shadow); }
.btw-audience-card h2 { font-size: clamp(30px, 3vw, 44px); }
.btw-audience-card-dark { border: 0; background: linear-gradient(145deg, var(--btw-navy), var(--btw-navy-2)); color: #d7e2ed; }
.btw-audience-card-dark h2 { color: #fff; }
.btw-audience-card .wp-block-buttons { margin-top: 24px; }

.btw-why-section { background: var(--btw-navy); color: #d7e2ed; }
.btw-why-section .btw-section-title { color: #fff; }
.btw-value-grid { max-width: 1180px !important; gap: 18px !important; margin: 38px auto 0 !important; }
.btw-value-card { height: 100%; padding: 25px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; background: rgba(255, 255, 255, .055); }
.btw-value-card h3 { color: #fff; font-size: 20px; }
.btw-value-card p:last-child { margin-bottom: 0; color: #c8d4e0; font-size: 14px; }
.btw-value-card .btw-icon { background: rgba(64, 189, 74, .12); border-color: rgba(64, 189, 74, .46); }

.btw-final-cta { margin: 0 !important; padding: 38px max(20px, calc((100vw - 1180px) / 2)); background: linear-gradient(100deg, #32ae3f, #58ce62); }
.btw-final-cta > .wp-block-columns { margin: 0 auto !important; }
.btw-final-cta h2 { margin-bottom: 6px; color: var(--btw-navy); font-size: clamp(30px, 3vw, 42px); }
.btw-final-cta p { margin-bottom: 0; color: #143722; }

.btw-page-hero { position: relative; overflow: hidden; padding: 84px 0 70px; background: radial-gradient(circle at 84% 40%, rgba(64, 189, 74, .16), transparent 26%), linear-gradient(135deg, #061728, #0b2a49); }
.btw-page-hero::after { position: absolute; right: -70px; bottom: -165px; width: 520px; height: 360px; border: 42px solid rgba(64, 189, 74, .10); border-radius: 50%; content: ""; }
.btw-page-hero .btw-container { position: relative; z-index: 1; }
.btw-page-hero h1 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(46px, 6vw, 72px); letter-spacing: -.05em; }
.btw-page-kicker { margin-bottom: 12px; }
.btw-page-excerpt { max-width: 760px; margin-top: 16px; color: #d7e2ed; font-size: 20px; }
.btw-page-content { padding: 68px 0 88px; }
.btw-page-content > .btw-container { max-width: 1180px; }
.btw-page-content .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }
.btw-page-content .entry-content > *:not(.alignwide):not(.alignfull) { max-width: 900px; margin-left: auto; margin-right: auto; }
.btw-page-content .entry-content > .alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.btw-page-featured { max-width: 1180px; margin: 0 auto 40px; }
.btw-page-featured img { width: 100%; max-height: 560px; border-radius: var(--btw-radius); object-fit: cover; box-shadow: var(--btw-shadow); }
.btw-page-lead { margin-bottom: 44px !important; color: #2e3f53; font-size: clamp(21px, 2.3vw, 28px); line-height: 1.5; }
.btw-detail-grid { gap: 20px !important; margin-top: 30px !important; margin-bottom: 64px !important; }
.btw-detail-card { height: 100%; padding: 28px; border: 1px solid var(--btw-line); border-radius: var(--btw-radius); background: #fff; box-shadow: var(--btw-shadow); }
.btw-detail-card h2 { font-size: 28px; }
.btw-detail-card li { margin-bottom: 9px; }
.btw-process-section, .btw-highlight-box { max-width: 1180px; margin: 58px auto !important; padding: 40px; border: 1px solid var(--btw-line); border-radius: 22px; background: var(--btw-light); }
.btw-process-section > .wp-block-columns { gap: 16px; margin-top: 28px; }
.btw-process-section > .wp-block-columns > .wp-block-column { padding: 22px; border: 1px solid var(--btw-line); border-radius: 14px; background: #fff; }
.btw-process-section h3 { color: var(--btw-green-dark); }
.btw-highlight-box { padding-left: clamp(30px, 5vw, 64px); border-left: 6px solid var(--btw-green); }
.btw-page-cta { max-width: 1180px; margin: 64px auto 0 !important; padding: 42px; border-radius: 22px; background: linear-gradient(135deg, var(--btw-navy), var(--btw-navy-2)); color: #dce6ef; box-shadow: 0 22px 50px rgba(7, 26, 45, .16); }
.btw-page-cta h2 { color: #fff; font-size: clamp(30px, 3vw, 44px); }
.btw-page-cta .wp-block-buttons { margin-top: 22px; }
.btw-about-intro { gap: 34px !important; }
.btw-about-card { height: 100%; padding: 30px; border-radius: 20px; background: var(--btw-navy); color: #d5e0eb; box-shadow: var(--btw-shadow); }
.btw-about-card h3 { color: var(--btw-green); font-size: 24px; }
.btw-about-card p { padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.btw-about-card p:last-child { padding-bottom: 0; border: 0; }

.btw-request-grid { gap: 24px !important; }
.btw-request-info, .btw-form-card { height: 100%; padding: 30px; border: 1px solid var(--btw-line); border-radius: 20px; box-shadow: var(--btw-shadow); }
.btw-request-info { background: linear-gradient(145deg, var(--btw-navy), var(--btw-navy-2)); color: #d5e0eb; }
.btw-request-info h2, .btw-request-info strong { color: #fff; }
.btw-request-info li { margin-bottom: 12px; }
.btw-request-info hr { margin: 28px 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.btw-form-card { background: #fff; }
.btw-form-card > h2 { font-size: 32px; }
.btw-form-wrap form > label, .btw-field-row label { display: block; margin-bottom: 15px; color: var(--btw-ink); font-size: 14px; font-weight: 750; }
.btw-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.btw-form-wrap input, .btw-form-wrap select, .btw-form-wrap textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd5df; border-radius: 9px; background: #fff; color: var(--btw-ink); font: inherit; font-weight: 400; }
.btw-form-wrap input:focus, .btw-form-wrap select:focus, .btw-form-wrap textarea:focus { outline: 3px solid rgba(64, 189, 74, .18); border-color: var(--btw-green-dark); }
.btw-form-wrap textarea { resize: vertical; }
.btw-submit { width: 100%; padding: 14px 18px; border: 0; border-radius: 9px; background: var(--btw-green); color: var(--btw-navy); cursor: pointer; font: inherit; font-weight: 900; }
.btw-submit:hover { background: #58d162; }
.btw-form-note { margin: 13px 0 0; font-size: 12px; line-height: 1.45; }
.btw-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.btw-alert { margin-bottom: 18px; padding: 12px 14px; border-radius: 9px; font-weight: 750; }
.btw-alert-success { background: #eaf8ed; color: #146b24; }
.btw-alert-error { background: #fff0ef; color: #a5251e; }

.btw-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 64px 0 88px; }
.btw-post-card { overflow: hidden; border: 1px solid var(--btw-line); border-radius: 18px; background: #fff; box-shadow: var(--btw-shadow); }
.btw-post-thumb img { width: 100%; height: 220px; object-fit: cover; }
.btw-post-card-body { padding: 24px; }
.btw-post-card-body h2 { font-size: 25px; }
.btw-post-card-body h2 a { color: var(--btw-ink); }
.btw-post-date { color: var(--btw-green-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.btw-read-more { font-weight: 850; }
.btw-article-container { max-width: 900px !important; }
.btw-not-found { min-height: 58vh; padding: 110px 0; background: var(--btw-light); text-align: center; }
.btw-not-found h1 { font-size: clamp(44px, 6vw, 72px); }

.site-footer { margin: 0; padding: 58px 0 0; background: linear-gradient(180deg, #071a2d, #04111f); color: #c8d4df; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .95fr .85fr; gap: 34px; }
.footer-logo { width: 220px; max-height: 58px; margin-bottom: 20px; }
.site-footer h2 { color: #fff; font-size: 16px; letter-spacing: 0; }
.footer-brand p { max-width: 330px; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #c8d4df; }
.footer-links a:hover { color: var(--btw-green); }
.footer-cta { margin-top: 8px; }
.copyright { margin-top: 38px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .09); color: #91a2b4; font-size: 13px; }

@media (max-width: 1080px) {
  .nav-cta { display: none; }
  .main-navigation ul { gap: 16px; }
  .btw-four-up { flex-wrap: wrap !important; }
  .btw-four-up > .wp-block-column { flex-basis: calc(50% - 10px) !important; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 74px; }
  .btw-logo img { width: 190px; }
  .menu-toggle { display: block; }
  .main-navigation { position: absolute; top: 74px; left: 0; right: 0; display: none; margin: 0; padding: 20px; border-bottom: 1px solid var(--btw-line); background: #fff; box-shadow: 0 18px 30px rgba(7, 26, 45, .08); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { flex-direction: column; align-items: flex-start; gap: 14px; }
  .btw-hero, .btw-hero-content { min-height: 600px; }
  .btw-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(3, 15, 28, .97), rgba(3, 15, 28, .76)) !important; }
  .btw-hero-content { padding: 90px 0 64px; }
  .btw-launch-strip .wp-block-columns, .btw-final-cta .wp-block-columns { display: block; }
  .btw-launch-strip .wp-block-buttons, .btw-final-cta .wp-block-buttons { justify-content: flex-start !important; margin-top: 20px; }
  .btw-value-grid { flex-wrap: wrap !important; }
  .btw-value-grid > .wp-block-column { flex-basis: calc(50% - 10px) !important; }
  .btw-post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .btw-container { width: min(100% - 28px, 1180px); }
  .btw-status-bar { font-size: 10px; }
  .btw-hero { min-height: 610px; }
  .btw-hero .wp-block-cover__image-background { object-position: 67% center; }
  .btw-hero-content { width: min(100% - 28px, 1180px); min-height: 610px; padding: 80px 0 58px; }
  .btw-hero-title { font-size: 46px !important; }
  .btw-hero-lead { font-size: 17px; }
  .btw-hero-buttons { display: grid !important; width: 100%; }
  .btw-hero-buttons .wp-block-button, .btw-hero-buttons .wp-block-button__link { width: 100%; }
  .btw-hero-points { gap: 10px 16px; }
  .btw-section { padding: 58px 14px; }
  .btw-four-up, .btw-audience-grid, .btw-value-grid, .btw-detail-grid, .btw-about-intro, .btw-request-grid, .btw-process-section > .wp-block-columns { display: block !important; }
  .btw-four-up > .wp-block-column, .btw-value-grid > .wp-block-column { margin-bottom: 14px; }
  .btw-audience-grid > .wp-block-column { margin-bottom: 18px; }
  .btw-page-hero { padding: 64px 0 54px; }
  .btw-page-hero h1 { font-size: 44px; }
  .btw-page-content { padding: 50px 0 68px; }
  .btw-detail-card, .btw-request-info, .btw-form-card { margin-bottom: 16px; }
  .btw-process-section, .btw-highlight-box, .btw-page-cta { padding: 28px; }
  .btw-field-row { grid-template-columns: 1fr; gap: 0; }
  .btw-post-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Approved mockup match — v1.1 */
.nav-cta, .footer-cta, .btw-inline-button { color: #fff; }
.nav-cta:hover, .footer-cta:hover, .btw-inline-button:hover { color: #fff; }
.btw-primary-button .wp-block-button__link { color: #fff; }
.btw-primary-button .wp-block-button__link:hover { color: #fff; }
.btw-submit { color: #fff; }
.btw-logo img { width: 230px; max-width: 230px; max-height: 58px; object-fit: contain; }
.footer-logo { width: 230px; max-width: 230px; max-height: 58px; object-fit: contain; }

.btw-mockup-home { background: #fff; }
.btw-mockup-hero { min-height: 520px !important; }
.btw-mockup-hero .wp-block-cover__image-background { object-position: center center; }
.btw-mockup-hero .wp-block-cover__background {
  opacity: 1 !important;
  background: linear-gradient(90deg, rgba(3,15,28,1) 0%, rgba(3,15,28,.99) 43%, rgba(3,15,28,.92) 50%, rgba(3,15,28,.36) 66%, rgba(3,15,28,0) 100%) !important;
}
.btw-mockup-hero-content { width: min(1180px, calc(100% - 40px)); min-height: 520px; padding: 56px 0 24px; justify-content: center; }
.btw-home .btw-mockup-hero-content { align-items: flex-start !important; text-align: left !important; }
.btw-home .btw-mockup-hero-content > * { margin-left: 0 !important; margin-right: auto !important; }
.btw-home .btw-mockup-hero-content .btw-hero-title,
.btw-home .btw-mockup-hero-content .btw-hero-lead { text-align: left !important; }
.btw-home .btw-mockup-hero-content .btw-hero-buttons { justify-content: flex-start !important; }
.btw-home .btw-mockup-hero-content .btw-hero-benefits { margin-left: 0 !important; margin-right: auto !important; }
.btw-mockup-hero .btw-hero-title { max-width: 480px; margin-bottom: 14px !important; font-size: clamp(45px, 5vw, 64px) !important; line-height: 1.02 !important; }
.btw-mockup-hero .btw-hero-lead { max-width: 485px; color: #fff; font-size: 18px; font-weight: 550; line-height: 1.5; }
.btw-mockup-hero .btw-hero-buttons { margin-top: 21px !important; }
.btw-mockup-hero .btw-primary-button .wp-block-button__link { min-width: 154px; padding: 12px 20px; border-radius: 7px; text-align: center; }
.btw-mockup-hero .btw-light-button .wp-block-button__link { min-width: 170px; padding: 10px 20px; border-width: 1px !important; border-radius: 7px; text-align: center; }
.btw-hero-benefits { width: 480px; max-width: 100%; gap: 25px !important; margin: 32px 0 0 !important; }
.btw-hero-benefits > .wp-block-column { flex: 1 1 0 !important; }
.btw-hero-benefit { display: grid !important; grid-template-columns: 48px minmax(0,1fr); gap: 12px; align-items: center; margin: 0 !important; }
.btw-hero-benefit > .wp-block-group__inner-container { display: contents; }
.btw-hero-benefit figure { width: 44px; margin: 0 !important; }
.btw-hero-benefit figure img { width: 44px; height: 44px; object-fit: contain; }
.btw-hero-benefit p { margin: 0; color: #fff; font-size: 13px; line-height: 1.25; }

.btw-mockup-services { margin: 0 !important; padding: 48px max(20px, calc((100vw - 1180px) / 2)) 56px; background: #fff; }
.btw-mockup-services .btw-section-kicker { margin-bottom: 4px; }
.btw-mockup-services .btw-section-title { margin-bottom: 8px; font-size: clamp(32px, 3.6vw, 46px) !important; }
.btw-mockup-services .btw-section-intro { max-width: 610px; margin-bottom: 26px !important; font-size: 15px; line-height: 1.5; }
.btw-mockup-service-grid { max-width: 1180px !important; gap: 14px !important; margin: 0 auto 14px !important; }
.btw-mockup-service-grid > .wp-block-column { min-width: 0; flex: 1 1 0 !important; }
.btw-mockup-service-card { display: grid !important; grid-template-columns: 54px minmax(0,1fr); gap: 15px; align-items: start; height: 100%; min-height: 132px; margin: 0 !important; padding: 19px 17px; border: 1px solid #dfe6ec; border-radius: 8px; background: #fff; box-shadow: 0 5px 14px rgba(7,26,45,.035); }
.btw-mockup-service-card > .wp-block-group__inner-container { display: contents; }
.btw-service-icon { width: 50px; margin: 0 !important; }
.btw-service-icon img { width: 50px; height: 50px; object-fit: contain; }
.btw-mockup-service-card .wp-block-group { min-width: 0; margin: 0 !important; }
.btw-mockup-service-card h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.25; letter-spacing: -.01em; }
.btw-mockup-service-card p { margin: 0; color: #465467; font-size: 12px; line-height: 1.46; }

.btw-mockup-why { margin: 0 !important; padding: 48px max(20px, calc((100vw - 1180px) / 2)); background: linear-gradient(135deg, #061a2f, #08233e); color: #d9e4ee; }
.btw-mockup-why-columns { max-width: 1180px !important; gap: 42px !important; margin: 0 auto !important; }
.btw-why-image { margin: 0 !important; }
.btw-why-image img { width: 100%; border-radius: 8px; }
.btw-mockup-why h2 { color: #fff; font-size: clamp(34px, 4vw, 48px); }
.btw-mockup-why > .wp-block-columns > .wp-block-column > p { color: #d9e4ee; }
.btw-why-grid { gap: 22px !important; margin: 24px 0 0 !important; }
.btw-why-item { display: grid !important; grid-template-columns: 42px minmax(0,1fr); gap: 14px; align-items: start; margin: 0 !important; }
.btw-why-item > .wp-block-group__inner-container { display: contents; }
.btw-why-item img { width: 40px; height: 40px; object-fit: contain; }
.btw-why-item h3 { margin: 0 0 3px; color: #fff; font-size: 15px; }
.btw-why-item p { margin: 0; color: #d1dde8; font-size: 12px; line-height: 1.45; }

.btw-mockup-proof { margin: 0 !important; padding: 45px max(20px, calc((100vw - 1180px) / 2)) 32px; background: #fff; }
.btw-mockup-proof > h2 { margin-bottom: 24px; font-size: clamp(32px, 3.5vw, 46px); }
.btw-proof-grid { max-width: 1040px !important; gap: 22px !important; margin: 0 auto 28px !important; }
.btw-proof-card { height: 100%; min-height: 166px; padding: 21px; border: 1px solid #dfe6ec; border-radius: 8px; background: #fff; box-shadow: 0 5px 14px rgba(7,26,45,.035); }
.btw-proof-card p { font-size: 13px; line-height: 1.48; }
.btw-proof-card .btw-stars { margin-bottom: 8px; color: var(--btw-green); font-size: 16px; font-weight: 900; letter-spacing: 2px; }
.btw-proof-label { margin-top: 18px; margin-bottom: 0 !important; color: var(--btw-ink); }
.btw-proof-label span { color: #667587; font-size: 11px; }
.btw-mockup-launch { max-width: 1040px; margin: 0 auto !important; padding: 18px 28px; border-radius: 8px; background: linear-gradient(95deg, #31ad3e, #59d162); color: #fff; }
.btw-mockup-launch > .wp-block-columns { margin: 0 !important; }
.btw-mockup-launch h3 { margin-bottom: 2px; color: #fff; font-size: 20px; }
.btw-mockup-launch p { margin: 0; color: #f4fff5; font-size: 13px; }
.btw-mockup-launch .btw-navy-button .wp-block-button__link { padding: 11px 18px; border-radius: 7px; }

@media (max-width: 980px) {
  .btw-mockup-service-grid { flex-wrap: wrap !important; }
  .btw-mockup-service-grid > .wp-block-column { flex-basis: calc(50% - 8px) !important; }
  .btw-mockup-hero .wp-block-cover__background { background: linear-gradient(90deg, rgba(3,15,28,.98) 0%, rgba(3,15,28,.96) 53%, rgba(3,15,28,.55) 75%, rgba(3,15,28,.18) 100%) !important; }
}

@media (max-width: 700px) {
  .btw-logo img { width: 205px; }
  .btw-mockup-hero, .btw-mockup-hero-content { min-height: 590px !important; }
  .btw-mockup-hero .wp-block-cover__image-background { object-position: 68% center; }
  .btw-mockup-hero .wp-block-cover__background { background: rgba(3,15,28,.84) !important; }
  .btw-mockup-hero-content { width: min(100% - 28px, 1180px); padding: 70px 0 35px; }
  .btw-mockup-hero .btw-hero-title { font-size: 45px !important; }
  .btw-hero-benefits { display: grid !important; grid-template-columns: repeat(3,1fr); gap: 10px !important; }
  .btw-hero-benefit { display: block !important; }
  .btw-hero-benefit figure { margin-bottom: 7px !important; }
  .btw-mockup-service-grid { display: block !important; }
  .btw-mockup-service-grid > .wp-block-column { margin-bottom: 13px; }
  .btw-mockup-why-columns, .btw-why-grid, .btw-proof-grid { display: block !important; }
  .btw-mockup-why-columns > .wp-block-column:first-child { margin-bottom: 30px; }
  .btw-why-grid > .wp-block-column, .btw-proof-grid > .wp-block-column { margin-bottom: 15px; }
  .btw-mockup-launch { padding: 22px; }
  .btw-mockup-launch .wp-block-columns { display: block !important; }
  .btw-mockup-launch .wp-block-buttons { justify-content: flex-start !important; margin-top: 14px; }
}
