/**
 * Developer Hosting Theme - Page Specific Styles
 * Contact, About, Legal/KVKK pages
 * Note: Hosting service page styles are in hosting-service.css
 */

/* ============================================
   SSL Page Styles
============================================ */
.ssl-page {
    background: #ffffff;
}

.ssl-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ssl-hero .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.ssl-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ssl-hero .hero-content {
    position: relative;
    z-index: 1;
}

.ssl-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
}

.ssl-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
}

.ssl-hero .hero-description {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 28px;
    max-width: 500px;
    color: #ffffff;
}

.ssl-hero .hero-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.ssl-hero .hero-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    color: #ffffff;
}

.ssl-hero .hero-features-list svg {
    color: #FFD700;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ssl-visual-card {
    background: #ffffff;
    color: #1a1a2e;
    padding: 48px 40px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
}

.ssl-lock {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #ffffff;
}

.ssl-url {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.ssl-url .https {
    color: #10B981;
}

.ssl-url .domain {
    color: #1a1a2e;
}

.ssl-status {
    display: inline-block;
    background: #dcfce7;
    color: #10B981;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

/* SSL Packages */
.ssl-packages-section {
    padding: 80px 0;
    background: #ffffff;
}

.ssl-packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ssl-package-card {
    background: #ffffff;
    border: 2px solid #e8ecf1;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.ssl-package-card:hover {
    border-color: #10B981;
    box-shadow: 0 15px 50px rgba(16, 185, 129, 0.15);
}

.ssl-package-card.featured {
    border-color: #10B981;
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.ssl-type-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #10B981;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

.ssl-package-card.featured .ssl-type-badge {
    background: linear-gradient(135deg, #10B981, #059669);
}

.ssl-icon {
    width: 80px;
    height: 80px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 20px;
    color: #10B981;
}

.ssl-package-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.ssl-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.ssl-price {
    margin-bottom: 24px;
}

.ssl-price .price {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
}

.ssl-price .period {
    font-size: 14px;
    color: #888;
}

.ssl-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
}

.ssl-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}

.ssl-features svg {
    color: #10B981;
}

/* Why SSL */
.why-ssl-section {
    padding: 80px 0;
    background: #f8fafc;
}

.why-ssl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-ssl-item {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
}

.why-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}

.why-ssl-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.why-ssl-item p {
    font-size: 14px;
    color: #666;
}

.ssl-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}

/* ============================================
   Licenses Page Styles
============================================ */
.licenses-page {
    background: #ffffff;
}

.licenses-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.licenses-hero .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.hero-content-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.licenses-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #ffffff;
}

.licenses-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
}

.licenses-hero .hero-description {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 32px;
    color: #ffffff;
}

.licenses-section {
    padding: 80px 0;
}

.license-category {
    margin-bottom: 60px;
}

.license-category:last-child {
    margin-bottom: 0;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8ecf1;
}

.category-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.category-icon.plesk {
    background: linear-gradient(135deg, #52B0E7 0%, #2196F3 100%);
}

.category-icon.whmcs {
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
}

.category-icon.other {
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
}

.category-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.category-info h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.category-info p {
    font-size: 15px;
    color: #666;
}

.license-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.license-card {
    background: #ffffff;
    border: 2px solid #e8ecf1;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.license-card:hover {
    border-color: #6366F1;
    box-shadow: 0 10px 40px rgba(99, 102, 241, 0.12);
}

.license-card.featured {
    border-color: #6366F1;
    background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
}

.card-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: #ffffff;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
}

.license-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    padding-top: 4px;
}

.license-price {
    margin-bottom: 20px;
}

.license-price .price {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
}

.license-price .period {
    font-size: 14px;
    color: #888;
}

.license-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
}

.license-features li {
    padding: 8px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.license-features li:last-child {
    border-bottom: none;
}

.licenses-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
}

/* ============================================
   Common Button Styles
============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 16px;
}

.btn-block {
    display: flex;
    width: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
    color: #ffffff;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
}

.btn-outline-primary {
    background: transparent;
    border-color: #0066FF;
    color: #0066FF;
}

.btn-outline-primary:hover {
    background: #0066FF;
    color: #ffffff;
}

.btn-white {
    background: #ffffff;
    color: #1a1a2e;
}

.btn-white:hover {
    background: #f8fafc;
    transform: translateY(-2px);
}

.btn-outline-white {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* ============================================
   Common Section Header
============================================ */
.section-header {
    margin-bottom: 48px;
}

.section-header.text-center {
    text-align: center;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.section-header p {
    font-size: 16px;
    color: #666;
}

/* ============================================
   CTA Box Styles
============================================ */
.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.cta-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.cta-buttons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

/* ============================================
   Contact Page Styles
============================================ */
.contact-page {
    background: #ffffff;
}

.contact-page .page-hero.contact-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0066FF 0%, #00D4AA 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.contact-page .hero-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.contact-page .decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.contact-page .decoration-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
}

.contact-page .decoration-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -150px;
}

.contact-page .decoration-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 20%;
    background: rgba(255, 255, 255, 0.05);
}

.contact-page .page-hero-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-page .hero-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    color: #ffffff;
}

.contact-page .page-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #ffffff;
}

.contact-page .page-hero-desc {
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
}

.contact-cards-section {
    padding: 60px 0;
    background: #ffffff;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.contact-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #0066FF, #00D4AA);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}

.contact-card-icon.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.contact-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.contact-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 16px;
}

.contact-card a.contact-link {
    display: inline-block;
    font-weight: 600;
    color: #0066FF;
}

.contact-card a.contact-link:hover {
    text-decoration: underline;
}

.contact-address {
    font-style: normal;
    color: #1a1a2e;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
}

