/* Template: ./b46.png */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Basic reset and body styling */
html, body {
    overflow-x: hidden;
    background-image: url('./b46.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: sans-serif;
}

/* Link styling */
a {
    color: #007bff;
    text-decoration: none;
}

a:visited {
    color: #966399;
}

a:hover {
    color: #0056b3;
}

a:active {
    color: #003366;
}

/* Typography and content specific styles */
h2, h4 {
    color: #fff;
}

/* Flexbox sticky footer logic */
.site-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
}

/* Header styling */
header {
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
}

header nav a {
    text-decoration: none;
    color: #333;
    margin: 0 10px;
}

/* Navbar styling */
.navbar {
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu li {
    margin-left: 20px;
}

.menu li a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.menu li a:hover {
    background-color: #555;
}

.hamburger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

/* Footer styling */
footer {
    background-color: #333;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    border-top: 1px solid #555;
}

footer .footer-content {
    max-width: 960px;
    margin: 0 auto;
}

footer .footer-nav a,
footer .social-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

footer .social-links a {
    margin: 0 8px;
}

footer p {
    margin: 0;
}

footer p:last-of-type {
    margin-top: 10px;
}

/* Responsive media content */
.responsive-image-in-td,
.responsive-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Code and text formatting */
.code-font,
pre {
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: auto;
}

/* Video player styling */
.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding-bottom: 450px;
    overflow: hidden;
    background-color: black;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
    user-select: none;
}

.play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Canvas and controls */
canvas {
    border: 2px solid #3498db;
    background-color: #fff;
    cursor: crosshair;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.controls {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.controls label {
    font-weight: bold;
}

.controls input[type="color"] {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.controls button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.controls button:hover {
    background-color: #c0392b;
}

.status {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.instructions {
    margin-top: 20px;
    background-color: #2c2021;
    padding: 1px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width: 80%;
    max-width: 600px;
}

.instructions h3 {
    margin-top: 0;
    color: #2980b9;
}

.instructions ol {
    padding-left: 20px;
}

.instructions li {
    margin-bottom: 5px;
}

/* Gemini text and container */
.gemini-text-container {
    background: linear-gradient(135deg, #2b2b4d, #1a1a2e);
    padding: 40px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    text-align: center;
    max-width: 90vw;
    position: relative;
    overflow: hidden;
}

.gemini-text-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotateBackground 20s linear infinite;
    z-index: -1;
}

.gemini-font {
    font-family: 'Inter', sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.03em;
    background: linear-gradient(45deg, #8a2be2, #00ffff, #00bfff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(138, 43, 226, 0.5), 0 0 20px rgba(0, 255, 255, 0.3);
    transition: all 0.4s ease-in-out;
    cursor: default;
}

.gemini-font:hover {
    transform: scale(1.02);
    text-shadow: 0 8px 25px rgba(138, 43, 226, 0.7), 0 0 30px rgba(0, 255, 255, 0.5);
    background: linear-gradient(45deg, #9b4dff, #33ffff, #33ccee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@keyframes rotateBackground {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Circular image styling */
.circular-image-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.circular-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Blog section styling */
.blog-section {
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-radius: 5px;
}

.blog-content-block {
    text-align: center;
    padding: 10px;
}

.blog-section-header,
.policy-content-wrapper,
.blog-content-wrapper {
    padding: 5px;
    text-align: center;
    color: white;
}

/* iframe container for responsive embeds */
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin: 10px 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tracking-number {
    font-size: 10px;
    text-align: right;
    width: 100%;
    color: #333333;
    pointer-events: none;
}

/* Hero section styling */
.hero {
    text-align: center;
    padding: 60px 20px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero .tagline {
    font-size: 1.5em;
    color: #00ffff;
    font-weight: 300;
    margin-bottom: 30px;
}

.hero .cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero .cta-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Branding section grid */
.branding-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: min-content;
    gap: 30px;
    margin: 40px auto;
    text-align: center;
    color: white;
    max-width: 900px;
}

.brand-item {
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brand-item-span {
    grid-column: 1 / -1;
}

.brand-item-thin {
    padding: 15px 25px;
    justify-content: center;
}

.brand-item:hover {
    transform: translateY(-5px);
}

.brand-item .icon {
    font-size: 3em;
    margin-bottom: 10px;
}

.brand-item h3 {
    color: #00ffff;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.brand-item p {
    font-size: 0.9em;
    color: #ccc;
}

/* Responsive design media queries */
@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        width: 100%;
        text-align: center;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        z-index: 10;
    }

    .menu.active {
        display: flex;
    }

    .menu li {
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #555;
    }

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

    .menu li a {
        display: block;
        width: 100%;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero h1 {
        font-size: 2em;
    }

    .hero .tagline {
        font-size: 1.2em;
    }

    .branding-section {
        grid-template-columns: 1fr;
    }

    .gemini-font {
        font-size: 1em;
        letter-spacing: -0.02em;
    }

    .gemini-text-container {
        padding: 30px 40px;
    }

    .blog-section {
        margin: 5px auto;
        padding: 0 5px;
    }

    .blog-content-block {
        padding: 5px;
    }

    .blog-section-header,
    .blog-content-wrapper {
        padding: 3px;
    }
}

@media (max-width: 480px) {
    .gemini-font {
        font-size: 0.9em;
    }

    .gemini-text-container {
        padding: 20px 30px;
        border-radius: 15px;
    }

    .blog-section {
        margin: 3px auto;
        padding: 0 3px;
    }

    .blog-content-block {
        padding: 3px;
    }

    .blog-section-header,
    .blog-content-wrapper {
        padding: 1px;
    }

    h2, h4 {
        font-size: 1em;
    }
}


/* Policy Section Styling */
.policy-section {
    text-align: left;
    padding: 40px 20px;
    color: #000;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.policy-section h2 {
    color: #000;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.policy-section h3 {
    color: #333;
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.policy-section p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.policy-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.policy-section li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Responsive adjustments for policy section */
@media (max-width: 768px) {
    .policy-section {
        padding: 30px 15px;
    }

    .policy-section h2 {
        font-size: 1.8em;
    }

    .policy-section h3 {
        font-size: 1.3em;
    }
}
