﻿ .page-hero {position:relative;min-height:460px;display:flex;align-items:flex-end;padding-bottom:4rem;background-image:url('../images/hero.png');background-size:cover;background-position:center 30%;margin-top:0;padding-top:72px;} .page-hero-overlay {position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,107,60,0.88) 0%,rgba(10,40,20,0.92) 100%);} .page-hero-content {position:relative;z-index:2;} .page-hero-title {font-family:var(--font-serif);font-size:clamp(2.4rem,5vw,4rem);font-weight:700;color:var(--white);margin-bottom:0.75rem;line-height:1.1;} .page-hero-sub {font-size:1.1rem;color:rgba(255,255,255,0.75);max-width:560px;line-height:1.7;} .page-hero-nav {display:flex;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap;} .page-hero-nav-link {font-size:0.88rem;font-weight:500;color:rgba(255,255,255,0.65);transition:var(--transition-fast);border-bottom:1px solid transparent;padding-bottom:1px;} .page-hero-nav-link:hover {color:var(--gold);border-color:var(--gold);} .page-hero-nav-dot {color:rgba(255,255,255,0.3);} .about-hero {position:relative;min-height:520px;display:flex;align-items:center;margin-top:0;padding-top:72px;background:var(--green-dark);overflow:hidden;} .about-hero-pattern {position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(200,168,75,0.06) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(200,168,75,0.04) 0%,transparent 40%),repeating-linear-gradient( -45deg,transparent,transparent 40px,rgba(255,255,255,0.012) 40px,rgba(255,255,255,0.012) 41px );} .about-hero-overlay {position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,107,60,0.85) 0%,rgba(10,40,20,0.92) 100%);} .about-hero-content {position:relative;z-index:2;padding:5rem 2rem;} .about-hero-inner {max-width:680px;} .about-hero-title {font-family:var(--font-serif);font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:700;color:var(--white);line-height:1.08;margin-bottom:1rem;} .about-hero-sub {font-size:1.2rem;color:rgba(255,255,255,0.72);margin-bottom:2rem;} .about-hero-divider {width:60px;height:3px;background:var(--gold);margin-bottom:2rem;border-radius:2px;} .about-hero-badges {display:flex;gap:0.75rem;flex-wrap:wrap;} .about-badge {display:inline-flex;align-items:center;gap:0.4rem;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);color:rgba(255,255,255,0.85);font-size:0.82rem;font-weight:500;padding:0.45rem 1rem;border-radius:100px;backdrop-filter:blur(4px);} .who-we-are {background:var(--white);} .story-grid {display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;} .story-body {font-size:1rem;color:var(--gray-600);line-height:1.8;margin-bottom:1.25rem;} .story-highlights {display:flex;flex-direction:column;gap:1.25rem;margin-top:2.25rem;padding-top:2rem;border-top:1px solid var(--gray-200);} .story-highlight {display:flex;align-items:flex-start;gap:1rem;} .story-highlight-icon {width:42px;height:42px;min-width:42px;background:var(--green-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.1rem;} .story-highlight div {display:flex;flex-direction:column;gap:0.2rem;} .story-highlight strong {font-size:0.93rem;font-weight:700;color:var(--gray-800);} .story-highlight span {font-size:0.83rem;color:var(--gray-600);line-height:1.4;} .story-image-wrap {border-radius:var(--radius-lg);overflow:hidden;position:relative;box-shadow:var(--shadow-lg);} .story-image-wrap img {width:100%;height:520px;object-fit:cover;display:block;transition:transform 0.7s ease;} .story-image-wrap:hover img {transform:scale(1.03);} .story-image-badge {position:absolute;bottom:2rem;left:2rem;background:var(--green-dark);border:2px solid var(--gold);border-radius:var(--radius-md);padding:1rem 1.25rem;display:flex;align-items:center;gap:0.75rem;} .story-image-badge-num {font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--gold);line-height:1;} .story-image-badge-label {font-size:0.78rem;font-weight:600;color:rgba(255,255,255,0.75);line-height:1.3;text-transform:uppercase;letter-spacing:0.05em;} .our-model {background:var(--green-light);} .model-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3.5rem;} .model-card {background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;border:1px solid var(--gray-200);transition:var(--transition);position:relative;overflow:hidden;} .model-card::before {content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transition:transform 0.4s ease;transform-origin:left;} .model-card:hover {transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(200,168,75,0.3);} .model-card:hover::before {transform:scaleX(1);} .model-card-center {background:var(--green-dark);border-color:var(--green-dark);} .model-card-center::before {background:var(--gold);} .model-card-center .model-title {color:var(--white);} .model-card-center .model-desc {color:rgba(255,255,255,0.72);} .model-card-center .model-list li {color:rgba(255,255,255,0.65);} .model-card-center .model-list li::before {color:var(--gold);} .model-card-header {display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;} .model-icon {width:52px;height:52px;background:linear-gradient(135deg,rgba(200,168,75,0.12),rgba(200,168,75,0.05));border:1.5px solid rgba(200,168,75,0.25);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;} .model-card-center .model-icon {background:rgba(200,168,75,0.15);border-color:rgba(200,168,75,0.3);} .model-title {font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--gray-800);} .model-desc {font-size:0.92rem;color:var(--gray-600);line-height:1.75;margin-bottom:1.5rem;} .model-list {list-style:none;display:flex;flex-direction:column;gap:0.5rem;} .model-list li {font-size:0.85rem;color:var(--gray-600);padding-left:1.25rem;position:relative;line-height:1.4;} .model-list li::before {content:'\2713';position:absolute;left:0;color:var(--gold);font-weight:700;} .markets-section {background:linear-gradient(135deg,var(--green-dark) 0%,#0D3D20 100%);position:relative;overflow:hidden;} .markets-section::before {content:'';position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:rgba(200,168,75,0.06);} .markets-layout {display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;} .markets-map {border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 12px 60px rgba(0,0,0,0.3);} .markets-map img {width:100%;display:block;} .markets-cards {display:flex;flex-direction:column;gap:1.25rem;} .market-card {display:flex;align-items:flex-start;gap:1.25rem;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-md);padding:1.5rem;transition:var(--transition);cursor:default;} .market-card:hover {background:rgba(255,255,255,0.09);border-color:rgba(200,168,75,0.35);transform:translateX(4px);} .market-flag {font-size:1.8rem;line-height:1;flex-shrink:0;} .market-body {flex:1;} .market-title {font-family:var(--font-serif);font-size:1.05rem;font-weight:700;color:var(--gold);margin-bottom:0.3rem;} .market-desc {font-size:0.85rem;color:rgba(255,255,255,0.62);line-height:1.55;} .values-section {background:var(--white);} .values-row {display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:0;align-items:start;margin-top:3.5rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;} .value-divider {width:1px;background:var(--gray-200);align-self:stretch;} .value-item {padding:2.5rem 2rem;text-align:center;transition:var(--transition);} .value-item:hover {background:var(--green-light);} .value-item-icon {width:64px;height:64px;background:linear-gradient(135deg,rgba(200,168,75,0.12),rgba(200,168,75,0.05));border:1.5px solid rgba(200,168,75,0.25);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--gold-dark);transition:var(--transition);} .value-item:hover .value-item-icon {background:var(--gold);border-color:var(--gold);color:var(--black);} .value-item-title {font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--gray-800);margin-bottom:0.75rem;} .value-item-desc {font-size:0.88rem;color:var(--gray-600);line-height:1.7;max-width:220px;margin:0 auto;} .product-section {padding:80px 0;background:var(--white);} .product-section-alt {background:var(--green-light);} .product-full-grid {display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;} .product-full-grid-reverse {direction:rtl;} .product-full-grid-reverse > * {direction:ltr;} .product-full-img {display:flex;flex-direction:column;gap:1.25rem;} .product-full-img-wrap {border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);position:relative;} .product-full-img-wrap img {width:100%;height:440px;object-fit:cover;display:block;transition:transform 0.7s ease;} .product-full-img-wrap:hover img {transform:scale(1.04);} .product-origin-tag {display:inline-flex;align-items:center;gap:0.5rem;font-size:0.83rem;font-weight:500;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);padding:0.5rem 1rem;border-radius:100px;width:fit-content;} .product-section-alt .product-origin-tag {background:var(--white);} .product-cert-row {display:flex;flex-wrap:wrap;gap:0.5rem;} .cert-pill {font-size:0.72rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--green-dark);background:rgba(26,107,60,0.08);border:1px solid rgba(26,107,60,0.2);padding:0.3rem 0.85rem;border-radius:100px;} .product-full-label {display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem;} .product-number {font-family:var(--font-serif);font-size:0.85rem;font-weight:700;color:var(--gold);background:rgba(200,168,75,0.1);border:1px solid rgba(200,168,75,0.25);padding:0.2rem 0.6rem;border-radius:4px;} .product-type {font-size:0.78rem;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--gray-400);font-style:italic;} .product-full-title {font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;color:var(--gray-800);margin-bottom:1.25rem;line-height:1.1;} .product-full-desc {font-size:0.98rem;color:var(--gray-600);line-height:1.8;margin-bottom:2rem;} .spec-block {margin-bottom:2rem;} .spec-block-title {font-family:var(--font-sans);font-size:0.72rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:0.75rem;} .spec-table-full {border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;} .spec-row-full {display:flex;padding:0.7rem 1rem;border-bottom:1px solid var(--gray-200);font-size:0.875rem;line-height:1.4;} .spec-row-full:last-child {border-bottom:none;} .spec-row-full:nth-child(even) {background:rgba(240,247,243,0.6);} .spec-key {width:160px;min-width:160px;font-weight:600;color:var(--gray-800);} .spec-val {color:var(--gray-600);flex:1;} .product-full-actions {display:flex;align-items:center;gap:1rem;flex-wrap:wrap;} .product-coming-card {display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;opacity:0.88;} .product-coming-img {position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);} .product-coming-img img {width:100%;height:440px;object-fit:cover;display:block;filter:grayscale(0.35);} .coming-soon-overlay {position:absolute;inset:0;background:rgba(10,40,20,0.45);display:flex;align-items:center;justify-content:center;} .coming-soon-badge {font-family:var(--font-serif);font-size:1.6rem;font-weight:700;color:var(--gold);letter-spacing:0.06em;border:2px solid var(--gold);padding:0.75rem 2rem;border-radius:var(--radius-md);background:rgba(10,40,20,0.6);backdrop-filter:blur(4px);} .coming-specs-preview {display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:var(--green-light);border-radius:var(--radius-md);border:1px solid rgba(26,107,60,0.15);} .coming-spec {display:flex;flex-direction:column;gap:0.3rem;} .coming-spec-label {font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--gray-400);} .coming-spec-val {font-size:0.88rem;font-weight:500;color:var(--gray-800);} .coming-note {font-size:0.82rem;color:var(--gray-400);line-height:1.5;max-width:260px;} .cta-banner {background:linear-gradient(135deg,var(--green-dark) 0%,#0F4A26 100%);padding:5rem 0;position:relative;overflow:hidden;} .cta-banner::before {content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:rgba(200,168,75,0.07);} .cta-banner::after {content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;border-radius:50%;background:rgba(200,168,75,0.05);} .cta-inner {position:relative;z-index:2;text-align:center;} .cta-banner .section-title {color:var(--white);margin-bottom:0.75rem;} .cta-banner .section-subtitle {color:rgba(255,255,255,0.72);margin:0 auto 2.5rem;} .cta-buttons {display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;} @media (max-width:1024px) {.story-grid {gap:3rem;} .markets-layout {grid-template-columns:1fr;gap:2.5rem;} .markets-map {max-width:600px;margin:0 auto;} .model-grid {grid-template-columns:1fr;max-width:540px;margin-left:auto;margin-right:auto;} .product-full-grid {gap:3rem;} .product-coming-card {gap:3rem;}} @media (max-width:900px) {.story-grid {grid-template-columns:1fr;} .story-image-wrap img {height:360px;} .values-row {grid-template-columns:1fr 1fr;} .value-divider {display:none;} .value-item {border-bottom:1px solid var(--gray-200);} .value-item:nth-child(odd) {border-right:1px solid var(--gray-200);} .product-full-grid {grid-template-columns:1fr;} .product-full-grid-reverse {direction:ltr;} .product-coming-card {grid-template-columns:1fr;} .product-full-img-wrap img {height:320px;} .product-coming-img img {height:280px;}} @media (max-width:640px) {.about-hero-badges {flex-direction:column;align-items:flex-start;} .values-row {grid-template-columns:1fr;} .value-item:nth-child(odd) {border-right:none;} .coming-specs-preview {grid-template-columns:1fr;} .product-full-actions {flex-direction:column;align-items:flex-start;} .product-full-actions .btn {width:100%;justify-content:center;}} .services-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;} .service-card {background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem;transition:var(--transition);} .service-card:hover {transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:rgba(200,168,75,0.4);} .service-icon {width:54px;height:54px;background:var(--green-light);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1.5rem;} .service-title {font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;} .service-desc {font-size:0.95rem;color:var(--gray-600);line-height:1.7;} .pricing-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:left;} .pricing-card {background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:2.5rem;position:relative;transition:var(--transition);} .pricing-card:hover {transform:translateY(-5px);box-shadow:var(--shadow-md);} .pricing-card h3 {font-family:var(--font-serif);font-size:1.3rem;color:var(--gray-800);margin-bottom:1rem;} .pricing-icon {font-family:var(--font-serif);font-size:3rem;font-weight:700;opacity:0.15;position:absolute;top:1.5rem;right:1.5rem;line-height:1;} .contact-layout {display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;} .contact-heading {font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;} .contact-details-list {display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-200);} .contact-detail-item {display:flex;align-items:center;gap:1.25rem;} .contact-detail-icon {width:44px;height:44px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;} .contact-detail-label {display:block;font-size:0.75rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;color:var(--gray-400);margin-bottom:0.2rem;} .contact-detail-val {font-size:1.05rem;font-weight:500;color:var(--gray-800);} a.contact-detail-val:hover {color:var(--gold);} .contact-subheading {font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;} .contact-checklist {list-style:none;display:flex;flex-direction:column;gap:0.75rem;} .contact-checklist li {font-size:0.95rem;color:var(--gray-600);padding-left:1.5rem;position:relative;} .contact-checklist li::before {content:'\2713';position:absolute;left:0;color:var(--gold);font-weight:700;} .contact-form-wrap {background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:3rem;box-shadow:var(--shadow-lg);} .form-title {font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:var(--gray-800);margin-bottom:2rem;} .form-row {display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;} .form-group {margin-bottom:1.5rem;} .form-group label {display:block;font-size:0.85rem;font-weight:600;color:var(--gray-800);margin-bottom:0.5rem;} .form-group input,.form-group select,.form-group textarea {width:100%;padding:0.9rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:0.95rem;color:var(--gray-800);transition:var(--transition);background:#fafafa;} .form-group input:focus,.form-group select:focus,.form-group textarea:focus {outline:none;border-color:var(--gold);background:var(--white);box-shadow:0 0 0 3px rgba(200,168,75,0.15);} .form-submit-btn {width:100%;padding:1.1rem;font-size:1rem;justify-content:center;margin-top:1rem;} .form-note {text-align:center;font-size:0.8rem;color:var(--gray-400);margin-top:1.25rem;} .floating-wa {position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25D366;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,0.2);z-index:999;transition:transform 0.3s ease,box-shadow 0.3s ease;} .floating-wa svg {width:32px;height:32px;} .floating-wa:hover {transform:scale(1.1) translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.25);} @media (max-width:900px) {.contact-layout {grid-template-columns:1fr;gap:3rem;}} @media (max-width:640px) {.form-row {grid-template-columns:1fr;gap:0;} .floating-wa {bottom:20px;right:20px;width:50px;height:50px;} .floating-wa svg {width:28px;height:28px;}} .about-hero {background-image:url('../images/hero.png');background-size:cover;background-position:center;background-attachment:fixed;} .hero-about-bg {background-image:url('../images/hero-about.png');} .blog-page-layout {display:grid;grid-template-columns:1fr 340px;gap:4rem;align-items:start;} .blog-filters {margin-bottom:2.5rem;} .blog-search {width:100%;padding:1rem 1.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:0.95rem;margin-bottom:1.5rem;background:var(--white);transition:var(--transition);} .blog-search:focus {outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,168,75,0.15);} .blog-tabs {display:flex;gap:0.75rem;flex-wrap:wrap;} .blog-tab {padding:0.5rem 1rem;border:1px solid var(--gray-200);border-radius:100px;font-size:0.85rem;font-weight:500;color:var(--gray-600);background:var(--white);cursor:pointer;transition:var(--transition);} .blog-tab:hover,.blog-tab.active {background:var(--green-dark);color:var(--white);border-color:var(--green-dark);} .blog-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;} .blog-card {background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column;} .blog-card:hover {transform:translateY(-5px);box-shadow:var(--shadow-lg);} .blog-card-img {width:100%;height:200px;object-fit:cover;border-bottom:1px solid var(--gray-200);} .blog-card-body {padding:1.5rem;flex:1;display:flex;flex-direction:column;} .blog-card-meta {display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem;font-size:0.8rem;color:var(--gray-400);} .blog-card-cat {font-weight:700;color:var(--gold-dark);background:rgba(200,168,75,0.1);padding:0.2rem 0.6rem;border-radius:4px;} .blog-card-title {font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--gray-800);margin-bottom:0.75rem;line-height:1.3;} .blog-card-title a {color:inherit;text-decoration:none;} .blog-card-title a:hover {color:var(--gold-dark);} .blog-card-excerpt {font-size:0.9rem;color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;} .blog-card-readmore {margin-top:auto;font-size:0.85rem;font-weight:700;color:var(--green-dark);text-transform:uppercase;letter-spacing:0.05em;display:inline-flex;align-items:center;gap:0.4rem;text-decoration:none;} .blog-card-readmore:hover {color:var(--gold-dark);} .blog-sidebar {display:flex;flex-direction:column;gap:2.5rem;} .sidebar-widget {background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:2rem;} .sidebar-title {font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--gray-800);margin-bottom:1.25rem;padding-bottom:0.75rem;border-bottom:1px solid var(--gray-200);} .sidebar-list {list-style:none;display:flex;flex-direction:column;gap:0.75rem;} .sidebar-list li a {color:var(--gray-600);font-size:0.95rem;text-decoration:none;transition:var(--transition);display:flex;justify-content:space-between;} .sidebar-list li a:hover {color:var(--gold-dark);} .sidebar-list li span {color:var(--gray-400);font-size:0.85rem;} .newsletter-form .form-group {margin-bottom:1rem;} .newsletter-form input {width:100%;padding:0.8rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:0.9rem;margin-bottom:0.5rem;} .newsletter-form button {width:100%;padding:0.8rem;font-size:0.9rem;justify-content:center;} .post-header {max-width:800px;margin:0 auto 3rem;text-align:center;} .post-meta {display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem;font-size:0.9rem;color:var(--gray-400);} .post-title {font-family:var(--font-serif);font-size:clamp(2rem,4vw,3.2rem);font-weight:700;color:var(--gray-800);line-height:1.15;margin-bottom:1.5rem;} .post-featured-img {width:100%;height:500px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:4rem;} .post-content {max-width:740px;margin:0 auto;font-size:1.1rem;color:var(--gray-800);line-height:1.8;} .post-content p {margin-bottom:1.75rem;} .post-content h2,.post-content h3 {font-family:var(--font-serif);color:var(--gray-800);margin:3rem 0 1rem;font-weight:700;} .post-content h2 {font-size:2rem;} .post-content h3 {font-size:1.5rem;} .post-share {margin-top:4rem;padding-top:2rem;border-top:1px solid var(--gray-200);display:flex;align-items:center;gap:1rem;} .share-btn {display:inline-flex;align-items:center;gap:0.5rem;padding:0.6rem 1.25rem;border-radius:100px;font-size:0.9rem;font-weight:600;text-decoration:none;transition:var(--transition);} .share-linkedin {background:#0077b5;color:white;} .share-linkedin:hover {background:#005e93;} .share-wa {background:#25D366;color:white;} .share-wa:hover {background:#1ebe5d;} .related-posts {margin-top:5rem;padding-top:5rem;border-top:1px solid var(--gray-200);} .related-posts-title {font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:2.5rem;text-align:center;} @media (max-width:1024px) {.blog-page-layout {grid-template-columns:1fr;gap:3rem;} .blog-sidebar {max-width:100%;flex-direction:row;flex-wrap:wrap;} .sidebar-widget {flex:1;min-width:300px;}} @media (max-width:768px) {.post-featured-img {height:340px;}} 
