:root {
--tag26-cream: #f8f3e9;
--tag26-paper: #fffdf8;
--tag26-white: #fff;
--tag26-ink: #2b2018;
--tag26-text: #57483d;
--tag26-muted: #7a6c61;
--tag26-red: #8f1f1b;
--tag26-red-dark: #611611;
--tag26-green: #284d39;
--tag26-gold: #b78b38;
--tag26-line: rgba(43, 32, 24, 0.14);
--tag26-shadow: 0 22px 60px rgba(43, 32, 24, 0.12);
--tag26-radius-xl: 34px;
--tag26-radius-lg: 24px;
--tag26-radius-md: 16px;
}
.tag26-wrap,
.tag26-wrap * { box-sizing: border-box; }
.tag26-wrap {
background:
radial-gradient(circle at 6% 4%, rgba(183, 139, 56, .16), transparent 34%),
radial-gradient(circle at 94% 8%, rgba(143, 31, 27, .12), transparent 30%),
linear-gradient(180deg, #fffaf2 0%, #f8f3e9 46%, #fffdf8 100%);
color: var(--tag26-text);
overflow: hidden;
}
.tag26-container {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}
.tag26-section { padding: 76px 0; }
.tag26-hero {
padding: 92px 0 70px;
position: relative;
}
.tag26-hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
gap: 44px;
align-items: center;
}
.tag26-eyebrow {
display: inline-flex;
align-items: center;
width: fit-content;
padding: 8px 14px;
border-radius: 999px;
background: rgba(183, 139, 56, .16);
color: var(--tag26-red-dark);
font-size: 12px;
line-height: 1;
font-weight: 900;
letter-spacing: .09em;
text-transform: uppercase;
margin-bottom: 18px;
}
.tag26-eyebrow-light {
background: rgba(255,255,255,.14);
color: #fff;
}
.tag26-hero h1,
.tag26-section h2,
.tag26-content-card h2,
.tag26-form-card h2 {
color: var(--tag26-ink);
font-weight: 900;
letter-spacing: -.045em;
line-height: 1.03;
margin: 0 0 18px;
}
.tag26-hero h1 {
font-size: clamp(40px, 6vw, 78px);
}
.tag26-section h2,
.tag26-content-card h2,
.tag26-form-card h2 {
font-size: clamp(30px, 4.2vw, 54px);
}
.tag26-lead {
color: var(--tag26-muted);
font-size: 20px;
line-height: 1.72;
max-width: 720px;
margin: 0;
}
.tag26-actions {
display: flex;
flex-wrap: wrap;
gap: 13px;
margin-top: 30px;
}
.tag26-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 22px;
border-radius: 999px;
border: 1px solid transparent;
font-weight: 900;
text-decoration: none !important;
line-height: 1;
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.tag26-btn-primary {
background: var(--tag26-red);
color: #fff !important;
box-shadow: 0 14px 32px rgba(143,31,27,.25);
}
.tag26-btn-light {
background: #fff;
color: var(--tag26-red-dark) !important;
border-color: var(--tag26-line);
}
.tag26-btn:hover,
.tag26-btn:focus {
transform: translateY(-2px);
box-shadow: 0 18px 36px rgba(43,32,24,.14);
}
.tag26-hero-panel {
background: rgba(255,255,255,.82);
border: 1px solid var(--tag26-line);
border-radius: var(--tag26-radius-xl);
padding: 18px;
box-shadow: var(--tag26-shadow);
}
.tag26-hero-panel img {
width: 100%;
height: 340px;
object-fit: cover;
object-position: center;
display: block;
border-radius: 24px;
background: var(--tag26-paper);
}
.tag26-hero-quote {
padding: 22px 8px 8px;
}
.tag26-hero-quote strong {
display: block;
color: var(--tag26-ink);
font-size: 22px;
line-height: 1.18;
margin-bottom: 8px;
}
.tag26-hero-quote span {
color: var(--tag26-muted);
line-height: 1.65;
}
.tag26-soft-band {
background: rgba(255,255,255,.56);
border-top: 1px solid var(--tag26-line);
border-bottom: 1px solid var(--tag26-line);
}
.tag26-section-head {
max-width: 850px;
margin-bottom: 32px;
}
.tag26-center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.tag26-section-head p,
.tag26-content-card p,
.tag26-form-card p,
.tag26-feature-card p,
.tag26-process-card p,
.tag26-post-card p,
.tag26-cta-band p {
color: var(--tag26-muted);
font-size: 17px;
line-height: 1.7;
margin: 0;
}
.tag26-split-head {
max-width: none;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
gap: 28px;
align-items: end;
}
.tag26-feature-grid,
.tag26-post-grid,
.tag26-process-grid,
.tag26-link-grid {
display: grid;
gap: 22px;
}
.tag26-feature-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tag26-post-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tag26-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tag26-feature-card,
.tag26-process-card,
.tag26-post-card,
.tag26-content-card,
.tag26-form-card,
.tag26-empty-card {
background: var(--tag26-white);
border: 1px solid var(--tag26-line);
border-radius: var(--tag26-radius-lg);
box-shadow: 0 16px 42px rgba(43,32,24,.08);
}
.tag26-feature-card,
.tag26-process-card {
padding: 26px;
text-decoration: none !important;
color: var(--tag26-text);
transition: transform .18s ease, box-shadow .18s ease;
}
.tag26-feature-card:hover,
.tag26-process-card:hover {
transform: translateY(-3px);
box-shadow: var(--tag26-shadow);
}
.tag26-feature-card span,
.tag26-process-card span {
display: inline-flex;
width: 42px;
height: 42px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: var(--tag26-red);
color: #fff;
font-weight: 900;
margin-bottom: 18px;
}
.tag26-feature-card h3,
.tag26-process-card h3,
.tag26-post-card h3,
.tag26-cta-card h3 {
color: var(--tag26-ink);
font-size: 22px;
line-height: 1.18;
margin: 0 0 10px;
font-weight: 900;
letter-spacing: -.02em;
}
.tag26-post-card { overflow: hidden; }
.tag26-post-thumb {
min-height: 190px;
background: linear-gradient(135deg, var(--tag26-red-dark), var(--tag26-green));
background-size: cover;
background-position: center;
display: flex;
align-items: flex-end;
padding: 18px;
text-decoration: none !important;
}
.tag26-post-thumb span {
display: inline-flex;
padding: 7px 11px;
border-radius: 999px;
background: rgba(255,255,255,.85);
color: var(--tag26-red-dark);
font-size: 12px;
font-weight: 900;
}
.tag26-post-body { padding: 24px; }
.tag26-post-body h3 a { color: var(--tag26-ink); text-decoration: none !important; }
.tag26-text-link { color: var(--tag26-red-dark); font-weight: 900; text-decoration: none !important; }
.tag26-search-form {
display: flex;
background: #fff;
border: 1px solid var(--tag26-line);
border-radius: 999px;
overflow: hidden;
box-shadow: 0 12px 32px rgba(43,32,24,.08);
}
.tag26-search-form input {
width: 100%;
border: 0;
padding: 15px 18px;
outline: none;
background: transparent;
}
.tag26-search-form button {
border: 0;
background: var(--tag26-red);
color: #fff;
font-weight: 900;
padding: 0 20px;
cursor: pointer;
}
.tag26-cta-band {
background:
linear-gradient(135deg, rgba(97,22,17,.96), rgba(40,77,57,.93)),
radial-gradient(circle at 88% 18%, rgba(183,139,56,.42), transparent 36%);
color: #fff;
}
.tag26-cta-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, .55fr);
gap: 30px;
align-items: center;
}
.tag26-cta-band h2,
.tag26-cta-card h3 { color: #fff; }
.tag26-cta-band p { color: rgba(255,255,255,.78); }
.tag26-cta-card {
background: rgba(255,255,255,.11);
border: 1px solid rgba(255,255,255,.18);
border-radius: var(--tag26-radius-lg);
padding: 28px;
}
.tag26-link-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tag26-link-grid a {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 72px;
padding: 18px 20px;
border-radius: 20px;
background: var(--tag26-white);
border: 1px solid var(--tag26-line);
color: var(--tag26-red-dark);
font-weight: 900;
text-decoration: none !important;
box-shadow: 0 14px 34px rgba(43,32,24,.07);
}
.tag26-link-grid a::after { content: '›'; font-size: 28px; line-height: 1; }
.tag26-alert {
background: #fff8e7;
border: 1px solid rgba(183,139,56,.34);
border-left: 6px solid var(--tag26-gold);
border-radius: 18px;
padding: 18px 20px;
color: var(--tag26-ink);
margin-bottom: 28px;
line-height: 1.65;
}
.tag26-two-col {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
gap: 30px;
align-items: start;
}
.tag26-content-card,
.tag26-form-card,
.tag26-empty-card { padding: 30px; }
.tag26-check-list {
list-style: none;
margin: 22px 0 0;
padding: 0;
display: grid;
gap: 12px;
}
.tag26-check-list li {
display: flex;
gap: 12px;
align-items: flex-start;
color: var(--tag26-text);
line-height: 1.55;
}
.tag26-check-list li::before {
content: '✓';
width: 24px;
height: 24px;
flex: 0 0 24px;
border-radius: 50%;
background: rgba(40,77,57,.12);
color: var(--tag26-green);
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: 900;
margin-top: 1px;
}
.tag26-form-card .frm_forms,
.tag26-form-card form { margin-top: 18px; }
.tag26-fallback-form {
padding: 18px;
border-radius: 16px;
background: var(--tag26-cream);
border: 1px solid var(--tag26-line);
}
@media (max-width: 1080px) {
.tag26-hero-grid,
.tag26-split-head,
.tag26-cta-grid,
.tag26-two-col { grid-template-columns: 1fr; }
.tag26-feature-grid-4,
.tag26-post-grid,
.tag26-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
.tag26-container { width: min(100% - 24px, 1180px); }
.tag26-hero { padding: 56px 0 44px; }
.tag26-section { padding: 54px 0; }
.tag26-feature-grid-4,
.tag26-post-grid,
.tag26-process-grid,
.tag26-link-grid { grid-template-columns: 1fr; }
.tag26-actions { flex-direction: column; }
.tag26-btn { width: 100%; }
.tag26-hero-panel img { height: 260px; }
.tag26-search-form { border-radius: 18px; flex-direction: column; }
.tag26-search-form button { padding: 14px 20px; }
}