.tga-home {
--tga-green: #174b3a;
--tga-green-dark: #10372b;
--tga-green-light: #edf5f1;
--tga-gold: #f2c75c;
--tga-orange: #ff9f1c;
--tga-text: #252b29;
--tga-muted: #59635f;
--tga-border: #d8e2dd;
--tga-white: #ffffff;
color: var(--tga-text);
font-family: Tahoma, Arial, sans-serif;
font-size: 17px;
line-height: 1.7;
}
.tga-home,
.tga-home * { box-sizing: border-box; }
.tga-home h1,
.tga-home h2,
.tga-home h3,
.tga-home p { margin-top: 0; }
.tga-container {
width: min(1120px, calc(100% - 40px));
margin: 0 auto;
} .tga-hero {
padding: 70px 0;
background: linear-gradient(135deg, var(--tga-green-dark), var(--tga-green));
color: var(--tga-white);
}
.tga-hero-grid {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
gap: 48px;
align-items: center;
}
.tga-kicker {
display: inline-block;
margin-bottom: 16px;
padding: 6px 14px;
border: 1px solid rgba(255,255,255,.35);
border-radius: 30px;
color: var(--tga-white);
font-size: 14px;
font-weight: 700;
}
.tga-hero h1 {
max-width: 760px;
margin-bottom: 20px;
color: var(--tga-white);
font-size: clamp(32px, 5vw, 52px);
line-height: 1.25;
letter-spacing: -.02em;
}
.tga-lead {
max-width: 760px;
margin-bottom: 28px;
color: rgba(255,255,255,.9);
font-size: 19px;
}
.tga-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 28px;
}
.tga-button {
display: inline-flex;
min-height: 48px;
align-items: center;
justify-content: center;
padding: 11px 22px;
border: 2px solid transparent;
border-radius: 6px;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none !important;
}
.tga-button-primary {
border-color: var(--tga-gold);
background: var(--tga-gold);
color: #17211d !important;
}
.tga-button-secondary {
border-color: rgba(255,255,255,.75);
background: transparent;
color: var(--tga-white) !important;
}
.tga-button-phone {
min-width: 218px;
border-color: var(--tga-orange);
background: var(--tga-orange);
color: #17211d !important;
box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.tga-button-phone::before {
content: "☎";
margin-right: 8px;
font-size: 18px;
}
.tga-button:focus-visible,
.tga-card:focus-visible {
outline: 3px solid var(--tga-gold);
outline-offset: 3px;
}
.tga-proof {
display: flex;
flex-wrap: wrap;
gap: 8px 22px;
margin: 0;
padding: 0;
list-style: none;
color: rgba(255,255,255,.88);
font-size: 15px;
}
.tga-proof li::before {
content: "✓";
margin-right: 7px;
color: var(--tga-gold);
font-weight: 700;
}
.tga-hero-panel {
padding: 28px;
border: 1px solid rgba(255,255,255,.22);
border-radius: 10px;
background: rgba(255,255,255,.09);
}
.tga-hero-panel h2 {
margin-bottom: 16px;
color: var(--tga-white);
font-size: 21px;
line-height: 1.4;
}
.tga-hero-panel ul {
margin: 0;
padding-left: 20px;
color: rgba(255,255,255,.9);
}
.tga-hero-panel li { margin-bottom: 7px; } .tga-section { padding: 70px 0; }
.tga-section-soft { background: var(--tga-green-light); }
.tga-heading {
max-width: 760px;
margin: 0 auto 36px;
text-align: center;
}
.tga-heading h2 {
margin-bottom: 10px;
color: var(--tga-green-dark);
font-size: clamp(27px, 4vw, 38px);
line-height: 1.35;
}
.tga-heading p {
margin-bottom: 0;
color: var(--tga-muted);
} .tga-product-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.tga-card {
display: flex;
flex-direction: column;
min-height: 100%;
padding: 0;
overflow: hidden;
border: 1px solid var(--tga-border);
border-radius: 8px;
background: var(--tga-white);
color: var(--tga-text) !important;
text-decoration: none !important;
}
.tga-card-image {
display: block;
width: 100%;
height: auto;
aspect-ratio: 640 / 420;
object-fit: cover;
background: #f3f6f4;
}
.tga-card-content {
display: flex;
flex: 1;
flex-direction: column;
padding: 24px;
}
.tga-card-number {
display: inline-flex;
width: 38px;
height: 38px;
align-items: center;
justify-content: center;
margin-bottom: 18px;
border-radius: 50%;
background: var(--tga-green-light);
color: var(--tga-green);
font-size: 14px;
font-weight: 700;
}
.tga-card h3 {
margin-bottom: 9px;
color: var(--tga-green-dark);
font-size: 20px;
line-height: 1.4;
}
.tga-card p {
margin-bottom: 16px;
color: var(--tga-muted);
font-size: 15px;
}
.tga-card-link {
margin-top: auto;
color: var(--tga-green);
font-size: 15px;
font-weight: 700;
} .tga-factory-grid {
display: grid;
grid-template-columns: 1.15fr .85fr;
gap: 36px;
align-items: center;
}
.tga-factory-image {
display: block;
width: 100%;
height: auto;
aspect-ratio: 3 / 2;
object-fit: cover;
border-radius: 10px;
background: #e9eeeb;
}
.tga-factory-copy h2 {
margin-bottom: 14px;
color: var(--tga-green-dark);
font-size: clamp(27px, 4vw, 36px);
line-height: 1.35;
}
.tga-factory-copy p {
margin-bottom: 18px;
color: var(--tga-muted);
}
.tga-factory-list {
margin: 0 0 24px;
padding: 0;
list-style: none;
}
.tga-factory-list li {
position: relative;
margin-bottom: 9px;
padding-left: 25px;
}
.tga-factory-list li::before {
position: absolute;
left: 0;
color: var(--tga-green);
content: "✓";
font-weight: 700;
} .tga-capability-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}
.tga-capability {
padding: 24px;
border-left: 4px solid var(--tga-green);
background: var(--tga-white);
}
.tga-capability strong {
display: block;
margin-bottom: 6px;
color: var(--tga-green-dark);
font-size: 18px;
}
.tga-capability span {
color: var(--tga-muted);
font-size: 15px;
} .tga-quote-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 34px;
align-items: start;
}
.tga-quote-grid h2 {
margin-bottom: 14px;
color: var(--tga-green-dark);
font-size: clamp(27px, 4vw, 36px);
line-height: 1.35;
}
.tga-checklist {
margin: 0;
padding: 24px 24px 24px 46px;
border: 1px solid var(--tga-border);
border-radius: 8px;
background: var(--tga-white);
}
.tga-checklist li { margin-bottom: 7px; } .tga-final-cta {
padding: 50px 0;
background: var(--tga-green-dark);
color: var(--tga-white);
text-align: center;
}
.tga-final-cta h2 {
margin-bottom: 12px;
color: var(--tga-white);
font-size: clamp(26px, 4vw, 36px);
}
.tga-final-cta p {
max-width: 720px;
margin: 0 auto 24px;
color: rgba(255,255,255,.88);
}
@media (max-width: 850px) {
.tga-hero-grid,
.tga-quote-grid,
.tga-factory-grid { grid-template-columns: 1fr; }
.tga-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tga-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
.tga-container { width: min(100% - 28px, 1120px); }
.tga-hero,
.tga-section { padding: 48px 0; }
.tga-product-grid,
.tga-capability-grid { grid-template-columns: 1fr; }
.tga-actions { display: grid; }
.tga-button { width: 100%; }
.tga-hero-panel { padding: 22px; }
}