@font-face { font-family: Rubik; font-style: normal; font-weight: 300 900; font-display: swap; src: url("../fonts/rubik-latin.woff2") format("woff2"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: Rubik; font-style: normal; font-weight: 300 900; font-display: swap; src: url("../fonts/rubik-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
:root {
	--prm-primary: #222d65;
	--prm-accent: #fe4042;
	--prm-indigo: #303c7b;
	--prm-heading: #373f50;
	--prm-text: #4b566b;
	--prm-muted: #7d879c;
	--prm-bg: #f6f9fc;
	--prm-surface: #fff;
	--prm-soft: #f3f5f9;
	--prm-border: #e3e9ef;
	--prm-sidebar: 352px;
	--prm-header: 72px;
	--prm-radius: 10px;
	--prm-shadow: 0 10px 30px rgba(43, 52, 69, .08);
	--prm-container: 1480px;
}
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--prm-bg); color: var(--prm-text); font-family: Rubik, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-is-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--prm-primary); text-decoration: none; }
a:hover { color: var(--prm-accent); }
button, input, select, textarea { font: inherit; }
button, .button, input[type="submit"] { min-height: 44px; border: 0; border-radius: 6px; background: var(--prm-accent); color: #fff; cursor: pointer; font-weight: 600; white-space: nowrap; }
button:active, .button:active, input[type="submit"]:active { transform: translateY(1px); }
input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="password"], input[type="number"], input[type="url"], select, textarea { width: 100%; min-height: 44px; padding: .7rem 1rem; border: 1px solid var(--prm-border); border-radius: 6px; background: #fff; color: var(--prm-heading); }
::placeholder { color: #697386; opacity: 1; }
:focus-visible { outline: 3px solid rgba(78, 84, 200, .35); outline-offset: 2px; }
.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; }
.skip-link:focus { position: fixed !important; z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: .75rem 1rem; clip: auto; background: #fff; color: var(--prm-heading); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .75em; color: var(--prm-heading); line-height: 1.2; }
h1 { font-size: clamp(2rem, 3vw, 3rem); }
h2 { font-size: clamp(1.5rem, 2.2vw, 2rem); }
.site-header { position: sticky; z-index: 500; top: 0; min-height: var(--prm-header); border-bottom: 1px solid var(--prm-border); background: rgba(255,255,255,.97); box-shadow: 0 2px 12px rgba(43,52,69,.04); backdrop-filter: blur(10px); }
.admin-bar .site-header { top: 32px; }
.header-inner { display: grid; grid-template-columns: 190px minmax(280px, 1fr) auto; align-items: center; gap: 24px; min-height: var(--prm-header); padding: 8px 28px; }
.custom-logo-link, .custom-logo { display: block; }
.custom-logo { width: 170px; max-height: 56px; object-fit: contain; object-position: left center; }
.header-search form { position: relative; display: flex; margin: 0; }
.header-search input[type="search"] { height: 48px; padding-right: 58px; box-shadow: none; }
.header-search button { position: absolute; right: 0; top: 0; width: 54px; height: 48px; border-radius: 0 6px 6px 0; }
.header-search button svg { display: block; width: 21px; height: 21px; margin: auto; }
.header-tools { display: flex; align-items: center; gap: 20px; }
.tool-link { display: flex; align-items: center; gap: 10px; min-width: max-content; color: var(--prm-heading); }
.tool-link small { display: block; color: var(--prm-muted); font-size: .78rem; font-weight: 400; }
.tool-icon { position: relative; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--prm-soft); font-size: 1.1rem; }
.tool-icon > svg { display: block; width: 22px; height: 22px; }
.cart-count { position: absolute; top: -5px; right: -5px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--prm-accent); color: #fff; font-size: .7rem; }
.menu-toggle { display: none; width: 44px; padding: 0; background: var(--prm-primary); }
.menu-toggle svg { display: block; width: 24px; height: 24px; margin: auto; }
.site-shell { min-height: 65vh; }
.site-sidebar { position: fixed; z-index: 400; top: var(--prm-header); bottom: 0; left: 0; display: flex; width: var(--prm-sidebar); flex-direction: column; overflow: hidden; border-right: 1px solid var(--prm-border); background: #fff; }
.admin-bar .site-sidebar { top: calc(var(--prm-header) + 32px); }
.sidebar-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 18px 24px 0; border-bottom: 1px solid var(--prm-border); }
.sidebar-tab { position: relative; min-height: 52px; padding: 0 8px; border-radius: 0; background: transparent; color: var(--prm-heading); }
.sidebar-tab::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; content: ""; }
.sidebar-tab.is-active { color: var(--prm-primary); }
.sidebar-tab.is-active::after { background: var(--prm-primary); }
.sidebar-panel { flex: 1; overflow-y: auto; padding: 18px 30px; }
.sidebar-panel ul { margin: 0; padding: 0; list-style: none; }
.sidebar-panel li { border-bottom: 1px solid var(--prm-border); }
.sidebar-panel li:last-child { border-bottom: 0; }
.sidebar-panel a { display: flex; min-height: 48px; align-items: center; justify-content: space-between; color: var(--prm-text); font-weight: 500; }
.sidebar-panel .sub-menu { padding-left: 20px; }
.sidebar-panel .sub-menu a { font-size: .875rem; font-weight: 400; }
.sidebar-support { padding: 22px 30px; border-top: 1px solid var(--prm-border); }
.sidebar-support > a { display: block; margin-top: .5rem; overflow-wrap: anywhere; }
.sidebar-follow { margin: 1rem 0 .55rem; font-size: .875rem; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--prm-border); border-radius: 5px; background: var(--prm-soft); color: var(--prm-text); font-weight: 700; }
.social-link svg { display: block; width: 19px; height: 19px; fill: currentColor; }
.social-link--facebook svg { transform: translateX(1.5px); }
.social-link--instagram svg { width: 20px; height: 20px; }
.social-link--youtube svg { width: 21px; height: 21px; }
.social-link--x svg { width: 18px; height: 18px; }
.social-link:hover { border-color: var(--prm-accent); background: var(--prm-accent); color: #fff; }
.site-content, .site-footer { margin-left: var(--prm-sidebar); }
.site-main { min-height: 60vh; padding: 26px 0 52px; }
.content-container { width: min(calc(100% - 64px), var(--prm-container)); margin-inline: auto; }
.content-container.narrow { max-width: 900px; }
.breadcrumbs, .rank-math-breadcrumb p { display: flex; flex-wrap: wrap; gap: .55rem; align-items: center; margin: 0 0 24px; color: var(--prm-muted); font-size: .875rem; line-height: 1.45; }
.content-list { display: grid; gap: 24px; }
.content-card { padding: clamp(20px, 3vw, 38px); border: 1px solid rgba(227,233,239,.8); border-radius: var(--prm-radius); background: #fff; box-shadow: var(--prm-shadow); }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.navigation.pagination { margin-top: 32px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.page-numbers { display: grid; min-width: 44px; min-height: 44px; padding: 0 12px; place-items: center; border-radius: 6px; background: #fff; }
.page-numbers.current { background: var(--prm-accent); color: #fff; }
.error-404 { text-align: center; }
.error-404 .woocommerce-product-search { display: flex; max-width: 620px; margin: 24px auto; }
.error-404 .woocommerce-product-search input { border-radius: 5px 0 0 5px; }
.error-404 .woocommerce-product-search button { display: grid; min-width: 54px; padding: 0; place-items: center; border-radius: 0 5px 5px 0; }
.error-404 .woocommerce-product-search button svg { width: 21px; height: 21px; }
.error-code { margin: 0; color: var(--prm-border); font-size: clamp(5rem, 12vw, 10rem); font-weight: 800; line-height: 1; }
.home-main { padding-top: 24px; }
.home-hero { display: block; min-height: 0; padding: clamp(28px, 5vw, 64px); border-radius: 14px; background: linear-gradient(135deg, var(--prm-primary), #303c7b); box-shadow: var(--prm-shadow); color: rgba(255,255,255,.82); }
.home-hero__content { max-width: 860px; }
.home-hero h1 { max-width: 790px; color: #fff; }
.home-hero .eyebrow { margin: 0 0 12px; color: #ffb4b5; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-hero__button { display: inline-flex; margin-top: 14px; padding: 0 24px; align-items: center; }
.home-section, .home-process { margin-top: clamp(42px, 6vw, 72px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-card { padding: 28px; border: 1px solid var(--prm-border); border-radius: var(--prm-radius); background: #fff; box-shadow: var(--prm-shadow); }
.process-card > span { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: rgba(254,64,66,.12); color: var(--prm-accent); font-weight: 800; }
.eyebrow { margin: 0 0 10px; color: var(--prm-accent); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-entity { display: grid; gap: 64px; }
.about-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 42px; align-items: center; padding: clamp(28px, 5vw, 64px); border-radius: 14px; background: linear-gradient(135deg, #fff, #f0f3fa); box-shadow: var(--prm-shadow); }
.about-lead { max-width: 760px; font-size: 1.1rem; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 24px; }
.about-actions .button { display: inline-flex; padding: 0 22px; align-items: center; }
.about-identity-card, .about-card, .about-disclaimer, .contact-card, .contact-form-card { padding: 28px; border: 1px solid var(--prm-border); border-radius: var(--prm-radius); background: #fff; box-shadow: var(--prm-shadow); }
.about-identity-card .custom-logo { width: min(100%, 260px); margin-bottom: 24px; }
.about-identity-card dl { margin: 0; }
.about-identity-card dl div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 10px 0; border-top: 1px solid var(--prm-border); }
.about-identity-card dt { color: var(--prm-muted); }
.about-identity-card dd { margin: 0; color: var(--prm-heading); font-weight: 600; }
.about-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.about-card > span { color: var(--prm-accent); font-size: .8rem; font-weight: 800; }
.about-card h3 { margin-top: 16px; }
.about-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 24px 0 0; padding: 0; counter-reset: step; list-style: none; }
.about-steps li { position: relative; display: grid; gap: 10px; padding: 26px; border: 1px solid var(--prm-border); background: #fff; }
.about-steps li:first-child { border-radius: var(--prm-radius) 0 0 var(--prm-radius); }
.about-steps li:last-child { border-radius: 0 var(--prm-radius) var(--prm-radius) 0; }
.about-disclaimer { border-left: 4px solid var(--prm-primary); }
.about-faq details { margin-top: 12px; border: 1px solid var(--prm-border); border-radius: var(--prm-radius); background: #fff; }
.about-faq summary { padding: 18px 22px; color: var(--prm-heading); cursor: pointer; font-weight: 700; }
.about-faq details p { margin: 0; padding: 0 22px 20px; }
.contact-header { margin-bottom: 28px; text-align: center; }
.contact-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 24px; align-items: start; }
.contact-form-card .wpcf7-form p { margin: 0 0 16px; }
.contact-form-card .wpcf7-submit { min-width: 160px; padding-inline: 22px; }
.site-footer { padding: 48px 32px 0; background: #2b303b; color: rgba(255,255,255,.75); }
.footer-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; width: min(100%, var(--prm-container)); margin: 0 auto; }
.footer-title { margin-bottom: 18px; color: #fff; font-size: 1.1rem; font-weight: 700; }
.footer-brand .custom-logo { width: 190px; filter: brightness(0) invert(1); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer .social-link { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff; }
.site-info { width: min(100%, var(--prm-container)); margin: 36px auto 0; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); text-align: center; font-size: .875rem; }
.site-overlay { position: fixed; z-index: 600; inset: 0; background: rgba(28,33,43,.55); }
@media (max-width: 1200px) {
	.header-inner { grid-template-columns: 180px minmax(240px, 1fr) auto; gap: 18px; padding-inline: 20px; }
	.tool-link > span:last-child { display: none; }
}
@media (max-width: 1024px) {
	:root { --prm-header: 72px; }
	.admin-bar .site-header { top: 32px; }
	.header-inner { grid-template-columns: 44px 150px minmax(180px, 1fr) auto; }
	.menu-toggle { display: block; }
	.custom-logo { width: 145px; }
	.site-sidebar { z-index: 700; top: 0; width: min(88vw, 360px); transform: translateX(-105%); transition: transform .25s ease; }
	.admin-bar .site-sidebar { top: 0; }
	.menu-is-open .site-sidebar { transform: translateX(0); }
	.site-content, .site-footer { margin-left: 0; }
}
@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.header-inner { grid-template-columns: 44px 1fr auto; gap: 12px; }
	.header-search { grid-column: 1 / -1; grid-row: 2; }
	.site-header, .header-inner { min-height: auto; }
	.header-inner { padding-block: 10px; }
	.header-tools { gap: 8px; }
	.tool-icon { width: 42px; height: 42px; }
	.content-container { width: min(calc(100% - 32px), var(--prm-container)); }
	.site-main { padding-top: 22px; }
	.footer-inner { grid-template-columns: 1fr; gap: 32px; }
	.site-footer { padding-inline: 20px; }
	.process-grid { grid-template-columns: 1fr; }
	.about-hero, .contact-layout { grid-template-columns: 1fr; }
	.about-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.about-steps { grid-template-columns: 1fr 1fr; }
	.about-steps li:first-child, .about-steps li:last-child { border-radius: 0; }
}
@media (max-width: 430px) {
	.header-inner { grid-template-columns: 42px minmax(90px, 1fr) auto; padding-inline: 12px; }
	.custom-logo { width: 128px; }
	.header-tools .tool-link:first-child { display: none; }
	h1 { font-size: 1.85rem; }
	.content-card { padding: 20px 16px; }
	.content-container { width: min(calc(100% - 24px), var(--prm-container)); }
	.about-card-grid, .about-steps { grid-template-columns: 1fr; }
}