.contact-form-section {
    padding: 80px 0;
    background: #f8fafc;
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-form-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.contact-form-info > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}

.form-info-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.form-info-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a2e;
}

.form-info-feature svg {
    color: #10B981;
}

.working-hours {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.working-hours h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8ecf1;
}

.working-hours ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.working-hours li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
}

.working-hours li:last-child {
    border-bottom: none;
}

.working-hours li.highlight {
    background: #dcfce7;
    color: #10B981;
    margin: 12px -16px 0;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    border-bottom: none;
}

.contact-form-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8ecf1;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
    background: #ffffff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #0066FF;
}

.contact-form textarea {
    min-height: 140px;
    resize: vertical;
}

.checkbox-group {
    margin-bottom: 24px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-label span {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.checkbox-label a {
    color: #0066FF;
    font-weight: 500;
}

.btn-yellow {
    background: linear-gradient(135deg, #FFB800 0%, #FF9500 100%);
    color: #1a1a2e;
    font-weight: 700;
}

.btn-yellow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 184, 0, 0.4);
}

.form-message {
    margin-top: 20px;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
}

.map-section {
    padding: 0;
    background: #f8fafc;
}

.container-fluid {
    max-width: 100%;
    padding: 0 40px;
}

.map-wrapper {
    background: #e8ecf1;
    border-radius: 24px;
    overflow: hidden;
    height: 450px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ============================================
   About Page Styles
============================================ */
.about-page {
    background: #ffffff;
}

.about-page .about-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-page .hero-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.about-page .decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.about-page .decoration-1 {
    width: 500px;
    height: 500px;
    top: -200px;
    right: -100px;
}

.about-page .decoration-2 {
    width: 400px;
    height: 400px;
    bottom: -200px;
    left: -200px;
}

.about-page .decoration-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 15%;
    background: rgba(255, 255, 255, 0.04);
}

.about-page .about-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-page .hero-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
}

.about-page .hero-text h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.1;
}

.about-page .hero-lead {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 500px;
}

.about-page .hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
}

.about-page .about-stats {
    padding: 0 0 60px;
    background: #ffffff;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.about-page .about-stats .container {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.about-page .stats-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about-page .stat-box {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.about-page .stat-box:hover {
    background: #f0f4ff;
    transform: translateY(-4px);
}

.about-page .stat-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.about-page .stat-content {
    display: flex;
    flex-direction: column;
}

.about-page .stat-number {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
}

.about-page .stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.about-page .about-story {
    padding: 80px 0;
    background: #f8fafc;
}

.about-page .story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-page .section-label {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.about-page .story-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 24px;
    line-height: 1.2;
}

.about-page .content-block p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 16px;
}

.about-page .story-image {
    position: relative;
}

.about-page .story-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.about-page .image-badge {
    position: absolute;
    bottom: -20px;
    right: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.about-page .badge-year {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.about-page .badge-text {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.about-page .about-values {
    padding: 80px 0;
    background: #ffffff;
}

.about-page .section-header-center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}

.about-page .section-header-center h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.about-page .section-header-center p {
    color: #666;
    font-size: 16px;
}

.about-page .values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-page .value-card {
    background: #ffffff;
    border: 2px solid #e8ecf1;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.about-page .value-card:hover {
    border-color: #667eea;
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.15);
    transform: translateY(-6px);
}

.about-page .value-icon {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
}

.about-page .value-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.about-page .value-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.about-page .about-why-us {
    padding: 80px 0;
    background: #f8fafc;
}

.about-page .why-us-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-page .why-us-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.about-page .why-us-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 32px;
    line-height: 1.2;
}

.about-page .why-us-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-page .why-us-list li {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e8ecf1;
}

.about-page .why-us-list li:last-child {
    border-bottom: none;
}

.about-page .list-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.about-page .list-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 6px;
}

.about-page .list-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.about-page .about-team {
    padding: 80px 0;
    background: #ffffff;
}

.about-page .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about-page .team-member {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.about-page .team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.about-page .member-image {
    height: 280px;
    overflow: hidden;
}

.about-page .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-page .team-member:hover .member-image img {
    transform: scale(1.05);
}

.about-page .member-info {
    padding: 24px;
    text-align: center;
}

.about-page .member-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.about-page .member-role {
    font-size: 14px;
    color: #666;
}

.about-page .about-testimonials {
    padding: 80px 0;
    background: #f8fafc;
}

.about-page .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-page .about-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.about-page .cta-box-gradient {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.about-page .cta-box-gradient h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.about-page .cta-box-gradient p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.about-page .cta-actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

/* ============================================
   Responsive Styles
============================================ */
@media (max-width: 1200px) {
    .ssl-packages-grid,
    .why-ssl-grid,
    .license-cards,
    .contact-cards-grid,
    .about-page .stats-grid-4,
    .about-page .values-grid,
    .about-page .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-page .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .ssl-hero-grid,
    .contact-form-wrapper,
    .about-page .about-hero-content,
    .about-page .story-content,
    .about-page .why-us-content,
    .cta-box,
    .about-page .cta-box-gradient {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cta-box,
    .about-page .cta-box-gradient {
        text-align: center;
        flex-direction: column;
    }
    
    .cta-buttons,
    .about-page .cta-actions {
        justify-content: center;
    }
    
    .category-header {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .ssl-hero h1,
    .licenses-hero h1,
    .contact-page .page-hero-title,
    .about-page .hero-text h1 {
        font-size: 32px;
    }
    
    .ssl-packages-grid,
    .why-ssl-grid,
    .license-cards,
    .contact-cards-grid,
    .about-page .stats-grid-4,
    .about-page .values-grid,
    .about-page .team-grid,
    .about-page .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons,
    .about-page .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-buttons .btn,
    .about-page .cta-actions .btn {
        width: 100%;
    }
}
